Skip to content

Commit 389af20

Browse files
committed
fix doctrine page
1 parent 8a5f600 commit 389af20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ you need a ``Product`` object to represent those products.
8484
You can use the ``make:entity`` command to create this class and any fields you
8585
need. The command will ask you some questions - answer them like done below:
8686

87-
.. code-block:: terminal
87+
.. code-block:: bash
8888
8989
$ php bin/console make:entity
9090
@@ -238,7 +238,7 @@ But what if you need to add a new field property to ``Product``, like a ``descri
238238
You can edit the class to add the new property. But, you can also use ``make:entity``
239239
again:
240240

241-
.. code-block:: terminal
241+
.. code-block:: bash
242242
243243
$ php bin/console make:entity
244244

0 commit comments

Comments
 (0)