Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc681bd7

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix doctrine page
2 parents89f8e68 +4db13f9 commitc681bd7

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
@@ -86,7 +86,7 @@ you need a ``Product`` object to represent those products.
8686
You can use the ``make:entity`` command to create this class and any fields you
8787
need. The command will ask you some questions - answer them like done below:
8888

89-
..code-block::terminal
89+
..code-block::bash
9090
9191
$ php bin/console make:entity
9292
@@ -248,7 +248,7 @@ But what if you need to add a new field property to ``Product``, like a
248248
``description``? You can edit the class to add the new property. But, you can
249249
also use ``make:entity`` again:
250250

251-
..code-block::terminal
251+
..code-block::bash
252252
253253
$ php bin/console make:entity
254254

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp