File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -8,14 +8,14 @@ key in your application configuration.
|
8 | 8 | .. code-block:: terminal
|
9 | 9 |
|
10 | 10 | # displays the default config values defined by Symfony
|
11 |
| -$ php bin/console config:dump-reference framework |
| 11 | +$ php bin/console config:dump-reference debug |
12 | 12 |
|
13 | 13 | # displays the actual config values used by your application
|
14 |
| -$ php bin/console debug:config framework |
| 14 | +$ php bin/console debug:config debug |
15 | 15 |
|
16 | 16 | # displays the config values used by your application and replaces the
|
17 | 17 | # environment variables with their actual values
|
18 |
| -$ php bin/console debug:config --resolve-env framework |
| 18 | +$ php bin/console debug:config --resolve-env debug |
19 | 19 |
|
20 | 20 | .. versionadded:: 6.2
|
21 | 21 |
|
|
You can’t perform that action at this time.
0 commit comments