Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c188595

Browse filesBrowse files
committed
minor #10888 fix merge conflict resolution (xabbuh)
This PR was merged into the 4.1 branch. Discussion ---------- fix merge conflict resolution fixes #10887 Commits ------- b0b38f2 fix merge conflict resolution
2 parents 809c93c + b0b38f2 commit c188595
Copy full SHA for c188595

File tree

Expand file treeCollapse file tree

1 file changed

+0
-25
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-25
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
-25Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.