Skip to content

Commit d57db81

Browse files
committed
minor #9294 Use the proper path of version 2.x (Romain)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #9294). Discussion ---------- 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. Commits ------- 9f4cdf7 Use the proper path of version 2.x
2 parents 97a3616 + 9f4cdf7 commit d57db81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

+2-2
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)