Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Exclude domain models from DI container scanning (#1512)
Domain models should not be scanned during DI Container building, since entities are not meant to be services. The actual bug that results of this missing configuration line is an exception which ocurrs when the extbase ClassSchema is built in the same request as the DI Container scanned all classes. The issue this PR targets is georgringer/eventnews#102
- Loading branch information