feat(core) : move user entity into core module and repoint security/doctrine (temp legacy alias)

This commit is contained in:
Matthieu
2026-06-19 16:03:52 +02:00
parent 6ca91cbd3b
commit f8fc4d6bd9
7 changed files with 24 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ use PhpCsFixer\Finder;
$finder = Finder::create()
->in('src')
->notName('Kernel.php')
->notPath('Module/Core/_compat_user_alias.php')
;
$rules = [