Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b46e4e5

Browse files
committed
Merge branch '2.0'
2 parents 64b3a50 + b6a9470 commit b46e4e5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

book/page_creation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,11 @@ in mind:
981981
* each feature in Symfony2 (including the Symfony2 framework core) is organized
982982
into a *bundle*, which is a structured set of files for that feature;
983983

984-
* the **configuration** for each bundle lives in the ``app/config`` directory
985-
and can be specified in YAML, XML or PHP;
984+
* the **configuration** for each bundle lives in the ``Resources/config``
985+
directory of the bundle and can be specified in YAML, XML or PHP;
986+
987+
* the global **application configuration** lives in the ``app/Resources/config``
988+
directory;
986989

987990
* each **environment** is accessible via a different front controller (e.g.
988991
``app.php`` and ``app_dev.php``) and loads a different configuration file.

components/dependency_injection/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the dependency::
3131
// ...
3232
}
3333

34-
You can can specify what service you would like to inject into this in the
34+
You can specify what service you would like to inject into this in the
3535
service container configuration:
3636

3737
.. configuration-block::

0 commit comments

Comments
 (0)