File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1092,6 +1092,7 @@ Authorization (Denying Access)
10921092.. toctree ::
10931093 :maxdepth: 1
10941094
1095+ security/expressions
10951096 security/voters
10961097 security/securing_services
10971098 security/access_control
Original file line number Diff line number Diff line change 11.. index ::
22 single: Expressions in the Framework
33
4- Security: Complex Access Controls with Expressions
4+ Complex Access Controls with Expressions
55==================================================
66
77.. seealso ::
@@ -14,7 +14,7 @@ accepts an :class:`Symfony\\Component\\ExpressionLanguage\\Expression` object::
1414
1515 // src/Controller/MyController.php
1616 namespace App\Controller;
17-
17+
1818 use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1919 use Symfony\Component\ExpressionLanguage\Expression;
2020 use Symfony\Component\HttpFoundation\Response;
You can’t perform that action at this time.
0 commit comments