Skip to content

Commit 1ab78e0

Browse files
zairigimadwouterj
authored andcommitted
Update buisness-logic
1 parent dca6fec commit 1ab78e0

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)