File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
1818- Report a bug on `GitHub <https://github.com/doctrine/orm/issues >`_.
1919- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm >`_
2020
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.
2323
2424Getting Started
2525---------------
@@ -124,5 +124,3 @@ Cookbook
124124* **Custom Datatypes **
125125 :doc: `MySQL Enums <cookbook/mysql-enums >`
126126 :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
13431343side. Therefore we only have to specify the property on the Bug
13441344class that holds the owning sides.
13451345
1346- Update your database schema by running:
1347- ::
1346+ Update your database schema by running::
13481347
13491348 $ php bin/doctrine orm:schema-tool:update --force
13501349
You can’t perform that action at this time.
0 commit comments