From b6ddb5863410dd0a8d5335214ad70bdc8ffc4a97 Mon Sep 17 00:00:00 2001 From: Gary Hockin Date: Tue, 7 Aug 2012 13:26:51 +0200 Subject: [PATCH] Update en/tutorials/getting-started.rst Cleaner to remove the note, and modify the code to put the doctrine_bootstrap.php include first? --- en/tutorials/getting-started.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/en/tutorials/getting-started.rst b/en/tutorials/getting-started.rst index fc5228c85..13a702c18 100644 --- a/en/tutorials/getting-started.rst +++ b/en/tutorials/getting-started.rst @@ -821,15 +821,14 @@ We also have to create a general bootstrap file for our application: getEntityManager()->getRepository('Bug')`` we have to adjust the metadata slightly.