Skip to content

Commit 9e9c00b

Browse files
committed
[doctrine] Removing special concern about debug mode in command task in 2.1 - see #1818
1 parent c94e135 commit 9e9c00b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

book/doctrine.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,12 +1369,7 @@ Some notable or interesting tasks include:
13691369

13701370
.. code-block:: bash
13711371
1372-
$ php app/console doctrine:ensure-production-settings --no-debug --env=prod
1373-
1374-
.. caution::
1375-
1376-
Don't forget to add the ``--no-debug`` switch, because the debug flag is
1377-
always set to true, even if the environment is set to ``prod``.
1372+
$ php app/console doctrine:ensure-production-settings --env=prod
13781373
13791374
* ``doctrine:mapping:import`` - allows Doctrine to introspect an existing
13801375
database and create mapping information. For more information, see

0 commit comments

Comments
 (0)