Files
ai-chat/.continue/rules/service-dependency-on-repository-interfaces.md
T
2026-06-10 18:22:27 +02:00

302 B

globs, description, alwaysApply
globs description alwaysApply
src/Features/*/Logic/Service/*.php This enforces dependency inversion, allowing for easy mocking and testing without touching actual data sources. true

Services in the Logic layer must depend on repository interfaces defined in their respective Logic folder.