Skip to content

Commit

Permalink
paragraph no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Feb 21, 2011
1 parent c4d43a4 commit 6649191
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cookbook/symfony1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ In Symfony2, the console is now in the app sub-directory and is called
php app/console
The console represents exactly *one* environment (e.g. dev, prod). This is
different than symfony1 where some tasks allowed you to specify the environment
via a ``env=`` option. A common practice is to have one console command file
per environment. Usually, this means a ``console`` file for the ``prod``
environment and a ``console_dev`` for the ``dev`` environment.

Applications
------------

Expand Down

0 comments on commit 6649191

Please sign in to comment.