Files
ai-chat/.continue/rules/repository-implementation-location.md
2026-06-10 18:22:27 +02:00

285 B

globs, description, alwaysApply
globs description alwaysApply
src/Features/*/Data/Repository/*.php The Data layer handles concrete storage mechanisms while keeping business logic unaware of these details. true

Repository implementations must be located in the Data layer, using entities for persistence.