8000
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 9d92220 commit 9a10276Copy full SHA for 9a10276
doctrine/associations.rst
@@ -200,9 +200,9 @@ This ``ManyToOne`` mapping is required. It tells Doctrine to use the ``category_
200
column on the ``product`` table to relate each record in that table with
201
a record in the ``category`` table.
202
203
-Next, since a *one* ``Category`` object will relate to *many* ``Product`` objects,
+Next, since *one* ``Category`` object will relate to *many* ` 5882 `Product`` objects,
204
the ``make:entity`` command *also* added a ``products`` property to the ``Category``
205
-class that will hold these objects::
+class that will hold these objects:
206
207
.. configuration-block::
208
0 commit comments