Doku/architektur.md aktualisiert

This commit is contained in:
2026-06-17 18:00:50 +00:00
parent f5ee201e04
commit a5965c8673
+1 -1
View File
@@ -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/