Skip to content

Commit 5c3682e

Browse files
committed
Improvements
1 parent 0cbf9f6 commit 5c3682e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

security/voters.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,12 @@ security configuration:
324324
],
325325
]);
326326
327+
Custom Access Decision Strategy
328+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329+
327330
If none of the built-in strategies fits your use case, define the ``service``
328-
option to use a custom service as the Access Decision Manager:
331+
option to use a custom service as the Access Decision Manager (your service
332+
must implement the :class:`Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface`):
329333

330334
.. configuration-block::
331335

0 commit comments

Comments
 (0)