Skip to content

Commit 01a7602

Browse files
committed
Merge branch 'adding_php_to_console_examples' of git://github.com/richardmiller/symfony-docs into richardmiller-adding_php_to_console_examples
Conflicts: book/doctrine.rst
2 parents b158252 + 3cf2518 commit 01a7602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ for you:
9696

9797
.. code-block:: bash
9898
99-
$ app/console doctrine:database:drop --force
100-
$ app/console doctrine:database:create
99+
$ php app/console doctrine:database:drop --force
100+
$ php app/console doctrine:database:create
101101
102102
There's no way to configure these defaults inside Doctrine, as it tries to be
103103
as agnostic as possible in terms of environment configuration. One way to solve

0 commit comments

Comments
 (0)