diff --git a/Doku/architektur.md b/Doku/architektur.md index 39f94ba..00dfaaa 100644 --- a/Doku/architektur.md +++ b/Doku/architektur.md @@ -115,7 +115,7 @@ src/ │ │ ├── Model/[Feature]/ # z.B. /Planning/GardenPlan.php │ │ ├── DTO/[Feature]/ # z.B. /Planning/UpdatePlanDto.php │ │ └── Service/[Feature]/ # Calculator, Policy, Validator, Strategy -│ └── InfrastructureInterface/ # Provider & Processor Interfaces +│ └── Interface/ # Provider & Processor Interfaces │ ├── Data/ │ ├── Doctrine/