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)
1092
1092
.. toctree ::
1093
1093
:maxdepth: 1
1094
1094
1095
+ security/expressions
1095
1096
security/voters
1096
1097
security/securing_services
1097
1098
security/access_control
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Expressions in the Framework
3
3
4
- Security: Complex Access Controls with Expressions
4
+ Complex Access Controls with Expressions
5
5
==================================================
6
6
7
7
.. seealso ::
@@ -14,7 +14,7 @@ accepts an :class:`Symfony\\Component\\ExpressionLanguage\\Expression` object::
14
14
15
15
// src/Controller/MyController.php
16
16
namespace App\Controller;
17
-
17
+
18
18
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
19
19
use Symfony\Component\ExpressionLanguage\Expression;
20
20
use Symfony\Component\HttpFoundation\Response;
You can’t perform that action at this time.
0 commit comments