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
-1
View File
@@ -8,7 +8,6 @@ use PhpCsFixer\Finder;
$finder = Finder::create()
->in('src')
->notName('Kernel.php')
->notPath('Module/Core/_compat_user_alias.php')
;
$rules = [