8000 fix origin of AcmeDemoBundle · symfony/symfony-docs@b3f781f · GitHub
[go: up one dir, main page]

Skip to content

Commit b3f781f

Browse files
hice3000weaverryan
authored andcommitted
fix origin of AcmeDemoBundle
1 parent 5540e0b commit b3f781f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cookbook/console/console_command.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ 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
17+
want to extend the AcmeDemoBundle (available in the SensioDistributionBundle) to greet you from the command line, create ``GreetCommand.php`` and
1918
add the following to it::
2019

2120
// src/Acme/DemoBundle/Command/GreetCommand.php

0 commit comments

Comments
 (0)
0