Skip to content

Commit 6649191

Browse files
committed
paragraph no longer applies
1 parent c4d43a4 commit 6649191

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cookbook/symfony1.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ In Symfony2, the console is now in the app sub-directory and is called
158158
159159
php app/console
160160
161-
The console represents exactly *one* environment (e.g. dev, prod). This is
162-
different than symfony1 where some tasks allowed you to specify the environment
163-
via a ``env=`` option. A common practice is to have one console command file
164-
per environment. Usually, this means a ``console`` file for the ``prod``
165-
environment and a ``console_dev`` for the ``dev`` environment.
166-
167161
Applications
168162
------------
169163

0 commit comments

Comments
 (0)