File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ recognizes several strategies:
54
54
55
55
.. versionadded :: 5.1
56
56
57
- The priority version strategy was introduced in Symfony 5.1.
58
-
57
+ The priority version strategy was introduced in Symfony 5.1.
59
58
60
59
Usage of the available options in detail::
61
60
@@ -266,4 +265,3 @@ decision manager::
266
265
if (!$authorizationChecker->isGranted('ROLE_ADMIN')) {
267
266
throw new AccessDeniedException();
268
267
}
269
-
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ strategies available:
282
282
283
283
.. versionadded :: 5.1
284
284
285
- The priority version strategy was introduced in Symfony 5.1.
285
+ The priority version strategy was introduced in Symfony 5.1.
286
286
287
287
288
288
In the above scenario, both voters should grant access in order to grant access
You can’t perform that action at this time.
0 commit comments