From 91608f0fd3f2415288e4cb835fb938955d4c7ff5 Mon Sep 17 00:00:00 2001 From: Matthew Loberg Date: Wed, 28 Feb 2018 19:57:44 -0600 Subject: [PATCH] Update framework.rst Rename app/console references to bin/console --- reference/configuration/framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 0fcc17348ab..ef0b1c2ebc4 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -13,10 +13,10 @@ configured under the ``framework`` key in your application configuration. .. code-block:: terminal # displays the default config values defined by Symfony - $ php app/console config:dump framework + $ php bin/console config:dump framework # displays the actual config values used by your application - $ php app/console debug:config framework + $ php bin/console debug:config framework .. note::