Improve custom role table, add isPublic property to League table
This commit is contained in:
@@ -514,3 +514,8 @@ $classes[] = 'Symfony\Component\Validator\Constraints\NotCompromisedPasswordVali
|
||||
$classes[] = 'Symfony\Component\Validator\Constraints\WhenValidator';
|
||||
|
||||
$preloaded = Preloader::preload($classes);
|
||||
|
||||
$classes = [];
|
||||
$classes[] = 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator';
|
||||
$classes[] = 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher';
|
||||
$preloaded = Preloader::preload($classes, $preloaded);
|
||||
|
||||
Reference in New Issue
Block a user