Skip to content

Commit 208b0dc

Browse files
committed
minor #3951 fix origin of AcmeDemoBundle (hice3000)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3951). Discussion ---------- fix origin of AcmeDemoBundle Commits ------- 2d85bd0 remove origin of AcmeDemoBundle 33dba96 fix origin of AcmeDemoBundle
2 parents 5540e0b + c5a150f commit 208b0dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cookbook/console/console_command.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +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 Symfony Standard
18-
Edition) to greet you from the command line, create ``GreetCommand.php`` and
19-
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::
2019

2120
// src/Acme/DemoBundle/Command/GreetCommand.php
2221
namespace Acme\DemoBundle\Command;

0 commit comments

Comments
 (0)