Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a672a0

Browse files
committed
Updated some config file paths
1 parentd1b3d2b commit2a672a0

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:containerxmlns="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)

[8]ページ先頭

©2009-2025 Movatter.jp