Skip to content

Commit 8d877ca

Browse files
author
Laurent Marquet
authored
Corrected variable name to $security
1 parent 9cb56ef commit 8d877ca

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)