File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,15 +325,15 @@ must implement the :class:`Symfony\\Component\\Security\\Core\\Authorization\\Ac
325
325
326
326
.. code-block :: yaml
327
327
328
- # app/ config/security.yml
328
+ # config/packages/ security.yaml
329
329
security :
330
330
access_decision_manager :
331
331
service : App\Security\MyCustomAccessDecisionManager
332
332
# ...
333
333
334
334
.. code-block :: xml
335
335
336
- <!-- app/ config/security.xml -->
336
+ <!-- config/packages /security.xml -->
337
337
<?xml version =" 1.0" encoding =" UTF-8" ?>
338
338
<srv : container xmlns =" http://symfony.com/schema/dic/security"
339
339
xmlns : srv =" http://symfony.com/schema/dic/services"
@@ -350,7 +350,7 @@ must implement the :class:`Symfony\\Component\\Security\\Core\\Authorization\\Ac
350
350
351
351
.. code-block :: php
352
352
353
- // app/ config/security.php
353
+ // config/packages /security.php
354
354
use App\Security\MyCustomAccessDecisionManager;
355
355
356
356
$container->loadFromExtension('security', [
You can’t perform that action at this time.
0 commit comments