Skip to content

Commit 608c740

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update multiple_kernels.rst
2 parents 0a66069 + 0480fdc commit 608c740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration/multiple_kernels.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ directory structure like the one described in :ref:`Symfony Best Practice </best
6262
│ └─ api/
6363
│ ├─ config/
6464
│ │ ├─ bundles.php
65-
│ ├─ routes.yaml
66-
│ └─ services.yaml
67-
└─ src/
65+
│ ├─ routes.yaml
66+
│ └─ services.yaml
67+
└─ src/
6868
├─ bin/
6969
│ └─ console
7070
├─ config/
7171
├─ public/
7272
│ └─ index.php
7373
├─ src/
74-
└─ Kernel.php
74+
└─ Kernel.php
7575
7676
.. note::
7777

0 commit comments

Comments
 (0)