Skip to content

Commit 9f4cdf7

Browse files
Romainjaviereguiluz
authored andcommitted
Use the proper path of version 2.x
This doc used the path added as of version 3.x. In version 2.x, it has to be app/foo for the commands.
1 parent 97a3616 commit 9f4cdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
1111
.. code-block:: terminal
1212
1313
# displays the default config values defined by Symfony
14-
$ php bin/console config:dump framework
14+
$ php app/console config:dump framework
1515
1616
# displays the actual config values used by your application
17-
$ php bin/console debug:config framework
17+
$ php app/console debug:config framework
1818
1919
.. note::
2020

0 commit comments

Comments
 (0)