File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ automatically:
1156
1156
<?php endif; ?>
1157
1157
1158
1158
.. versionadded :: 2.6
1159
- The ``app.security `` is deprecated as of 2.6. The user is already available
1159
+ The ``app.security `` global is deprecated as of 2.6. The user is already available
1160
1160
as ``app.user `` and ``is_granted() `` is registered as function.
1161
1161
1162
1162
.. tip ::
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ Global Variables
179
179
| ``app.security `` | instance of :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Templating\\ GlobalVariables ` |
180
180
+-------------------------------------------------------+------------------------------------------------------------------------------------+
181
181
182
+ .. versionadded :: 2.6
183
+ The ``app.security `` global is deprecated as of 2.6. The user is already available
184
+ as ``app.user `` and ``is_granted() `` is registered as function.
185
+
182
186
Symfony Standard Edition Extensions
183
187
-----------------------------------
184
188
You can’t perform that action at this time.
0 commit comments