Skip to content

Commit 7fe1c0d

Browse files
committed
minor #10532 Corrected variable name to $security (Laurent3170)
This PR was merged into the 4.1 branch. Discussion ---------- Corrected variable name to $security <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8d877ca Corrected variable name to $security
2 parents 9cb56ef + 8d877ca commit 7fe1c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ with ``ROLE_SUPER_ADMIN``::
220220
{
221221
// ...
222222

223-
private $decisionManager;
223+
private $security;
224224

225225
public function __construct(Security $security)
226226
{

0 commit comments

Comments
 (0)