rector/config/level/architecture/doctrine-repository-as-services.yml

8 lines
380 B
YAML
Raw Normal View History

2018-03-04 14:56:14 +01:00
services:
# order matters, this needs to be first to correctly detect parent repository
Rector\Rector\Architecture\RepositoryAsService\ReplaceParentRepositoryCallsByRepositoryPropertyRector: ~
2018-03-05 12:36:15 +01:00
Rector\Rector\Architecture\RepositoryAsService\MoveRepositoryFromParentToConstructorRector: ~
2018-03-17 08:42:48 +01:00
Rector\Rector\Architecture\RepositoryAsService\ServiceLocatorToDIRector: ~