We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1702037 commit 1bc96e2Copy full SHA for 1bc96e2
security/access_control.rst
@@ -282,7 +282,7 @@ key:
282
283
.. code-block:: xml
284
285
- <!-- app/config/security.xml -->
+ <!-- config/packages/security.xml -->
286
<?xml version="1.0" encoding="UTF-8"?>
287
<srv:container xmlns="http://symfony.com/schema/dic/security"
288
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
security/form_login_setup.rst
@@ -254,7 +254,7 @@ a traditional HTML form that submits to ``/login``:
254
255
.. code-block:: php
256
257
- // app/config/security.php
+ // config/packages/security.php
258
use App\Security\LoginFormAuthenticator;
259
260
$container->loadFromExtension('security', [
0 commit comments