Skip to content

Commit 02450db

Browse files
Update doctrine.rst
Just added db name to command
1 parent c499c71 commit 02450db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ database for you:
7373

7474
.. code-block:: terminal
7575
76-
$ php bin/console doctrine:database:create
76+
$ php bin/console doctrine:database:create db_name
7777
7878
There are more options in ``config/packages/doctrine.yaml`` that you can configure,
7979
including your ``server_version`` (e.g. 8.0.37 if you're using MySQL 8.0.37), which may

0 commit comments

Comments
 (0)