Update en/tutorials/getting-started.rst
Fixed failed markdown
This commit is contained in:
parent
f3dea276e7
commit
711844296d
@ -1434,7 +1434,9 @@ Dont forget to add a `require_once` call for this class to the bootstrap.php
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
**require_once gotcha**
|
**require_once gotcha**
|
||||||
Make sure you add the require_once call for `BugRepository.php` *after* the require_once call for `bootstrap_doctrine.php`, or you will get some class not found errors.
|
|
||||||
|
Make sure you add the require_once call for `BugRepository.php` *after* the require_once
|
||||||
|
call for `bootstrap_doctrine.php`, or you will get some class not found errors.
|
||||||
|
|
||||||
To be able to use this query logic through ``$this->getEntityManager()->getRepository('Bug')``
|
To be able to use this query logic through ``$this->getEntityManager()->getRepository('Bug')``
|
||||||
we have to adjust the metadata slightly.
|
we have to adjust the metadata slightly.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user