Optimized Documentation

This commit is contained in:
Kevin Frantz
2019-01-19 13:06:14 +01:00
parent 47992dee89
commit d50a79f912
2 changed files with 4 additions and 3 deletions

View File

@@ -3,9 +3,9 @@ This folder contains the [domain logic](https://en.wikipedia.org/wiki/Business_l
## Conventions
### Services
Classes which are optimized to be injected as a service MUST end on the suffix ** *Service.php**.
Classes which are optimized to be injected as a service MUST end on the suffix **Service.php**.
## Folders
A folder MUST end on the suffix ** *Management ** to show that it has the purpose to manage something.
A folder MUST end on the suffix **Management.php** to show that it has the purpose to manage something.
# Domain Overview