Skip to content

Commit 1bc96e2

Browse files
committed
fix filepath
1 parent 1702037 commit 1bc96e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/access_control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ key:
282282
283283
.. code-block:: xml
284284
285-
<!-- app/config/security.xml -->
285+
<!-- config/packages/security.xml -->
286286
<?xml version="1.0" encoding="UTF-8"?>
287287
<srv:container xmlns="http://symfony.com/schema/dic/security"
288288
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

security/form_login_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ a traditional HTML form that submits to ``/login``:
254254
255255
.. code-block:: php
256256
257-
// app/config/security.php
257+
// config/packages/security.php
258258
use App\Security\LoginFormAuthenticator;
259259
260260
$container->loadFromExtension('security', [

0 commit comments

Comments
 (0)