We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dba96 commit 2d85bd0Copy full SHA for 2d85bd0
cookbook/console/console_command.rst
@@ -14,8 +14,8 @@ Automatically Registering Commands
14
To make the console commands available automatically with Symfony2, create a
15
``Command`` directory inside your bundle and create a PHP file suffixed with
16
``Command.php`` for each command that you want to provide. For example, if you
17
-want to extend the AcmeDemoBundle (available in the SensioDistributionBundle) to greet you from the command line, create ``GreetCommand.php`` and
18
-add the following to it::
+want to extend the AcmeDemoBundle to greet you from the command line, create
+``GreetCommand.php`` and add the following to it::
19
20
// src/Acme/DemoBundle/Command/GreetCommand.php
21
namespace Acme\DemoBundle\Command;
0 commit comments