Skip to content

Commit 7d69c67

Browse files
committed
Merge branch '4.2'
* 4.2: fix merge conflict resolution
2 parents 23b409b + a593b41 commit 7d69c67

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

configuration.rst

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -82,31 +82,6 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
8282
8383
The top-level key (here ``framework``) references configuration for a specific
8484
bundle (:doc:`FrameworkBundle </reference/configuration/framework>` in this case).
85-
=======
86-
// app/config/config.php
87-
$this->import('parameters.yml');
88-
$this->import('security.yml');
89-
$this->import('services.yml');
90-
91-
$container->loadFromExtension('framework', [
92-
'secret' => '%secret%',
93-
'router' => [
94-
'resource' => '%kernel.project_dir%/app/config/routing.php',
95-
],
96-
// ...
97-
]);
98-
99-
// Twig Configuration
100-
$container->loadFromExtension('twig', [
101-
'debug' => '%kernel.debug%',
102-
'strict_variables' => '%kernel.debug%',
103-
]);
104-
105-
// ...
106-
107-
Most top-level keys - like ``framework`` and ``twig`` - are configuration for a
108-
specific bundle (i.e. ``FrameworkBundle`` and ``TwigBundle``).
109-
>>>>>>> 3.4
11085

11186
.. sidebar:: Configuration Formats
11287

0 commit comments

Comments
 (0)