Skip to content

Commit 7098e9b

Browse files
committed
typo
1 parent 97bed34 commit 7098e9b

File tree

1 file changed

+2
-2
lines changed
  • content/blog/how-did-I-organize-my-last-symfony-project

1 file changed

+2
-2
lines changed

content/blog/how-did-I-organize-my-last-symfony-project/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ The `UseCase` folder contains all the code needed to orchestrate use cases, such
130130

131131
**Tip:** I don’t suffix repositories with "Repository." Instead, I try to use a business concept for the name, such as `ProductCatalog` for a `Product` aggregate. If I can’t find a suitable business concept, I use the plural form of the aggregate name, since a repository represents a collection of objects.
132132

133-
### Infrastructure
134-
135133
I organize the root of the `Infrastructure` and `UserInterface` folder in the same way as the `Domain` one.
136134

135+
### Infrastructure
136+
137137
```bash
138138
tree src/Infrastructure -L 1
139139
api/src/Infrastructure

0 commit comments

Comments
 (0)