We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94e135 commit 9e9c00bCopy full SHA for 9e9c00b
book/doctrine.rst
@@ -1369,12 +1369,7 @@ Some notable or interesting tasks include:
1369
1370
.. code-block:: bash
1371
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``.
+ $ php app/console doctrine:ensure-production-settings --env=prod
1378
1379
* ``doctrine:mapping:import`` - allows Doctrine to introspect an existing
1380
database and create mapping information. For more information, see
0 commit comments