8000 Updated some config file paths · symfony/symfony-docs@2a672a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a672a0

Browse files
Updated some config file paths
1 parent d1b3d2b commit 2a672a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/voters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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', [

0 commit comments

Comments
 (0)
0