We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d69414 commit ed43015Copy full SHA for ed43015
book/configuration.rst
@@ -122,13 +122,13 @@ FrameworkBundle configuration:
122
123
.. code-block:: bash
124
125
- $ bin/console config:dump-reference FrameworkBundle
+ $ php bin/console config:dump-reference FrameworkBundle
126
127
The extension alias (configuration key) can also be used:
128
129
130
131
- $ bin/console config:dump-reference framework
+ $ php bin/console config:dump-reference framework
132
133
.. note::
134
0 commit comments