mirror of
https://github.com/symfony/recipes.git
synced 2026-09-22 04:26:23 +03:00
renamed container.yaml to services.yaml
This commit is contained in:
+4
-4
@@ -105,11 +105,11 @@ The previous recipe is transformed into the following PHP code:
|
||||
``container`` Configurator
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Adds new container parameters in the ``container.yaml`` file by adding your parameters
|
||||
in the ``container`` option.
|
||||
Adds new container parameters in the ``services.yaml`` file by adding your
|
||||
parameters in the ``container`` option.
|
||||
|
||||
This example creates a new ``locale`` container parameter with a default value in your
|
||||
container:
|
||||
This example creates a new ``locale`` container parameter with a default value
|
||||
in your container:
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user