From 10c7a869befbceddc4617bf8adfda8bc6b991fee Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Sun, 2 Oct 2016 09:50:35 +0100 Subject: [PATCH 1/2] Update buisness-logic Replace all folder names with symfony3-project instead of symfony2-project because symfony 2 and 3 don't have the same structure of folders . --- best_practices/business-logic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best_practices/business-logic.rst b/best_practices/business-logic.rst index 6817cbf3562..99f8a22bccd 100644 --- a/best_practices/business-logic.rst +++ b/best_practices/business-logic.rst @@ -35,7 +35,7 @@ and put things there: .. code-block:: text - symfony2-project/ + symfony3-project/ ├─ app/ ├─ src/ │ ├─ Acme/ @@ -180,7 +180,7 @@ The three entities defined by our sample blog application are a good example: .. code-block:: text - symfony2-project/ + symfony3-project/ ├─ ... └─ src/ └─ AppBundle/ From d41c1dcac16302f613e19e24597c3fac05750c83 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Sun, 2 Oct 2016 21:00:23 +0100 Subject: [PATCH 2/2] Update buisness-logic Changing symfony2-project to symfony-project --- best_practices/business-logic.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/best_practices/business-logic.rst b/best_practices/business-logic.rst index 99f8a22bccd..21f066dbe49 100644 --- a/best_practices/business-logic.rst +++ b/best_practices/business-logic.rst @@ -15,7 +15,7 @@ Inside here, you can create whatever directories you want to organize things: .. code-block:: text - symfony2-project/ + symfony-project/ ├─ app/ ├─ src/ │ └─ AppBundle/ @@ -35,7 +35,7 @@ and put things there: .. code-block:: text - symfony3-project/ + symfony-project/ ├─ app/ ├─ src/ │ ├─ Acme/ @@ -180,7 +180,7 @@ The three entities defined by our sample blog application are a good example: .. code-block:: text - symfony3-project/ + symfony-project/ ├─ ... └─ src/ └─ AppBundle/