Skip to content

Commit 55f28af

Browse files
committed
minor #9362 Update framework.rst (mloberg)
This PR was merged into the 4.0 branch. Discussion ---------- Update framework.rst Rename app/console references to bin/console Commits ------- 91608f0 Update framework.rst
2 parents e300266 + 91608f0 commit 55f28af

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)