feat(core) : move user entity into core module and repoint security/doctrine (temp legacy alias)
This commit is contained in:
@@ -8,6 +8,7 @@ use PhpCsFixer\Finder;
|
||||
$finder = Finder::create()
|
||||
->in('src')
|
||||
->notName('Kernel.php')
|
||||
->notPath('Module/Core/_compat_user_alias.php')
|
||||
;
|
||||
|
||||
$rules = [
|
||||
|
||||
Reference in New Issue
Block a user