Skip to content

Commit

Permalink
minor #3951 fix origin of AcmeDemoBundle (hice3000)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jun 27, 2014
2 parents 5540e0b + c5a150f commit 208b0dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cookbook/console/console_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ Automatically Registering Commands
To make the console commands available automatically with Symfony2, create a
``Command`` directory inside your bundle and create a PHP file suffixed with
``Command.php`` for each command that you want to provide. For example, if you
want to extend the AcmeDemoBundle (available in the Symfony Standard
Edition) to greet you from the command line, create ``GreetCommand.php`` and
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::

// src/Acme/DemoBundle/Command/GreetCommand.php
namespace Acme\DemoBundle\Command;
Expand Down

0 comments on commit 208b0dc

Please sign in to comment.