From 8d2da96480cd78313e4a55afd755952e454997fe Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 4 Jul 2010 18:57:51 +0200 Subject: [PATCH] Fixed error in Sandbox Tutorial --- manual/en/introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/introduction.txt b/manual/en/introduction.txt index 76206e811..e2545afbc 100644 --- a/manual/en/introduction.txt +++ b/manual/en/introduction.txt @@ -185,7 +185,7 @@ Here is a short overview of the purpose of these folders and files: 1) From within the tools/sandbox folder, run the following command and you should see the same output. - $ php doctrine orm:schema-tool:create ./Entities + $ php doctrine orm:schema-tool:create Creating database schema... Database schema created successfully!