Skip to content

Commit 1b5a32a

Browse files
committed
minor #8647 Made two more configuration guides flex-ready (wouterj)
This PR was merged into the master branch. Discussion ---------- Made two more configuration guides flex-ready Commits ------- ad4b3a2 Made two configuration sub guides flex-ready
2 parents 47627e7 + ad4b3a2 commit 1b5a32a

File tree

4 files changed

+209
-312
lines changed

4 files changed

+209
-312
lines changed

configuration/configuration_organization.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
How to Organize Configuration Files
55
===================================
66

7-
The default Symfony Standard Edition defines three
8-
:doc:`execution environments </configuration/environments>` called
9-
``dev``, ``prod`` and ``test``. An environment simply represents a way to
10-
execute the same codebase with different configurations.
7+
The Symfony skeleton defines three :doc:`execution environments </configuration/environments>`
8+
called ``dev``, ``prod`` and ``test``. An environment simply represents a way
9+
to execute the same codebase with different configurations.
1110

1211
In order to select the configuration file to load for each environment, Symfony
1312
executes the ``registerContainerConfiguration()`` method of the ``AppKernel``
@@ -17,7 +16,7 @@ class::
1716
use Symfony\Component\HttpKernel\Kernel;
1817
use Symfony\Component\Config\Loader\LoaderInterface;
1918

20-
class AppKernel extends Kernel
19+
class Kernel extends BaseKernel
2120
{
2221
// ...
2322

0 commit comments

Comments
 (0)