Skip to content

Commit 91608f0

Browse files
authored
Update framework.rst
Rename app/console references to bin/console
1 parent e300266 commit 91608f0

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
@@ -13,10 +13,10 @@ configured under the ``framework`` key in your application configuration.
1313
.. code-block:: terminal
1414
1515
# displays the default config values defined by Symfony
16-
$ php app/console config:dump framework
16+
$ php bin/console config:dump framework
1717
1818
# displays the actual config values used by your application
19-
$ php app/console debug:config framework
19+
$ php bin/console debug:config framework
2020
2121
.. note::
2222

0 commit comments

Comments
 (0)