Hallo Community,

seit heute morgen bekommen auf einmal alle Mitentwickler und ich bei einem composer update folgende Fehlermeldung:

Code:
Script @php vendor/bin/contao-setup handling the post-update-cmd event returned with error code 255
Die tatsächliche Fehlermeldung, die direkt vorher angezeigt wird, lautet:

Code:
Fatal error: Declaration of Contao\User::getRoles() must be compatible with Symfony\Component\Security\Core\User\UserInterface::getRoles(): array in /daten/src/akademie4/vendor/contao/core-bundle/src/Resources/contao/library/Contao/User.php on line 449

Call Stack:
    0.0002     421952   1. {main}() /daten/src/akademie4/vendor/bin/contao-setup:0
    0.0002     432712   2. include('/daten/src/akademie4/vendor/contao/manager-bundle/bin/contao-setup') /daten/src/akademie4/vendor/bin/contao-setup:107
    0.0266    6710672   3. Symfony\Component\Console\Application->run($input = ???, $output = ???) /daten/src/akademie4/vendor/contao/manager-bundle/bin/contao-setup:44
    0.0309    6921080   4. Symfony\Bundle\FrameworkBundle\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 0; private $lastArrayArgument = NULL; private $lastOptionalArgument = NULL; private $options = [...]; private $negations = [...]; private $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private $tokens = []; private $parsed = NULL }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(197) of type (stream); private $stderr = class Symfony\Component\Console\Output\StreamOutput { private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(205) of type (stream) }; private $consoleSectionOutputs = [] }) /daten/src/akademie4/vendor/symfony/console/Application.php:171
    0.0309    6921080   5. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() /daten/src/akademie4/vendor/symfony/framework-bundle/Console/Application.php:74
    0.0309    6921080   6. Symfony\Component\HttpKernel\Kernel->boot() /daten/src/akademie4/vendor/symfony/framework-bundle/Console/Application.php:168
    0.0309    6921080   7. Symfony\Component\HttpKernel\Kernel->preBoot() /daten/src/akademie4/vendor/symfony/http-kernel/Kernel.php:128
    0.0483    8357032   8. Contao\ManagerBundle\HttpKernel\ContaoKernel->initializeContainer() /daten/src/akademie4/vendor/symfony/http-kernel/Kernel.php:789
    0.0483    8357032   9. Symfony\Component\HttpKernel\Kernel->initializeContainer() /daten/src/akademie4/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php:323
    0.1231   18763944  10. Symfony\Component\DependencyInjection\ContainerBuilder->compile($resolveEnvPlaceholders = ???) /daten/src/akademie4/vendor/symfony/http-kernel/Kernel.php:548
    0.1258   18767784  11. Symfony\Component\DependencyInjection\Compiler\Compiler->compile($container = class Contao\ManagerPlugin\Config\ContainerBuilder { protected $parameterBag = class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag { protected $parameters = [...]; protected $resolved = FALSE; private $envPlaceholderUniquePrefix = 'env_47639c97ba408e54'; private $envPlaceholders = [...]; private $unusedEnvPlaceholders = [...]; private $providedTypes = [...] }; protected $services = ['container.env_var_processors_locator' => class Symfony\Component\DependencyInjection\ServiceLocator { ... }]; protected $privates = []; protected $fileMap = []; protected $methodMap = []; protected $factories = []; protected $aliases = []; protected $loading = []; protected $resolving = []; protected $syntheticIds = []; private ${Symfony\Component\DependencyInjection\Container}envCache = ['DATABASE_URL' => 'env_47639c97ba408e54_DATABASE_URL_4e686ff607653bf4f290ce0a026578f6']; private ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private ${Symfony\Component\DependencyInjection\Container}getEnv = class Closure { virtual $closure = "$this->getEnv", public $this = ...; public $parameter = [...] }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensions = ['maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'framework' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'knp_menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'cmf_routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionsByNs = ['http://example.org/schema/dic/maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'http://symfony.com/schema/dic/doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'http://symfony.com/schema/dic/symfony' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'http://symfony.com/schema/dic/monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'http://example.org/schema/dic/fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'http://example.org/schema/dic/nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'http://example.org/schema/dic/nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'http://example.org/schema/dic/scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'http://example.org/schema/dic/twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'http://knplabs.com/schema/dic/menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'http://example.org/schema/dic/knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'http://cmf.symfony.com/schema/dic/routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'http://symfony.com/schema/dic/twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'http://example.org/schema/dic/lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'http://example.org/schema/dic/contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'http://symfony.com/schema/dic/security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'http://example.org/schema/dic/contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'http://example.org/schema/dic/contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'http://example.org/schema/dic/multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'http://example.org/schema/dic/terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'http://example.org/schema/dic/contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'http://example.org/schema/dic/contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'http://example.org/schema/dic/contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'http://example.org/schema/dic/contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'http://example.org/schema/dic/contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'http://example.org/schema/dic/contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'http://example.org/schema/dic/bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'http://example.org/schema/dic/terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_result_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_system_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\General' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAkademieCityRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlArticleRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStatusRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStudiosRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEFragenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlELessonRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEUserHistoryRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEmailPostRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlLanguagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberDataRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlPageRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlProfilePagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlStatustableRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingLoggingRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingTutorsRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingVotesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungDetailsService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungLocationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingAmazonApiService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffPlaningService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingTutorService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CourseDatesService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CsrfTokenService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\DateService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningGlobalService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\FrontendAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\GlobalAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\LanguageAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\MailerService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\PaginationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ProfilePageService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_finder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_link_formatter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.event_registry' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.console_error_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.doctrine_helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.auto_command.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.entity_class_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.user_class_builder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.security_config_updater' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.renderer.form_type_renderer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.php_compat_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.template_component_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_authenticator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_command' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_controller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_crud' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_docker_database' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_entity' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_fixtures' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_functional_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_message' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_messenger_middleware' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_registration_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_reset_password' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_encoder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_normalizer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_subscriber' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_twig_extension' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_unit_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_validator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_user' => class Symfony\Component\DependencyInjection\Definition { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}aliasDefinitions = ['Psr\Container\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Driver\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'database_connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.dbal.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection $defaultConnection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.metadata.annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.entity_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_metadata_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_result_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_query_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface $defaultEntityManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_entity_manager.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\RequestStack' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpCache\StoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\UrlHelper' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Filesystem\Filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Config\FileLocator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\UriSigner' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ReverseContainer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\String\Slugger\SluggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer.html' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Container\ContainerInterface $parameterBag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.app_clearer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Cache\Adapter\AdapterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Translation\TranslatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_redis_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_memcached_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_doctrine_dbal_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_pdo_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\SessionInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'SessionHandlerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\CsrfTokenManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Asset\Packages' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\HttpClient\HttpClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Http\Client\ClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\MailerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\Transport\TransportInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer.logger_message_listener' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Reader\TranslationReaderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Extractor\ExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Writer\TranslationWriterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator.formatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Debug\FileLinkFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Stopwatch\Stopwatch' => class Symfony\Component\DependencyInjection\Alias { ... }, 'router' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Generator\UrlGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Matcher\UrlMatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContextAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Annotations\Reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyAccess\PropertyAccessorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.default.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\PersistingStoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockFactory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypesInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'logger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Log\LoggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'monolog.handler.contao' => class Symfony\Component\DependencyInjection\Alias { ... }, 'fos_http_cache.default_proxy_client' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ProxyClient\ProxyClient' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\CacheManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\Http\SymfonyResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.csrf_token_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Model\PersisterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.first_two_factor_handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.handler_condition' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.persister' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.ip_whitelist_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.token_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.trusted_device_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.backup_code_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Provider\MenuProviderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\FactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Matcher\MatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Util\MenuManipulator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Bundle\TimeBundle\DateTimeFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Cmf\Component\Routing\ChainRouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}resources = ['/daten/src/akademie4/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddConstraintValidatorsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddValidatorInitializersPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Serializer\DependencyInjection\SerializerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Form\DependencyInjection\FormPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Messenger\DependencyInjection\MessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddAutoMappingConfigurationPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, '/daten/src/akademie4/config/parameters.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/config.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/services.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.App\AppBundle\Utils\General' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAkademieCityRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlArticleRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStatusRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStudiosRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEFragenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlELessonRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEUserHistoryRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEmailPostRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlLanguagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberDataRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlPageRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlProfilePagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlStatustableRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingLoggingRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingTutorsRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingVotesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungDetailsService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungLocationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingAmazonApiService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffPlaningService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingTutorService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CourseDatesService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CsrfTokenService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\DateService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningGlobalService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\FrontendAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\GlobalAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\LanguageAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\MailerService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\PaginationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ProfilePageService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./daten/src/akademie4/src1/*01\01' => class Symfony\Component\Config\Resource\GlobResource { ... }, '194f2b98cab27eebe16a6672b229647c' => class Symfony\Component\Config\Resource\DirectoryResource { ... }, '/daten/src/akademie4/system/modules/hofff_calendarfield/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/content_ausbildungen0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/content_ausbildungen/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/haste/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_mr_course_list0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_mr_course_list/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/mobile_menu/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cron_info0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cron_info/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/amazon_affiliate0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/amazon_affiliate/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/a_lizenz_fitness0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/a_lizenz_fitness/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/dlh_geocode/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cronJobs0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cronJobs/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_voucher_system0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_voucher_system/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/booking0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/booking/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionConfigs = ['security' => [...], 'framework' => [...], 'contao' => [...], 'twig' => [...], 'doctrine' => [...], 'lexik_maintenance' => [...], 'nelmio_security' => [...], 'fos_http_cache' => [...], 'scheb_two_factor' => [...], 'monolog' => [...], 'maker' => [...], 'nelmio_cors' => [...], 'twig_extra' => [...], 'knp_menu' => [...], 'knp_time' => [...], 'cmf_routing' => [...], 'contao_maker' => [...], 'contao_manager' => [...], 'multicolumnwizard-bundle' => [...], 'terminal42_mailusername' => [...], 'contao_faq' => [...], 'contao_mmenu' => [...], 'contao_installation' => [...], 'contao_news' => [...], 'contao_calendar' => [...], 'contao_newsletter' => [...], 'bug_buster_cron' => [...], 'terminal42_auto_registration' => [...]]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}compiler = class Symfony\Component\DependencyInjection\Compiler\Compiler { private $passConfig = class Symfony\Component\DependencyInjection\Compiler\PassConfig { ... }; private $log = [...]; private $serviceReferenceGraph = class Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}trackResources = TRUE; private ${Symfony\Component\DependencyInjection\ContainerBuilder}proxyInstantiator = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator { private $factory = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactory { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguage = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguageProviders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}usedTags = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envPlaceholders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envCounters = ['DATABASE_URL' => 2]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}vendors = [0 => '/daten/src/akademie4/vendor']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredInstanceof = ['FOS\HttpCache\UserContext\ContextProvider' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\MakerBundle\MakerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\ORM\Id\AbstractIdGenerator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Asset\PackageInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Console\Command\Command' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Config\ResourceCheckerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Cache\CallbackInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\ServiceLocator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ServiceSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\EventDispatcher\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Translation\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ResetInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\EncoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\DecoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\NormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\DenormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ConstraintValidatorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ObjectInitializerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\MessageHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\BatchHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Transport\TransportFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Psr\Log\LoggerAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Processor\ProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\ResettableInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bridge\Monolog\Processor\TokenProcessor' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Handler\HandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Knp\Menu\Matcher\Voter\VoterInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Loader\LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\RuntimeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredAttributes = ['Doctrine\Bundle\DoctrineBundle\Attribute\AsEntityListener' => class Closure { virtual $closure = "Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::Doctrine\Bundle\DoctrineBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\EventDispatcher\Attribute\AsEventListener' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\HttpKernel\Attribute\AsController' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\Messenger\Attribute\AsMessageHandler' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedBindingIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}classReflectors = ['Contao\ManagerBundle\HttpKernel\ContaoKernel' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\RebootableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\TerminableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class ReflectionClass { ... }, 'FOS\HttpCache\SymfonyCache\HttpCacheProvider' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\DoctrineAttributesCheckPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\MakeCommandRegistrationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\RemoveMissingParametersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineManagerRegistryClassPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineAnnotatedPrefixesPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterEventListenersAndSubscribersPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheCompatibilityPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\DoctrineValidationPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\IdGeneratorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\WellKnownSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DbalSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheSchemaSubscriberPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\RemoveProfilerControllerPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterUidTypePass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AssetsContextPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\LoggerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\Routing\DependencyInjection\RoutingResolverPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\DataCollectorTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ProfilerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddAnnotationsCachedReaderPass' => class ReflectionClass { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\LoggingTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\FragmentRendererPass' => class ReflectionClass { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPrunerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\WorkflowGuardListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ResettableServicePass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterLocaleAwareServicesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerWeakRefPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerRealRefPass' => class ReflectionClass { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\RegisterReverseContainerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RemoveUnusedSessionMarshallingHandlerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\SessionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\LoggerChannelPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\FixEmptyLoggerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddProcessorsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddSwiftMailerTransportPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\HashGeneratorPass' => class ReflectionClass { ... }, 'Nelmio\CorsBundle\DependencyInjection\Compiler\CorsConfigurationProviderPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\UAParserCompilerPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\CspReportFilterCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\AuthenticationProviderDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\RememberMeServicesDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorProviderCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorFirewallConfigCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\MailerCompilerPass' => class ReflectionClass { ... }, 'Twig\Extra\TwigExtraBundle\DependencyInjection\Compiler\MissingExtensionSuggestorPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\RegisterMenusPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\MenuBuilderPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddExtensionsPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddProvidersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddRenderersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddVotersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRoutersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRouteEnhancersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\SetRouterPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\ValidationPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\TemplatingValidatorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExtensionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigLoaderPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\RuntimeLoaderPass' => class ReflectionClass { ... }, 'Terminal42\ServiceAnnotationBundle\DependencyInjection\Compiler\ServiceAnnotationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSessionDomainConstraintPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\CleanRememberMeVerifierPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterCsrfFeaturesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterTokenUsageTrackingPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterLdapLocatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterEntryPointPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterGlobalSecurityEventListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\SortFirewallListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\ReplaceDecoratedRememberMeHandlerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TaggedMigrationsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterPagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RemembermeServicesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\DataContainerCallbackPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TranslationDataCollectorPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\SearchIndexerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\CrawlerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddCronJobsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAvailableTransportsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RewireTwigPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddNativeTransportFactoryPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\IntlInstalledLocalesAndCountriesPass' => class ReflectionClass { ... }, 'Contao\ManagerBundle\DependencyInjection\Compiler\ContaoManagerPass' => class ReflectionClass { ... }, 'App\AppBundle\Utils\General' => class ReflectionClass { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class ReflectionClass { ... }, ...]; private $pluginLoader = class Contao\ManagerPlugin\PluginLoader { private $plugins = [...]; private $disabled = [...] }; private $managerConfig = [] }) /daten/src/akademie4/vendor/symfony/dependency-injection/ContainerBuilder.php:757
    0.1258   18780128  12. Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process($container = class Contao\ManagerPlugin\Config\ContainerBuilder { protected $parameterBag = class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag { protected $parameters = [...]; protected $resolved = FALSE; private $envPlaceholderUniquePrefix = 'env_47639c97ba408e54'; private $envPlaceholders = [...]; private $unusedEnvPlaceholders = [...]; private $providedTypes = [...] }; protected $services = ['container.env_var_processors_locator' => class Symfony\Component\DependencyInjection\ServiceLocator { ... }]; protected $privates = []; protected $fileMap = []; protected $methodMap = []; protected $factories = []; protected $aliases = []; protected $loading = []; protected $resolving = []; protected $syntheticIds = []; private ${Symfony\Component\DependencyInjection\Container}envCache = ['DATABASE_URL' => 'env_47639c97ba408e54_DATABASE_URL_4e686ff607653bf4f290ce0a026578f6']; private ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private ${Symfony\Component\DependencyInjection\Container}getEnv = class Closure { virtual $closure = "$this->getEnv", public $this = ...; public $parameter = [...] }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensions = ['maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'framework' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'knp_menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'cmf_routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionsByNs = ['http://example.org/schema/dic/maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'http://symfony.com/schema/dic/doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'http://symfony.com/schema/dic/symfony' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'http://symfony.com/schema/dic/monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'http://example.org/schema/dic/fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'http://example.org/schema/dic/nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'http://example.org/schema/dic/nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'http://example.org/schema/dic/scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'http://example.org/schema/dic/twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'http://knplabs.com/schema/dic/menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'http://example.org/schema/dic/knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'http://cmf.symfony.com/schema/dic/routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'http://symfony.com/schema/dic/twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'http://example.org/schema/dic/lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'http://example.org/schema/dic/contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'http://symfony.com/schema/dic/security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'http://example.org/schema/dic/contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'http://example.org/schema/dic/contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'http://example.org/schema/dic/multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'http://example.org/schema/dic/terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'http://example.org/schema/dic/contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'http://example.org/schema/dic/contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'http://example.org/schema/dic/contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'http://example.org/schema/dic/contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'http://example.org/schema/dic/contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'http://example.org/schema/dic/contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'http://example.org/schema/dic/bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'http://example.org/schema/dic/terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_result_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_system_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\General' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAkademieCityRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlArticleRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStatusRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStudiosRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEFragenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlELessonRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEUserHistoryRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEmailPostRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlLanguagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberDataRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlPageRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlProfilePagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlStatustableRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingLoggingRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingTutorsRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingVotesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungDetailsService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungLocationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingAmazonApiService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffPlaningService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingTutorService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CourseDatesService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CsrfTokenService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\DateService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningGlobalService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\FrontendAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\GlobalAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\LanguageAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\MailerService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\PaginationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ProfilePageService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_finder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_link_formatter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.event_registry' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.console_error_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.doctrine_helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.auto_command.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.entity_class_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.user_class_builder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.security_config_updater' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.renderer.form_type_renderer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.php_compat_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.template_component_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_authenticator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_command' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_controller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_crud' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_docker_database' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_entity' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_fixtures' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_functional_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_message' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_messenger_middleware' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_registration_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_reset_password' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_encoder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_normalizer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_subscriber' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_twig_extension' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_unit_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_validator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_user' => class Symfony\Component\DependencyInjection\Definition { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}aliasDefinitions = ['Psr\Container\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Driver\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'database_connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.dbal.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection $defaultConnection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.metadata.annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.entity_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_metadata_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_result_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_query_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface $defaultEntityManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_entity_manager.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\RequestStack' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpCache\StoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\UrlHelper' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Filesystem\Filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Config\FileLocator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\UriSigner' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ReverseContainer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\String\Slugger\SluggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer.html' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Container\ContainerInterface $parameterBag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.app_clearer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Cache\Adapter\AdapterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Translation\TranslatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_redis_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_memcached_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_doctrine_dbal_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_pdo_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\SessionInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'SessionHandlerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\CsrfTokenManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Asset\Packages' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\HttpClient\HttpClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Http\Client\ClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\MailerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\Transport\TransportInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer.logger_message_listener' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Reader\TranslationReaderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Extractor\ExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Writer\TranslationWriterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator.formatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Debug\FileLinkFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Stopwatch\Stopwatch' => class Symfony\Component\DependencyInjection\Alias { ... }, 'router' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Generator\UrlGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Matcher\UrlMatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContextAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Annotations\Reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyAccess\PropertyAccessorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.default.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\PersistingStoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockFactory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypesInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'logger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Log\LoggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'monolog.handler.contao' => class Symfony\Component\DependencyInjection\Alias { ... }, 'fos_http_cache.default_proxy_client' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ProxyClient\ProxyClient' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\CacheManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\Http\SymfonyResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.csrf_token_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Model\PersisterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.first_two_factor_handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.handler_condition' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.persister' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.ip_whitelist_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.token_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.trusted_device_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.backup_code_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Provider\MenuProviderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\FactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Matcher\MatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Util\MenuManipulator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Bundle\TimeBundle\DateTimeFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Cmf\Component\Routing\ChainRouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}resources = ['/daten/src/akademie4/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddConstraintValidatorsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddValidatorInitializersPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Serializer\DependencyInjection\SerializerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Form\DependencyInjection\FormPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Messenger\DependencyInjection\MessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddAutoMappingConfigurationPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, '/daten/src/akademie4/config/parameters.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/config.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/services.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.App\AppBundle\Utils\General' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAkademieCityRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlArticleRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStatusRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStudiosRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEFragenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlELessonRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEUserHistoryRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEmailPostRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlLanguagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberDataRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlPageRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlProfilePagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlStatustableRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingLoggingRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingTutorsRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingVotesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungDetailsService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungLocationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingAmazonApiService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffPlaningService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingTutorService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CourseDatesService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CsrfTokenService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\DateService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningGlobalService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\FrontendAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\GlobalAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\LanguageAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\MailerService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\PaginationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ProfilePageService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./daten/src/akademie4/src1/*01\01' => class Symfony\Component\Config\Resource\GlobResource { ... }, '194f2b98cab27eebe16a6672b229647c' => class Symfony\Component\Config\Resource\DirectoryResource { ... }, '/daten/src/akademie4/system/modules/hofff_calendarfield/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/content_ausbildungen0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/content_ausbildungen/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/haste/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_mr_course_list0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_mr_course_list/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/mobile_menu/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cron_info0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cron_info/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/amazon_affiliate0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/amazon_affiliate/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/a_lizenz_fitness0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/a_lizenz_fitness/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/dlh_geocode/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cronJobs0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cronJobs/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_voucher_system0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_voucher_system/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/booking0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/booking/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionConfigs = ['security' => [...], 'framework' => [...], 'contao' => [...], 'twig' => [...], 'doctrine' => [...], 'lexik_maintenance' => [...], 'nelmio_security' => [...], 'fos_http_cache' => [...], 'scheb_two_factor' => [...], 'monolog' => [...], 'maker' => [...], 'nelmio_cors' => [...], 'twig_extra' => [...], 'knp_menu' => [...], 'knp_time' => [...], 'cmf_routing' => [...], 'contao_maker' => [...], 'contao_manager' => [...], 'multicolumnwizard-bundle' => [...], 'terminal42_mailusername' => [...], 'contao_faq' => [...], 'contao_mmenu' => [...], 'contao_installation' => [...], 'contao_news' => [...], 'contao_calendar' => [...], 'contao_newsletter' => [...], 'bug_buster_cron' => [...], 'terminal42_auto_registration' => [...]]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}compiler = class Symfony\Component\DependencyInjection\Compiler\Compiler { private $passConfig = class Symfony\Component\DependencyInjection\Compiler\PassConfig { ... }; private $log = [...]; private $serviceReferenceGraph = class Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}trackResources = TRUE; private ${Symfony\Component\DependencyInjection\ContainerBuilder}proxyInstantiator = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator { private $factory = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactory { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguage = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguageProviders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}usedTags = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envPlaceholders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envCounters = ['DATABASE_URL' => 2]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}vendors = [0 => '/daten/src/akademie4/vendor']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredInstanceof = ['FOS\HttpCache\UserContext\ContextProvider' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\MakerBundle\MakerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\ORM\Id\AbstractIdGenerator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Asset\PackageInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Console\Command\Command' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Config\ResourceCheckerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Cache\CallbackInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\ServiceLocator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ServiceSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\EventDispatcher\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Translation\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ResetInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\EncoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\DecoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\NormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\DenormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ConstraintValidatorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ObjectInitializerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\MessageHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\BatchHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Transport\TransportFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Psr\Log\LoggerAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Processor\ProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\ResettableInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bridge\Monolog\Processor\TokenProcessor' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Handler\HandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Knp\Menu\Matcher\Voter\VoterInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Loader\LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\RuntimeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredAttributes = ['Doctrine\Bundle\DoctrineBundle\Attribute\AsEntityListener' => class Closure { virtual $closure = "Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::Doctrine\Bundle\DoctrineBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\EventDispatcher\Attribute\AsEventListener' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\HttpKernel\Attribute\AsController' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\Messenger\Attribute\AsMessageHandler' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedBindingIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}classReflectors = ['Contao\ManagerBundle\HttpKernel\ContaoKernel' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\RebootableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\TerminableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class ReflectionClass { ... }, 'FOS\HttpCache\SymfonyCache\HttpCacheProvider' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\DoctrineAttributesCheckPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\MakeCommandRegistrationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\RemoveMissingParametersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineManagerRegistryClassPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineAnnotatedPrefixesPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterEventListenersAndSubscribersPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheCompatibilityPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\DoctrineValidationPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\IdGeneratorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\WellKnownSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DbalSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheSchemaSubscriberPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\RemoveProfilerControllerPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterUidTypePass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AssetsContextPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\LoggerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\Routing\DependencyInjection\RoutingResolverPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\DataCollectorTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ProfilerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddAnnotationsCachedReaderPass' => class ReflectionClass { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\LoggingTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\FragmentRendererPass' => class ReflectionClass { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPrunerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\WorkflowGuardListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ResettableServicePass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterLocaleAwareServicesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerWeakRefPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerRealRefPass' => class ReflectionClass { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\RegisterReverseContainerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RemoveUnusedSessionMarshallingHandlerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\SessionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\LoggerChannelPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\FixEmptyLoggerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddProcessorsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddSwiftMailerTransportPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\HashGeneratorPass' => class ReflectionClass { ... }, 'Nelmio\CorsBundle\DependencyInjection\Compiler\CorsConfigurationProviderPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\UAParserCompilerPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\CspReportFilterCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\AuthenticationProviderDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\RememberMeServicesDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorProviderCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorFirewallConfigCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\MailerCompilerPass' => class ReflectionClass { ... }, 'Twig\Extra\TwigExtraBundle\DependencyInjection\Compiler\MissingExtensionSuggestorPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\RegisterMenusPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\MenuBuilderPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddExtensionsPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddProvidersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddRenderersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddVotersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRoutersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRouteEnhancersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\SetRouterPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\ValidationPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\TemplatingValidatorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExtensionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigLoaderPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\RuntimeLoaderPass' => class ReflectionClass { ... }, 'Terminal42\ServiceAnnotationBundle\DependencyInjection\Compiler\ServiceAnnotationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSessionDomainConstraintPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\CleanRememberMeVerifierPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterCsrfFeaturesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterTokenUsageTrackingPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterLdapLocatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterEntryPointPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterGlobalSecurityEventListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\SortFirewallListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\ReplaceDecoratedRememberMeHandlerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TaggedMigrationsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterPagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RemembermeServicesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\DataContainerCallbackPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TranslationDataCollectorPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\SearchIndexerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\CrawlerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddCronJobsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAvailableTransportsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RewireTwigPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddNativeTransportFactoryPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\IntlInstalledLocalesAndCountriesPass' => class ReflectionClass { ... }, 'Contao\ManagerBundle\DependencyInjection\Compiler\ContaoManagerPass' => class ReflectionClass { ... }, 'App\AppBundle\Utils\General' => class ReflectionClass { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class ReflectionClass { ... }, ...]; private $pluginLoader = class Contao\ManagerPlugin\PluginLoader { private $plugins = [...]; private $disabled = [...] }; private $managerConfig = [] }) /daten/src/akademie4/vendor/symfony/dependency-injection/Compiler/Compiler.php:82
    0.1274   18860552  13. Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process($container = class Contao\ManagerPlugin\Config\ContainerBuilder { protected $parameterBag = class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag { protected $parameters = [...]; protected $resolved = FALSE; private $envPlaceholderUniquePrefix = 'env_47639c97ba408e54'; private $envPlaceholders = [...]; private $unusedEnvPlaceholders = [...]; private $providedTypes = [...] }; protected $services = ['container.env_var_processors_locator' => class Symfony\Component\DependencyInjection\ServiceLocator { ... }]; protected $privates = []; protected $fileMap = []; protected $methodMap = []; protected $factories = []; protected $aliases = []; protected $loading = []; protected $resolving = []; protected $syntheticIds = []; private ${Symfony\Component\DependencyInjection\Container}envCache = ['DATABASE_URL' => 'env_47639c97ba408e54_DATABASE_URL_4e686ff607653bf4f290ce0a026578f6']; private ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private ${Symfony\Component\DependencyInjection\Container}getEnv = class Closure { virtual $closure = "$this->getEnv", public $this = ...; public $parameter = [...] }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensions = ['maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'framework' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'knp_menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'cmf_routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionsByNs = ['http://example.org/schema/dic/maker' => class Symfony\Bundle\MakerBundle\DependencyInjection\MakerExtension { ... }, 'http://symfony.com/schema/dic/doctrine' => class Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension { ... }, 'http://symfony.com/schema/dic/symfony' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'http://symfony.com/schema/dic/monolog' => class Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension { ... }, 'http://example.org/schema/dic/fos_http_cache' => class FOS\HttpCacheBundle\DependencyInjection\FOSHttpCacheExtension { ... }, 'http://example.org/schema/dic/nelmio_cors' => class Nelmio\CorsBundle\DependencyInjection\NelmioCorsExtension { ... }, 'http://example.org/schema/dic/nelmio_security' => class Nelmio\SecurityBundle\DependencyInjection\NelmioSecurityExtension { ... }, 'http://example.org/schema/dic/scheb_two_factor' => class Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension { ... }, 'http://example.org/schema/dic/twig_extra' => class Twig\Extra\TwigExtraBundle\DependencyInjection\TwigExtraExtension { ... }, 'http://knplabs.com/schema/dic/menu' => class Knp\Bundle\MenuBundle\DependencyInjection\KnpMenuExtension { ... }, 'http://example.org/schema/dic/knp_time' => class Knp\Bundle\TimeBundle\DependencyInjection\KnpTimeExtension { ... }, 'http://cmf.symfony.com/schema/dic/routing' => class Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\CmfRoutingExtension { ... }, 'http://symfony.com/schema/dic/twig' => class Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension { ... }, 'http://example.org/schema/dic/lexik_maintenance' => class Lexik\Bundle\MaintenanceBundle\DependencyInjection\LexikMaintenanceExtension { ... }, 'http://example.org/schema/dic/contao_maker' => class InspiredMinds\ContaoMakerBundle\DependencyInjection\ContaoMakerExtension { ... }, 'http://symfony.com/schema/dic/security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'http://example.org/schema/dic/contao' => class Contao\CoreBundle\DependencyInjection\ContaoCoreExtension { ... }, 'http://example.org/schema/dic/contao_manager' => class Contao\ManagerBundle\DependencyInjection\ContaoManagerExtension { ... }, 'http://example.org/schema/dic/multicolumnwizard-bundle' => class MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension { ... }, 'http://example.org/schema/dic/terminal42_mailusername' => class Terminal42\MailusernameBundle\DependencyInjection\Terminal42MailusernameExtension { ... }, 'http://example.org/schema/dic/contao_faq' => class Contao\FaqBundle\DependencyInjection\ContaoFaqExtension { ... }, 'http://example.org/schema/dic/contao_mmenu' => class DirkKlemmt\ContaoMmenuBundle\DependencyInjection\ContaoMmenuExtension { ... }, 'http://example.org/schema/dic/contao_installation' => class Contao\InstallationBundle\DependencyInjection\ContaoInstallationExtension { ... }, 'http://example.org/schema/dic/contao_news' => class Contao\NewsBundle\DependencyInjection\ContaoNewsExtension { ... }, 'http://example.org/schema/dic/contao_calendar' => class Contao\CalendarBundle\DependencyInjection\ContaoCalendarExtension { ... }, 'http://example.org/schema/dic/contao_newsletter' => class Contao\NewsletterBundle\DependencyInjection\ContaoNewsletterExtension { ... }, 'http://example.org/schema/dic/bug_buster_cron' => class BugBuster\CronBundle\DependencyInjection\BugBusterCronExtension { ... }, 'http://example.org/schema/dic/terminal42_auto_registration' => class Terminal42\AutoRegistrationBundle\DependencyInjection\Terminal42AutoRegistrationExtension { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_result_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'app.doctrine_system_cache_provider' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\General' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAkademieCityRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlArticleRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStatusRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingStudiosRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlClAffiliateRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlContentRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEFragenRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlELessonRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEUserHistoryRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlEmailPostRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlLanguagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberDataRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlMemberRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlPageRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlProfilePagesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlStatustableRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingLoggingRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingTutorsRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlVotingVotesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungDetailsService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\AusbildungLocationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingAmazonApiService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffPlaningService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingStaffService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\BookingTutorService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CourseDatesService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\CsrfTokenService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\DateService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningCourseService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ElearningGlobalService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\FrontendAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\GlobalAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\LanguageAuthService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\MailerService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\PaginationService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'App\Service\ProfilePageService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_finder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.autoloader_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.file_link_formatter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.event_registry' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.console_error_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.doctrine_helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.auto_command.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.entity_class_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.user_class_builder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.security_config_updater' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.renderer.form_type_renderer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.php_compat_util' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.template_component_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_authenticator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_command' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_controller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_crud' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_docker_database' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_entity' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_fixtures' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_functional_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_message' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_messenger_middleware' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_registration_form' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_reset_password' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_encoder' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_serializer_normalizer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_subscriber' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_twig_extension' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_unit_test' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_validator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'maker.maker.make_user' => class Symfony\Component\DependencyInjection\Definition { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}aliasDefinitions = ['Psr\Container\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Driver\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Persistence\ManagerRegistry' => class Symfony\Component\DependencyInjection\Alias { ... }, 'database_connection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.dbal.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\DBAL\Connection $defaultConnection' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.metadata.annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.entity_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_metadata_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_result_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_query_cache' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\ORM\EntityManagerInterface $defaultEntityManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'doctrine.orm.default_entity_manager.event_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\RequestStack' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\HttpCache\StoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\UrlHelper' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Filesystem\Filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Config\FileLocator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\UriSigner' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ReverseContainer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\String\Slugger\SluggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer.html' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Container\ContainerInterface $parameterBag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.app_clearer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Cache\Adapter\AdapterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Translation\TranslatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_redis_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_memcached_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_doctrine_dbal_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_pdo_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\SessionInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'SessionHandlerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Csrf\CsrfTokenManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Asset\Packages' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Contracts\HttpClient\HttpClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Http\Client\ClientInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\MailerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mailer\Transport\TransportInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'mailer.logger_message_listener' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Reader\TranslationReaderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Extractor\ExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Translation\Writer\TranslationWriterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator.formatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\HttpKernel\Debug\FileLinkFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Stopwatch\Stopwatch' => class Symfony\Component\DependencyInjection\Alias { ... }, 'router' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Generator\UrlGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\Matcher\UrlMatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContextAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Routing\RequestContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'annotation_reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Doctrine\Common\Annotations\Reader' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyAccess\PropertyAccessorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.default.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.store' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'lock' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\PersistingStoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockFactory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Lock\LockInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypesInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'logger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\Log\LoggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'monolog.handler.contao' => class Symfony\Component\DependencyInjection\Alias { ... }, 'fos_http_cache.default_proxy_client' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ProxyClient\ProxyClient' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\CacheManager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCacheBundle\Http\SymfonyResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'FOS\HttpCache\ResponseTagger' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.csrf_token_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Model\PersisterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.first_two_factor_handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.handler_condition' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.persister' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.ip_whitelist_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.token_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.trusted_device_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'scheb_two_factor.backup_code_manager' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Provider\MenuProviderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\FactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Matcher\MatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Menu\Util\MenuManipulator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Knp\Bundle\TimeBundle\DateTimeFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Cmf\Component\Routing\ChainRouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}resources = ['/daten/src/akademie4/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddConstraintValidatorsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddValidatorInitializersPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Serializer\DependencyInjection\SerializerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Form\DependencyInjection\FormPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Messenger\DependencyInjection\MessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\Component\Validator\DependencyInjection\AddAutoMappingConfigurationPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, '/daten/src/akademie4/config/parameters.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/config.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, '/daten/src/akademie4/config/services.yml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.App\AppBundle\Utils\General' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\AppBundle\Utils\TestCaseHelper' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendELearningAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendUserAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeAffiliateCenterController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBewertungenRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeBuchungsFormularAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\BeDozentenBenachrichtigungenController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\StaffBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Ajax\VoucherAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Backend\Booking\StaffBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\BookingTutorPlaningFilter' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\CourseRatingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\DozentenRechnungController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAlizenzAddToCartController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungListingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeAusbildungLocationController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeBookingGeneralHandlerController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeCertificateDownloadAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeELearningController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeInfomaterialController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\FeProfileDetailsController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Ajax\TutorBookingAjaxController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Booking\TutorBookingController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseFinderXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCourseSeminarMarketCsvExportController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeCoursesFortbildungBwXmlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeDataFeedXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeExportCoursesXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\Exports\FeGoogleAdsExportXMLController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Controller\Frontend\MyFrontendModuleController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAkademieCityRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAlizenzOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlArticleRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlAusbildungBeschreibungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingCourseStaffRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStatusRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingStudiosRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeCourseRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingTypeLocationRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlBookingVoucherOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateOrdersRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlClAffiliateRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentAusbildungenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlContentRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenKontoinfoRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlDozentenRechnungRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEFragenRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlELessonRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEUserHistoryRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlEmailPostRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlLanguagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinCategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMagazinSubcategoriesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberDataRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlMemberRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlNrAffiliateStatisticsWeeklyRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlPageRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlProfilePagesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlStatustableRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingLoggingRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingTutorsRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlVotingVotesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Repository\TlWissenschaftArticlesRepository' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungDetailsService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\AusbildungLocationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingAmazonApiService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffPlaningService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingStaffService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\BookingTutorService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CourseDatesService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\CsrfTokenService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\DateService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningCourseService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ElearningGlobalService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\FrontendAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\GlobalAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\LanguageAuthService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\MailerService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\PaginationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.App\Service\ProfilePageService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./daten/src/akademie4/src1/*01\01' => class Symfony\Component\Config\Resource\GlobResource { ... }, '194f2b98cab27eebe16a6672b229647c' => class Symfony\Component\Config\Resource\DirectoryResource { ... }, '/daten/src/akademie4/system/modules/hofff_calendarfield/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/content_ausbildungen0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/content_ausbildungen/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/haste/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_mr_course_list0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_mr_course_list/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/mobile_menu/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cron_info0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cron_info/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/amazon_affiliate0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/amazon_affiliate/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/a_lizenz_fitness0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/a_lizenz_fitness/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/daten/src/akademie4/system/modules/dlh_geocode/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/cronJobs0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/cronJobs/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/asg_voucher_system0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/asg_voucher_system/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./daten/src/akademie4/system/modules/booking0/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/daten/src/akademie4/system/modules/booking/Entity' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, ...]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionConfigs = ['security' => [...], 'framework' => [...], 'contao' => [...], 'twig' => [...], 'doctrine' => [...], 'lexik_maintenance' => [...], 'nelmio_security' => [...], 'fos_http_cache' => [...], 'scheb_two_factor' => [...], 'monolog' => [...], 'maker' => [...], 'nelmio_cors' => [...], 'twig_extra' => [...], 'knp_menu' => [...], 'knp_time' => [...], 'cmf_routing' => [...], 'contao_maker' => [...], 'contao_manager' => [...], 'multicolumnwizard-bundle' => [...], 'terminal42_mailusername' => [...], 'contao_faq' => [...], 'contao_mmenu' => [...], 'contao_installation' => [...], 'contao_news' => [...], 'contao_calendar' => [...], 'contao_newsletter' => [...], 'bug_buster_cron' => [...], 'terminal42_auto_registration' => [...]]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}compiler = class Symfony\Component\DependencyInjection\Compiler\Compiler { private $passConfig = class Symfony\Component\DependencyInjection\Compiler\PassConfig { ... }; private $log = [...]; private $serviceReferenceGraph = class Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}trackResources = TRUE; private ${Symfony\Component\DependencyInjection\ContainerBuilder}proxyInstantiator = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator { private $factory = class Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactory { ... } }; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguage = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguageProviders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}usedTags = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envPlaceholders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envCounters = ['DATABASE_URL' => 2]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}vendors = [0 => '/daten/src/akademie4/vendor']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredInstanceof = ['FOS\HttpCache\UserContext\ContextProvider' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\MakerBundle\MakerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Doctrine\ORM\Id\AbstractIdGenerator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Asset\PackageInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Console\Command\Command' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Config\ResourceCheckerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\EnvVarProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Cache\CallbackInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\DependencyInjection\ServiceLocator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ServiceSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Form\FormTypeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\EventDispatcher\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\EventDispatcher\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Translation\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Contracts\Service\ResetInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\EncoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Encoder\DecoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\NormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Serializer\Normalizer\DenormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ConstraintValidatorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Validator\ObjectInitializerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\MessageHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Handler\BatchHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Messenger\Transport\TransportFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Component\Mime\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Psr\Log\LoggerAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Processor\ProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\ResettableInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\Bridge\Monolog\Processor\TokenProcessor' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\Handler\HandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Knp\Menu\Matcher\Voter\VoterInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig_LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\ExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Loader\LoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Twig\Extension\RuntimeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredAttributes = ['Doctrine\Bundle\DoctrineBundle\Attribute\AsEntityListener' => class Closure { virtual $closure = "Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::Doctrine\Bundle\DoctrineBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\EventDispatcher\Attribute\AsEventListener' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\HttpKernel\Attribute\AsController' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }, 'Symfony\Component\Messenger\Attribute\AsMessageHandler' => class Closure { virtual $closure = "Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension::Symfony\Bundle\FrameworkBundle\DependencyInjection\{closure}", ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedBindingIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}classReflectors = ['Contao\ManagerBundle\HttpKernel\ContaoKernel' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\KernelInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\RebootableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\TerminableInterface' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\HttpKernelInterface' => class ReflectionClass { ... }, 'FOS\HttpCache\SymfonyCache\HttpCacheProvider' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\DoctrineAttributesCheckPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\MakeCommandRegistrationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\RemoveMissingParametersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineManagerRegistryClassPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MakerBundle\DependencyInjection\CompilerPass\SetDoctrineAnnotatedPrefixesPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterEventListenersAndSubscribersPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheCompatibilityPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\DoctrineValidationPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\IdGeneratorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\WellKnownSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DbalSchemaFilterPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\CacheSchemaSubscriberPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\RemoveProfilerControllerPass' => class ReflectionClass { ... }, 'Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterUidTypePass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AssetsContextPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\LoggerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\Component\Routing\DependencyInjection\RoutingResolverPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\DataCollectorTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ProfilerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddAnnotationsCachedReaderPass' => class ReflectionClass { ... }, 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslatorPathsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\LoggingTranslatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass' => class ReflectionClass { ... }, 'Symfony\Component\Translation\DependencyInjection\TranslationDumperPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\FragmentRendererPass' => class ReflectionClass { ... }, 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass' => class ReflectionClass { ... }, 'Symfony\Component\Cache\DependencyInjection\CachePoolPrunerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\WorkflowGuardListenerPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\ResettableServicePass' => class ReflectionClass { ... }, 'Symfony\Component\HttpKernel\DependencyInjection\RegisterLocaleAwareServicesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerWeakRefPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TestServiceContainerRealRefPass' => class ReflectionClass { ... }, 'Symfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass' => class ReflectionClass { ... }, 'Symfony\Component\HttpClient\DependencyInjection\HttpClientPass' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Compiler\RegisterReverseContainerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RemoveUnusedSessionMarshallingHandlerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\SessionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\LoggerChannelPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\FixEmptyLoggerPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddProcessorsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddSwiftMailerTransportPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\LoggerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\TagListenerPass' => class ReflectionClass { ... }, 'FOS\HttpCacheBundle\DependencyInjection\Compiler\HashGeneratorPass' => class ReflectionClass { ... }, 'Nelmio\CorsBundle\DependencyInjection\Compiler\CorsConfigurationProviderPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\UAParserCompilerPass' => class ReflectionClass { ... }, 'Nelmio\SecurityBundle\DependencyInjection\Compiler\CspReportFilterCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\AuthenticationProviderDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\RememberMeServicesDecoratorCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorProviderCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\TwoFactorFirewallConfigCompilerPass' => class ReflectionClass { ... }, 'Scheb\TwoFactorBundle\DependencyInjection\Compiler\MailerCompilerPass' => class ReflectionClass { ... }, 'Twig\Extra\TwigExtraBundle\DependencyInjection\Compiler\MissingExtensionSuggestorPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\RegisterMenusPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\MenuBuilderPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddExtensionsPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddProvidersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddRenderersPass' => class ReflectionClass { ... }, 'Knp\Bundle\MenuBundle\DependencyInjection\Compiler\AddVotersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRoutersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Component\Routing\DependencyInjection\Compiler\RegisterRouteEnhancersPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\SetRouterPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\ValidationPass' => class ReflectionClass { ... }, 'Symfony\Cmf\Bundle\RoutingBundle\DependencyInjection\Compiler\TemplatingValidatorPass' => class ReflectionClass { ... }, 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExtensionPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigLoaderPass' => class ReflectionClass { ... }, 'Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\RuntimeLoaderPass' => class ReflectionClass { ... }, 'Terminal42\ServiceAnnotationBundle\DependencyInjection\Compiler\ServiceAnnotationPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSessionDomainConstraintPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\CleanRememberMeVerifierPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterCsrfFeaturesPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterTokenUsageTrackingPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterLdapLocatorPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterEntryPointPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\RegisterGlobalSecurityEventListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\SortFirewallListenersPass' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\ReplaceDecoratedRememberMeHandlerPass' => class ReflectionClass { ... }, 'Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\MakeServicesPublicPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAssetsPackagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddSessionBagsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddResourcesPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TaggedMigrationsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\PickerProviderPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterPagesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterFragmentsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RemembermeServicesPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\DataContainerCallbackPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\TranslationDataCollectorPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RegisterHookListenersPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\SearchIndexerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\CrawlerPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddCronJobsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddAvailableTransportsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\RewireTwigPathsPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\AddNativeTransportFactoryPass' => class ReflectionClass { ... }, 'Contao\CoreBundle\DependencyInjection\Compiler\IntlInstalledLocalesAndCountriesPass' => class ReflectionClass { ... }, 'Contao\ManagerBundle\DependencyInjection\Compiler\ContaoManagerPass' => class ReflectionClass { ... }, 'App\AppBundle\Utils\General' => class ReflectionClass { ... }, 'App\AppBundle\Utils\TestCaseHelper' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendELearningAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendMagazinAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendUserAjaxController' => class ReflectionClass { ... }, 'App\Controller\Backend\Ajax\BackendWissenschaftAjaxController' => class ReflectionClass { ... }, ...]; private $pluginLoader = class Contao\ManagerPlugin\PluginLoader { private $plugins = [...]; private $disabled = [...] }; private $managerConfig = [] }) /daten/src/akademie4/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php:42
    0.2653   30797928  14. Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension->load($configs = [0 => ['providers' => [...], 'encoders' => [...], 'firewalls' => [...], 'access_control' => [...]]], $container = class Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder { protected $parameterBag = class Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationParameterBag { protected $parameters = [...]; protected $resolved = FALSE; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}envPlaceholderUniquePrefix = 'env_8ce4ead053836553'; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}envPlaceholders = [...]; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}unusedEnvPlaceholders = [...]; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}providedTypes = [...]; private $processedEnvPlaceholders = NULL }; protected $services = []; protected $privates = []; protected $fileMap = []; protected $methodMap = []; protected $factories = []; protected $aliases = []; protected $loading = []; protected $resolving = []; protected $syntheticIds = []; private ${Symfony\Component\DependencyInjection\Container}envCache = []; private ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private ${Symfony\Component\DependencyInjection\Container}getEnv = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensions = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionsByNs = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authorization_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.token_storage' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.untracked_token_storage' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_value_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.trust_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.session_strategy' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.session_strategy_noop' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.encoder_factory.generic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_password_encoder.generic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.expression_language' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication_utils' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.decision_manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.role_hierarchy' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.simple_role_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.authenticated_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.expression_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.impersonate_url_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.context' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.lazy_context' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.config' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout_url_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.missing' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.in_memory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.ldap' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.chain' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.http_utils' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.validator.user_password' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.security_expression_language' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.password_hasher_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_password_hasher' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.basic_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.retry_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.channel_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access_map' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.cookie_clearing' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.form_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.custom_success_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.success_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.custom_failure_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.failure_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.exception_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.switchuser_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.rememberme' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.rememberme' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.rememberme.token.provider.in_memory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.rememberme.services.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.rememberme.services.persistent' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.rememberme.services.simplehash' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.rememberme.response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.anonymous' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.anonymous' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.form' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.x509' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.json' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.remote_user' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.basic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.dao' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.ldap_bind' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.pre_authenticated' => class Symfony\Component\DependencyInjection\Definition { ... }, 'twig.extension.logout_url' => class Symfony\Component\DependencyInjection\Definition { ... }, 'twig.extension.security' => class Symfony\Component\DependencyInjection\Definition { ... }, 'data_collector.security' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.guard_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.guard' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.guard' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.command.debug_firewall' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_providers' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map.config.contao_install' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, '.security.request_matcher.2lQKaAK' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map.context.contao_install' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.config.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.event_dispatcher.contao_backend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener.0' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_success_listener.contao_backend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_handler.0' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.legacy_handler.1' => class Symfony\Component\DependencyInjection\Definition { ... }, 'contao.security.two_factor_firewall_config.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.two_factor.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_provider.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider_preparation_listener.two_factor.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.anonymous.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.anonymous.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.switchuser_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.exception_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.context.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.config.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.event_dispatcher.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener.1' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_success_listener.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.two_factor_firewall_config.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.two_factor.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_provider.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider_preparation_listener.two_factor.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.rememberme.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.rememberme.services.simplehash.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.rememberme.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.remember_me.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.anonymous.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.anonymous.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.exception_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.context.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, '.service_locator.f6V.Y6Q' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.VMHDo9e' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.8LXGOxP' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.gQIakAl' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.PhQgZ9B' => class Symfony\Component\DependencyInjection\Definition { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}aliasDefinitions = ['Psr\Container\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Security' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.encoder_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_encoder' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Authentication\AuthenticationUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Role\RoleHierarchyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\FirewallMapInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\HttpUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_hasher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Guard\GuardAuthenticatorHandler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user.provider.concrete.contao.security.backend_user_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user.provider.concrete.contao.security.frontend_user_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.contao_backend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.contao_backend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.contao_frontend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.contao_frontend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall.context_locator' => class Symfony\Component\DependencyInjection\Alias { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}resources = ['/daten/src/akademie4/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionConfigs = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}compiler = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}trackResources = TRUE; private ${Symfony\Component\DependencyInjection\ContainerBuilder}proxyInstantiator = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguage = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguageProviders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}usedTags = [0 => 'security.remember_me_aware']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envPlaceholders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envCounters = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}vendors = [0 => '/daten/src/akademie4/vendor']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredInstanceof = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredAttributes = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedIds = ['security.cache_warmer.expression' => TRUE, 'security.access.role_hierarchy_voter' => TRUE]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedBindingIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}classReflectors = ['Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\ExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration' => class ReflectionClass { ... }, 'Symfony\Component\Config\Definition\ConfigurationInterface' => class ReflectionClass { ... }]; private $extensionClass = 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\SecurityExtension' }) /daten/src/akademie4/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php:76
    0.2750   28364080  15. Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension->createEncoders($encoders = ['Contao\User' => ['algorithm' => 'auto', 'migrate_from' => [...], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => FALSE, 'encode_as_base64' => TRUE, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]], $container = class Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder { protected $parameterBag = class Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationParameterBag { protected $parameters = [...]; protected $resolved = FALSE; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}envPlaceholderUniquePrefix = 'env_8ce4ead053836553'; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}envPlaceholders = [...]; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}unusedEnvPlaceholders = [...]; private ${Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag}providedTypes = [...]; private $processedEnvPlaceholders = NULL }; protected $services = []; protected $privates = []; protected $fileMap = []; protected $methodMap = []; protected $factories = []; protected $aliases = []; protected $loading = []; protected $resolving = []; protected $syntheticIds = []; private ${Symfony\Component\DependencyInjection\Container}envCache = []; private ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private ${Symfony\Component\DependencyInjection\Container}getEnv = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensions = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionsByNs = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authorization_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.token_storage' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.untracked_token_storage' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_value_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.trust_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.session_strategy' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.session_strategy_noop' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.encoder_factory.generic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_password_encoder.generic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.expression_language' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication_utils' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.decision_manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.role_hierarchy' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.simple_role_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.authenticated_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access.expression_voter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.impersonate_url_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.context' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.lazy_context' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.config' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout_url_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.missing' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.in_memory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.ldap' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user.provider.chain' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.http_utils' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.validator.user_password' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.security_expression_language' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.password_hasher_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_password_hasher' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.basic_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.retry_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.channel_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access_map' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.cookie_clearing' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.form_entry_point' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.custom_success_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.success_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.custom_failure_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.failure_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.exception_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.switchuser_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.access_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.rememberme' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.rememberme' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.rememberme.token.provider.in_memory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.rememberme.services.abstract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.rememberme.services.persistent' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.rememberme.services.simplehash' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.rememberme.response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.manager' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.anonymous' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.anonymous' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.form' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.x509' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.json' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.remote_user' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.basic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.dao' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.ldap_bind' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.pre_authenticated' => class Symfony\Component\DependencyInjection\Definition { ... }, 'twig.extension.logout_url' => class Symfony\Component\DependencyInjection\Definition { ... }, 'twig.extension.security' => class Symfony\Component\DependencyInjection\Definition { ... }, 'data_collector.security' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.guard_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.provider.guard' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.guard' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.command.debug_firewall' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.user_providers' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map.config.contao_install' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, '.security.request_matcher.2lQKaAK' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.firewall.map.context.contao_install' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.config.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.event_dispatcher.contao_backend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener.0' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_success_listener.contao_backend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_handler.0' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.legacy_handler.1' => class Symfony\Component\DependencyInjection\Definition { ... }, 'contao.security.two_factor_firewall_config.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.two_factor.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_provider.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider_preparation_listener.two_factor.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.anonymous.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.anonymous.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.switchuser_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.exception_listener.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.context.contao_backend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.config.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.event_dispatcher.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.context_listener.1' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.legacy_success_listener.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.logout.listener.session.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.two_factor_firewall_config.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.two_factor.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_provider.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'contao.security.authentication_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider_preparation_listener.two_factor.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.rememberme.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.rememberme.services.simplehash.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.listener.rememberme.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.logout.listener.remember_me.contao_frontend' => class Symfony\Component\DependencyInjection\Definition { ... }, 'security.authentication.listener.anonymous.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.authentication.provider.anonymous.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.exception_listener.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'security.firewall.map.context.contao_frontend' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, '.service_locator.f6V.Y6Q' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.VMHDo9e' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.8LXGOxP' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.gQIakAl' => class Symfony\Component\DependencyInjection\Definition { ... }, '.security.request_matcher.PhQgZ9B' => class Symfony\Component\DependencyInjection\Definition { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}aliasDefinitions = ['Psr\Container\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\DependencyInjection\ContainerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Security' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.encoder_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_encoder' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Authentication\AuthenticationUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Role\RoleHierarchyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\Firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\FirewallMapInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Http\HttpUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_hasher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\Component\Security\Guard\GuardAuthenticatorHandler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user.provider.concrete.contao.security.backend_user_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user.provider.concrete.contao.security.frontend_user_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.contao_backend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.contao_backend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.contao_frontend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.contao_frontend' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall.context_locator' => class Symfony\Component\DependencyInjection\Alias { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}resources = ['/daten/src/akademie4/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}extensionConfigs = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}compiler = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}trackResources = TRUE; private ${Symfony\Component\DependencyInjection\ContainerBuilder}proxyInstantiator = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguage = NULL; private ${Symfony\Component\DependencyInjection\ContainerBuilder}expressionLanguageProviders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}usedTags = [0 => 'security.remember_me_aware']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envPlaceholders = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}envCounters = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}vendors = [0 => '/daten/src/akademie4/vendor']; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredInstanceof = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}autoconfiguredAttributes = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedIds = ['security.cache_warmer.expression' => TRUE, 'security.access.role_hierarchy_voter' => TRUE]; private ${Symfony\Component\DependencyInjection\ContainerBuilder}removedBindingIds = []; private ${Symfony\Component\DependencyInjection\ContainerBuilder}classReflectors = ['Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\ExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface' => class ReflectionClass { ... }, 'Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration' => class ReflectionClass { ... }, 'Symfony\Component\Config\Definition\ConfigurationInterface' => class ReflectionClass { ... }]; private $extensionClass = 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\SecurityExtension' }) /daten/src/akademie4/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:189
    0.2750   28364080  16. class_exists($class = 'Contao\\User') /daten/src/akademie4/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:720
    0.2750   28364152  17. Composer\Autoload\ClassLoader->loadClass($class = 'Contao\\User') /daten/src/akademie4/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:720
    0.2750   28364152  18. Composer\Autoload\includeFile($file = '/daten/src/akademie4/vendor/composer/../contao/core-bundle/src/Resources/contao/library/Contao/User.php') /daten/src/akademie4/vendor/composer/ClassLoader.php:428
    0.2753   28418176  19. include('/daten/src/akademie4/vendor/contao/core-bundle/src/Resources/contao/library/Contao/User.php') /daten/src/akademie4/vendor/composer/ClassLoader.php:571
Wir fahren momentan (noch) mit Contao 4.12.5
Unsere Entwicklungsumgebungen laufen mit Ubuntu 20.04, als Webserver nginx und mit PHP 8.0, aber auch mit PHP 8.1.
Das Obige Problem tritt seit heute bei allen Entwicklern (egal ob PHP 8.0 oder 8.1) auf.

Wie gesagt, bisher funktionierte alles reibunglos. Das Problem tritt erst seit heute morgen nach einem composer update auf.

Any hints?

Liebe Grüße
Christin