Improve custom role table, add isPublic property to League table

This commit is contained in:
Daniel Guzman
2024-05-26 11:59:18 +02:00
parent cc7c707445
commit 15990da3d0
382 changed files with 93 additions and 13470 deletions
@@ -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);