Skip to content

Commit 79b59a0

Browse files
committed
minor #7025 Update buisness-logic (zairigimad)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7025). Discussion ---------- Update buisness-logic Replace all folders names with symfony3-project instead of symfony2-project because symfony 2 and 3 don't have the same structure of folders . Commits ------- 1ab78e0 Update buisness-logic
2 parents dca6fec + 1ab78e0 commit 79b59a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/business-logic.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Inside here, you can create whatever directories you want to organize things:
1515

1616
.. code-block:: text
1717
18-
symfony2-project/
18+
symfony-project/
1919
├─ app/
2020
├─ src/
2121
│ └─ AppBundle/
@@ -33,7 +33,7 @@ and put things there:
3333

3434
.. code-block:: text
3535
36-
symfony2-project/
36+
symfony-project/
3737
├─ app/
3838
├─ src/
3939
│ ├─ Acme/
@@ -176,7 +176,7 @@ The three entities defined by our sample blog application are a good example:
176176

177177
.. code-block:: text
178178
179-
symfony2-project/
179+
symfony-project/
180180
├─ ...
181181
└─ src/
182182
└─ AppBundle/

0 commit comments

Comments
 (0)