File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Inside the expression, you have access to a number of variables:
43
43
indirectly via the :ref: `role hierarchy <security-role-hierarchy >` but it
44
44
does not include the ``IS_AUTHENTICATED_* `` attributes (see the functions below).
45
45
``role_names ``
46
- A string representation of the roles the user has. This array includes any roles granted
47
- indirectly via the :ref: `role hierarchy <security-role-hierarchy >` but it
46
+ An array with the string representation of the roles the user has. This array
47
+ includes any roles granted indirectly via the :ref: `role hierarchy <security-role-hierarchy >` but it
48
48
does not include the ``IS_AUTHENTICATED_* `` attributes (see the functions below).
49
49
``object ``
50
50
The object (if any) that's passed as the second argument to ``isGranted() ``.
You can’t perform that action at this time.
0 commit comments