refactor(core) : move user repository/providers to core and migrate all consumers off App\Entity\User

This commit is contained in:
Matthieu
2026-06-19 16:16:44 +02:00
parent d70925b812
commit 0b4874e94d
53 changed files with 109 additions and 115 deletions
+2 -3
View File
@@ -27,9 +27,6 @@ services:
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/'
# Temporary legacy class_alias bootstrap file (no service): excluded from autowiring scan.
exclude:
- '../src/Module/Core/_compat_user_alias.php'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
@@ -69,3 +66,5 @@ services:
$uploadDir: '%absence_justification_upload_dir%'
App\Service\Share\FileSource: '@App\Service\Share\SmbFileSource'
App\Module\Core\Domain\Repository\UserRepositoryInterface: '@App\Module\Core\Infrastructure\Doctrine\DoctrineUserRepository'