Skip to content

Commit 2d85bd0

Browse files
committed
remove origin of AcmeDemoBundle
I fixed a line break, too.
1 parent 33dba96 commit 2d85bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/console_command.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Automatically Registering Commands
1414
To make the console commands available automatically with Symfony2, create a
1515
``Command`` directory inside your bundle and create a PHP file suffixed with
1616
``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::
17+
want to extend the AcmeDemoBundle to greet you from the command line, create
18+
``GreetCommand.php`` and add the following to it::
1919

2020
// src/Acme/DemoBundle/Command/GreetCommand.php
2121
namespace Acme\DemoBundle\Command;

0 commit comments

Comments
 (0)