Skip to content

Commit c5a150f

Browse files
hice3000weaverryan
authored andcommitted
remove origin of AcmeDemoBundle
I fixed a line break, too.
1 parent b3f781f commit c5a150f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/console_command.rst

Lines changed: 2 additions & 2 deletions
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)