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
325325
326326 .. code-block :: yaml
327327
328- # app/ config/security.yml
328+ # config/packages/ security.yaml
329329 security :
330330 access_decision_manager :
331331 service : App\Security\MyCustomAccessDecisionManager
332332 # ...
333333
334334 .. code-block :: xml
335335
336- <!-- app/ config/security.xml -->
336+ <!-- config/packages /security.xml -->
337337 <?xml version =" 1.0" encoding =" UTF-8" ?>
338338 <srv : container xmlns =" http://symfony.com/schema/dic/security"
339339 xmlns : srv =" http://symfony.com/schema/dic/services"
@@ -350,7 +350,7 @@ must implement the :class:`Symfony\\Component\\Security\\Core\\Authorization\\Ac
350350
351351 .. code-block :: php
352352
353- // app/ config/security.php
353+ // config/packages /security.php
354354 use App\Security\MyCustomAccessDecisionManager;
355355
356356 $container->loadFromExtension('security', [
You can’t perform that action at this time.
0 commit comments