Skip to content

Commit ed43015

Browse files
committed
Prefix commands with 'php'
1 parent 0d69414 commit ed43015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: book/configuration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ FrameworkBundle configuration:
122122

123123
.. code-block:: bash
124124
125-
$ bin/console config:dump-reference FrameworkBundle
125+
$ php bin/console config:dump-reference FrameworkBundle
126126
127127
The extension alias (configuration key) can also be used:
128128

129129
.. code-block:: bash
130130
131-
$ bin/console config:dump-reference framework
131+
$ php bin/console config:dump-reference framework
132132
133133
.. note::
134134

0 commit comments

Comments
 (0)