We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bfc21 commit 600d302Copy full SHA for 600d302
bundles/installation.rst
@@ -108,14 +108,14 @@ via the ``config:dump-reference`` command:
108
109
.. code-block:: terminal
110
111
- $ bin/console config:dump-reference AsseticBundle
+ $ app/console config:dump-reference AsseticBundle
112
113
Instead of the full bundle name, you can also pass the short name used as the root
114
of the bundle's configuration:
115
116
117
118
- $ bin/console config:dump-reference assetic
+ $ app/console config:dump-reference assetic
119
120
The output will look like this:
121
0 commit comments