File tree 3 files changed +3
-92
lines changed
3 files changed +3
-92
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Doctrine ORM don't panic. You can get help from different sources:
18
18
- Report a bug on `GitHub <https://github.com/doctrine/orm/issues >`_.
19
19
- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm >`_
20
20
21
- If you need more structure over the different topics you can browse the :doc: ` table
22
- of contents <toc>` .
21
+ If you need more structure over the different topics you can browse the table
22
+ of contents.
23
23
24
24
Getting Started
25
25
---------------
@@ -124,5 +124,3 @@ Cookbook
124
124
* **Custom Datatypes **
125
125
:doc: `MySQL Enums <cookbook/mysql-enums >`
126
126
:doc: `Advanced Field Value Conversion <cookbook/advanced-field-value-conversion-using-custom-mapping-types >`
127
-
128
- .. include :: toc.rst
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1343,8 +1343,7 @@ means the join details have already been defined on the owning
1343
1343
side. Therefore we only have to specify the property on the Bug
1344
1344
class that holds the owning sides.
1345
1345
1346
- Update your database schema by running:
1347
- ::
1346
+ Update your database schema by running::
1348
1347
1349
1348
$ php bin/doctrine orm:schema-tool:update --force
1350
1349
You can’t perform that action at this time.
0 commit comments