Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AssetCompatibilityPlaceholder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AutoFormatExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AutoLinkExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\GetEventDisplayTemplate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\GetHost" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\GetImagineFilters" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ICalFormatExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\ParseURL" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\TrimInactiveFilters" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\WordBreak" now to avoid errors or add an explicit @return annotation to suppress this message.
The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Liip\ImagineBundle\Templating\FilterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
"""
SELECT COUNT(e.event_id) AS number, DATE_FORMAT(o.date_start,'%Y-%m-%d') as `date`\n FROM occurrence o\n JOIN event e ON e.event_id=o.event_id\n\n WHERE ((o.date_start>=? AND o.date_start<=?)\n OR (o.date_start>=? AND o.date_start<=?))\n\n AND e.archived=0 AND e.cancelled=0 AND e.unpublished=0 AND (e.prominent=1 OR e.prominent IS NULL) AND (e.status='active' OR e.status='approved') \n GROUP BY `date`\n ORDER BY o.date_start ASC
"""
[
"sql" => """
SELECT COUNT(e.event_id) AS number, DATE_FORMAT(o.date_start,'%Y-%m-%d') as `date`\n FROM occurrence o\n JOIN event e ON e.event_id=o.event_id\n\n WHERE ((o.date_start>=? AND o.date_start<=?)\n OR (o.date_start>=? AND o.date_start<=?))\n\n AND e.archived=0 AND e.cancelled=0 AND e.unpublished=0 AND (e.prominent=1 OR e.prominent IS NULL) AND (e.status='active' OR e.status='approved') \n GROUP BY `date`\n ORDER BY o.date_start ASC
"""
"params" => [1 => "2026-08-01 00:00:00"
2 => "2026-08-31 23:23:59"
3 => "2026-08-01 00:00:00"
4 => "2026-08-31 23:23:59"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"""
SELECT o.occurrence_id AS occurrence_id,\n t.tag AS tag_id, t.tag AS tag_name,\n et.event_type_id AS event_type_id, et.event_type_name AS event_type_name,\n g.group_id AS group_id, g.group_name AS group_name,\n b.building_id AS building_id, b.building_name AS building_name\n FROM occurrence o\n STRAIGHT_JOIN event e ON e.event_id=o.event_id\n LEFT JOIN brd AS b ON b.building_id=o.building_id\n LEFT JOIN tag AS t ON t.event_id=e.event_id\n LEFT JOIN events_groups AS eg ON e.event_id=eg.event_id\n LEFT JOIN `group` AS g ON eg.group_id=g.group_id\n LEFT JOIN event_feature AS f ON e.event_id=f.event_id\n JOIN event_type AS et ON e.event_type_id=et.event_type_id\n WHERE ((o.date_start>=? AND o.date_start<=?)\n OR (o.date_start>=? AND o.date_start<=?))\n AND eg.admin_status!='denied'\n\n AND e.archived=0 AND e.cancelled=0 AND e.unpublished=0 AND (e.prominent=1 OR e.prominent IS NULL) AND (e.status='active' OR e.status='approved') \n\n
"""
[
"sql" => """
SELECT o.occurrence_id AS occurrence_id,\n t.tag AS tag_id, t.tag AS tag_name,\n et.event_type_id AS event_type_id, et.event_type_name AS event_type_name,\n g.group_id AS group_id, g.group_name AS group_name,\n b.building_id AS building_id, b.building_name AS building_name\n FROM occurrence o\n STRAIGHT_JOIN event e ON e.event_id=o.event_id\n LEFT JOIN brd AS b ON b.building_id=o.building_id\n LEFT JOIN tag AS t ON t.event_id=e.event_id\n LEFT JOIN events_groups AS eg ON e.event_id=eg.event_id\n LEFT JOIN `group` AS g ON eg.group_id=g.group_id\n LEFT JOIN event_feature AS f ON e.event_id=f.event_id\n JOIN event_type AS et ON e.event_type_id=et.event_type_id\n WHERE ((o.date_start>=? AND o.date_start<=?)\n OR (o.date_start>=? AND o.date_start<=?))\n AND eg.admin_status!='denied'\n\n AND e.archived=0 AND e.cancelled=0 AND e.unpublished=0 AND (e.prominent=1 OR e.prominent IS NULL) AND (e.status='active' OR e.status='approved') \n\n
"""
"params" => [1 => "2026-08-01 00:00:00"
2 => "2026-08-31 23:23:59"
3 => "2026-08-01 00:00:00"
4 => "2026-08-31 23:23:59"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
User Deprecated: Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\Tag::$event) that are part of the identifier is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1432, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
311
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AttachmentDimensionUpgradeCommand" (parent: .abstract.instanceof.App\Command\AttachmentDimensionUpgradeCommand).
Resolving inheritance for "App\Command\AttachmentDimensionUpgradeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AttachmentDimensionUpgradeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoArchiveOldDraftsCommand" (parent: .abstract.instanceof.App\Command\AutoArchiveOldDraftsCommand).
Resolving inheritance for "App\Command\AutoArchiveOldDraftsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoArchiveOldDraftsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BRDSyncCommand" (parent: .abstract.instanceof.App\Command\BRDSyncCommand).
Resolving inheritance for "App\Command\BRDSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BRDSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupDBCommand" (parent: .abstract.instanceof.App\Command\BackupDBCommand).
Resolving inheritance for "App\Command\BackupDBCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupDBCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollegiateLinkEventSyncCommand" (parent: .abstract.instanceof.App\Command\CollegiateLinkEventSyncCommand).
Resolving inheritance for "App\Command\CollegiateLinkEventSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollegiateLinkEventSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventWebsiteFieldUpgradeCommand" (parent: .abstract.instanceof.App\Command\EventWebsiteFieldUpgradeCommand).
Resolving inheritance for "App\Command\EventWebsiteFieldUpgradeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventWebsiteFieldUpgradeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixEventOwnershipCommand" (parent: .abstract.instanceof.App\Command\FixEventOwnershipCommand).
Resolving inheritance for "App\Command\FixEventOwnershipCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixEventOwnershipCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ICSFeedsEventSyncCommand" (parent: .abstract.instanceof.App\Command\ICSFeedsEventSyncCommand).
Resolving inheritance for "App\Command\ICSFeedsEventSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ICSFeedsEventSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeedCommand" (parent: .abstract.instanceof.App\Command\ImportFeedCommand).
Resolving inheritance for "App\Command\ImportFeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateFeedCommand" (parent: .abstract.instanceof.App\Command\ModerateFeedCommand).
Resolving inheritance for "App\Command\ModerateFeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateFeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateGroupCommand" (parent: .abstract.instanceof.App\Command\ModerateGroupCommand).
Resolving inheritance for "App\Command\ModerateGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateGroupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseModSecurityLogsCommand" (parent: .abstract.instanceof.App\Command\ParseModSecurityLogsCommand).
Resolving inheritance for "App\Command\ParseModSecurityLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseModSecurityLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RequestedTagNotificationCommand" (parent: .abstract.instanceof.App\Command\RequestedTagNotificationCommand).
Resolving inheritance for "App\Command\RequestedTagNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RequestedTagNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionsSyncCommand" (parent: .abstract.instanceof.App\Command\SessionsSyncCommand).
Resolving inheritance for "App\Command\SessionsSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionsSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraHideEventsCommand" (parent: .abstract.instanceof.App\Command\TessituraHideEventsCommand).
Resolving inheritance for "App\Command\TessituraHideEventsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraHideEventsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraSyncCommand" (parent: .abstract.instanceof.App\Command\TessituraSyncCommand).
Resolving inheritance for "App\Command\TessituraSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeveloperController" (parent: .abstract.instanceof.App\Controller\DeveloperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeveloperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeveloperController).
Resolving inheritance for "App\Controller\DeveloperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeveloperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ESIController" (parent: .abstract.instanceof.App\Controller\ESIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ESIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ESIController).
Resolving inheritance for "App\Controller\ESIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ESIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController" (parent: .abstract.instanceof.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController).
Resolving inheritance for "App\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCreateController" (parent: .abstract.instanceof.App\Controller\EventCreateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCreateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCreateController).
Resolving inheritance for "App\Controller\EventCreateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCreateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventManageController" (parent: .abstract.instanceof.App\Controller\EventManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventManageController).
Resolving inheritance for "App\Controller\EventManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController" (parent: .abstract.instanceof.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController).
Resolving inheritance for "App\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController" (parent: .abstract.instanceof.App\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController).
Resolving inheritance for "App\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ICSFeedController" (parent: .abstract.instanceof.App\Controller\ICSFeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ICSFeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ICSFeedController).
Resolving inheritance for "App\Controller\ICSFeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ICSFeedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagementController" (parent: .abstract.instanceof.App\Controller\ManagementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagementController).
Resolving inheritance for "App\Controller\ManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionsAPIController" (parent: .abstract.instanceof.App\Controller\SessionsAPIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionsAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionsAPIController).
Resolving inheritance for "App\Controller\SessionsAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionsAPIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController" (parent: .abstract.instanceof.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController).
Resolving inheritance for "App\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsCommonController" (parent: .abstract.instanceof.App\Controller\TagsCommonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsCommonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsCommonController).
Resolving inheritance for "App\Controller\TagsCommonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsCommonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentEventType" (parent: .abstract.instanceof.App\Form\AttachmentEventType).
Resolving inheritance for "App\Form\AttachmentEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentGroupType" (parent: .abstract.instanceof.App\Form\AttachmentGroupType).
Resolving inheritance for "App\Form\AttachmentGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateDetails" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateDetails).
Resolving inheritance for "App\Form\EventCreate\EventCreateDetails" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateDetails).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateImages" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateImages).
Resolving inheritance for "App\Form\EventCreate\EventCreateImages" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateImages).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateLinks" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateLinks).
Resolving inheritance for "App\Form\EventCreate\EventCreateLinks" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateLinks).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOccurrences" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateOccurrences).
Resolving inheritance for "App\Form\EventCreate\EventCreateOccurrences" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOccurrences).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOwner" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateOwner).
Resolving inheritance for "App\Form\EventCreate\EventCreateOwner" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOwner).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreatePublish" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreatePublish).
Resolving inheritance for "App\Form\EventCreate\EventCreatePublish" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreatePublish).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateRegistration" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateRegistration).
Resolving inheritance for "App\Form\EventCreate\EventCreateRegistration" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateRegistration).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateSponsor" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateSponsor).
Resolving inheritance for "App\Form\EventCreate\EventCreateSponsor" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateSponsor).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateTags" (parent: .abstract.instanceof.App\Form\EventCreate\EventCreateTags).
Resolving inheritance for "App\Form\EventCreate\EventCreateTags" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateTags).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeatureType" (parent: .abstract.instanceof.App\Form\EventFeatureType).
Resolving inheritance for "App\Form\EventFeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeedbackType" (parent: .abstract.instanceof.App\Form\EventFeedbackType).
Resolving inheritance for "App\Form\EventFeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventListFilter" (parent: .abstract.instanceof.App\Form\EventManage\EventListFilter).
Resolving inheritance for "App\Form\EventManage\EventListFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventListFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageCancel" (parent: .abstract.instanceof.App\Form\EventManage\EventManageCancel).
Resolving inheritance for "App\Form\EventManage\EventManageCancel" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageCancel).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageFeature" (parent: .abstract.instanceof.App\Form\EventManage\EventManageFeature).
Resolving inheritance for "App\Form\EventManage\EventManageFeature" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageFeature).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventStatsFilter" (parent: .abstract.instanceof.App\Form\EventStatsFilter).
Resolving inheritance for "App\Form\EventStatsFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventStatsFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventsGroupsType" (parent: .abstract.instanceof.App\Form\EventsGroupsType).
Resolving inheritance for "App\Form\EventsGroupsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventsGroupsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType" (parent: .abstract.instanceof.App\Form\FeedbackType).
Resolving inheritance for "App\Form\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventListFilter" (parent: .abstract.instanceof.App\Form\GroupEventListFilter).
Resolving inheritance for "App\Form\GroupEventListFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventListFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventNominations" (parent: .abstract.instanceof.App\Form\GroupEventNominations).
Resolving inheritance for "App\Form\GroupEventNominations" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventNominations).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupListFilter" (parent: .abstract.instanceof.App\Form\GroupListFilter).
Resolving inheritance for "App\Form\GroupListFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupListFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupMembers" (parent: .abstract.instanceof.App\Form\GroupMembers).
Resolving inheritance for "App\Form\GroupMembers" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupMembers).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType" (parent: .abstract.instanceof.App\Form\GroupType).
Resolving inheritance for "App\Form\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupsUsersType" (parent: .abstract.instanceof.App\Form\GroupsUsersType).
Resolving inheritance for "App\Form\GroupsUsersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupsUsersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ICSFeedType" (parent: .abstract.instanceof.App\Form\ICSFeedType).
Resolving inheritance for "App\Form\ICSFeedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ICSFeedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\EventLinkType" (parent: .abstract.instanceof.App\Form\LinkTypes\EventLinkType).
Resolving inheritance for "App\Form\LinkTypes\EventLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\EventLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\GroupLinkType" (parent: .abstract.instanceof.App\Form\LinkTypes\GroupLinkType).
Resolving inheritance for "App\Form\LinkTypes\GroupLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\GroupLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Masquerade" (parent: .abstract.instanceof.App\Form\Masquerade).
Resolving inheritance for "App\Form\Masquerade" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Masquerade).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType" (parent: .abstract.instanceof.App\Form\OccurrenceType).
Resolving inheritance for "App\Form\OccurrenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType" (parent: .abstract.instanceof.App\Form\PageType).
Resolving inheritance for "App\Form\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search" (parent: .abstract.instanceof.App\Form\Search).
Resolving inheritance for "App\Form\Search" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagRequests" (parent: .abstract.instanceof.App\Form\TagRequests).
Resolving inheritance for "App\Form\TagRequests" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagRequests).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType" (parent: .abstract.instanceof.App\Form\TagType).
Resolving inheritance for "App\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsCommonType" (parent: .abstract.instanceof.App\Form\TagsCommonType).
Resolving inheritance for "App\Form\TagsCommonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsCommonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserListFilter" (parent: .abstract.instanceof.App\Form\UserListFilter).
Resolving inheritance for "App\Form\UserListFilter" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserListFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentEventRepository" (parent: .abstract.instanceof.App\Repository\AttachmentEventRepository).
Resolving inheritance for "App\Repository\AttachmentEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentGroupRepository" (parent: .abstract.instanceof.App\Repository\AttachmentGroupRepository).
Resolving inheritance for "App\Repository\AttachmentGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository" (parent: .abstract.instanceof.App\Repository\AttachmentRepository).
Resolving inheritance for "App\Repository\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BRDRepository" (parent: .abstract.instanceof.App\Repository\BRDRepository).
Resolving inheritance for "App\Repository\BRDRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BRDRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CLEventRepository" (parent: .abstract.instanceof.App\Repository\CLEventRepository).
Resolving inheritance for "App\Repository\CLEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CLEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeatureRepository" (parent: .abstract.instanceof.App\Repository\EventFeatureRepository).
Resolving inheritance for "App\Repository\EventFeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeedbackRepository" (parent: .abstract.instanceof.App\Repository\EventFeedbackRepository).
Resolving inheritance for "App\Repository\EventFeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventLinkRepository" (parent: .abstract.instanceof.App\Repository\EventLinkRepository).
Resolving inheritance for "App\Repository\EventLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository" (parent: .abstract.instanceof.App\Repository\EventTypeRepository).
Resolving inheritance for "App\Repository\EventTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventsGroupsRepository" (parent: .abstract.instanceof.App\Repository\EventsGroupsRepository).
Resolving inheritance for "App\Repository\EventsGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventsGroupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository" (parent: .abstract.instanceof.App\Repository\FeedbackRepository).
Resolving inheritance for "App\Repository\FeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupLinkRepository" (parent: .abstract.instanceof.App\Repository\GroupLinkRepository).
Resolving inheritance for "App\Repository\GroupLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository" (parent: .abstract.instanceof.App\Repository\GroupRepository).
Resolving inheritance for "App\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupsUsersRepository" (parent: .abstract.instanceof.App\Repository\GroupsUsersRepository).
Resolving inheritance for "App\Repository\GroupsUsersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupsUsersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ICSFeedRepository" (parent: .abstract.instanceof.App\Repository\ICSFeedRepository).
Resolving inheritance for "App\Repository\ICSFeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ICSFeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportFeedRepository" (parent: .abstract.instanceof.App\Repository\ImportFeedRepository).
Resolving inheritance for "App\Repository\ImportFeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportFeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository" (parent: .abstract.instanceof.App\Repository\OccurrenceRepository).
Resolving inheritance for "App\Repository\OccurrenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsCommonRepository" (parent: .abstract.instanceof.App\Repository\TagsCommonRepository).
Resolving inheritance for "App\Repository\TagsCommonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsCommonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetCompatibilityPlaceholder" (parent: .abstract.instanceof.App\Twig\AssetCompatibilityPlaceholder).
Resolving inheritance for "App\Twig\AssetCompatibilityPlaceholder" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetCompatibilityPlaceholder).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoFormatExtension" (parent: .abstract.instanceof.App\Twig\AutoFormatExtension).
Resolving inheritance for "App\Twig\AutoFormatExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoFormatExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoLinkExtension" (parent: .abstract.instanceof.App\Twig\AutoLinkExtension).
Resolving inheritance for "App\Twig\AutoLinkExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoLinkExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetEventDisplayTemplate" (parent: .abstract.instanceof.App\Twig\GetEventDisplayTemplate).
Resolving inheritance for "App\Twig\GetEventDisplayTemplate" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetEventDisplayTemplate).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetHost" (parent: .abstract.instanceof.App\Twig\GetHost).
Resolving inheritance for "App\Twig\GetHost" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetHost).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetImagineFilters" (parent: .abstract.instanceof.App\Twig\GetImagineFilters).
Resolving inheritance for "App\Twig\GetImagineFilters" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetImagineFilters).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ICalFormatExtension" (parent: .abstract.instanceof.App\Twig\ICalFormatExtension).
Resolving inheritance for "App\Twig\ICalFormatExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ICalFormatExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ParseURL" (parent: .abstract.instanceof.App\Twig\ParseURL).
Resolving inheritance for "App\Twig\ParseURL" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ParseURL).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrimInactiveFilters" (parent: .abstract.instanceof.App\Twig\TrimInactiveFilters).
Resolving inheritance for "App\Twig\TrimInactiveFilters" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrimInactiveFilters).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WordBreak" (parent: .abstract.instanceof.App\Twig\WordBreak).
Resolving inheritance for "App\Twig\WordBreak" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WordBreak).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.tsumevents_event" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.tsumevents_event" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.tsumevents_event" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.tsumevents_event" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.tsumevents_event" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.tsumevents_event" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.tsumevents_event" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand" (parent: .abstract.instanceof.SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand).
Resolving inheritance for "SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0..abstract.App\Form\LinkTypes\BaseLinkType" (parent: .abstract.instanceof..abstract.App\Form\LinkTypes\BaseLinkType).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "App\Command\SchoolOfMusicEventSyncCommand": Class or interface "App\Command\SchoolOfMusicEventSyncCommand" cannot be loaded.
213
Removed service "ReCaptcha\RequestMethod"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $tsumevents_event.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $tsumevents_event.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.users"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $elastica"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.YklpFdU"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.4qBjLFY"; reason: private alias.
Removed service ".service_locator.91r91h7"; reason: private alias.
Removed service ".service_locator.BfCPPqt"; reason: private alias.
Removed service ".service_locator.k9sI1dk"; reason: private alias.
Removed service ".service_locator.NWHQO1."; reason: private alias.
Removed service ".service_locator.Q6wEBok"; reason: private alias.
Removed service ".service_locator.h.qhGq4"; reason: private alias.
Removed service ".service_locator.VyDVzsG"; reason: private alias.
Removed service ".service_locator.AJWVJc."; reason: private alias.
Removed service ".service_locator.hGCkFdD"; reason: private alias.
Removed service ".service_locator.gQvIHWR"; reason: private alias.
Removed service ".service_locator.xqZQp3I"; reason: private alias.
Removed service ".service_locator.1UvQf.B"; reason: private alias.
Removed service ".service_locator.59EO0VN"; reason: private alias.
Removed service ".service_locator.O696CZ8"; reason: private alias.
Removed service ".service_locator.vo0IVA4"; reason: private alias.
Removed service ".service_locator.FKG6F_t"; reason: private alias.
85
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_elastica.client_prototype" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.tsumevents_event" to "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.tsumevents_event" to "FOS\ElasticaBundle\Elastica\Index $tsumeventsEventIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.tsumevents_event" to "FOS\ElasticaBundle\Elastica\Index $tsumeventsEventIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.tsumevents_event" to "FOS\ElasticaBundle\Elastica\Index $tsumeventsEventIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.client.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.tsumevents_event" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.tsumevents_event" previously pointing to "fos_elastica.index.tsumevents_event" to "FOS\ElasticaBundle\Elastica\Index $tsumeventsEventIndex".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "SLTS\ShibAuthBundle\Security\LoginEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.hXD9zaL" previously pointing to "fos_elastica.finder.tsumevents_event" to "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder".
Changed reference of service ".service_locator.HGxw2NG" previously pointing to "fos_elastica.finder.tsumevents_event" to "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder".
Changed reference of service ".service_locator.dO6i9yt" previously pointing to "fos_elastica.finder.tsumevents_event" to "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3iGYIdD" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder" previously pointing to "fos_elastica.index.tsumevents_event" to "FOS\ElasticaBundle\Elastica\Index $tsumeventsEventIndex".
388
Removed service "App\Entity"; reason: abstract.
Removed service ".abstract.App\Form\LinkTypes\BaseLinkType"; reason: abstract.
Removed service ".abstract.App\Service\MaizePagesAPI\BaseAPI"; reason: abstract.
Removed service ".abstract.App\Service\SessionsAPI\BaseAPI"; reason: abstract.
Removed service ".abstract.App\Service\TessituraAPI\BaseAPI"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.binary.locator.asset_mapper"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AttachmentDimensionUpgradeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AttachmentDimensionUpgradeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoArchiveOldDraftsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AutoArchiveOldDraftsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BRDSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BRDSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupDBCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackupDBCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CollegiateLinkEventSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CollegiateLinkEventSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EventWebsiteFieldUpgradeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EventWebsiteFieldUpgradeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixEventOwnershipCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixEventOwnershipCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ICSFeedsEventSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ICSFeedsEventSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportFeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateFeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ModerateFeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModerateGroupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ModerateGroupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParseModSecurityLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ParseModSecurityLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RequestedTagNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RequestedTagNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SessionsSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SessionsSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraHideEventsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TessituraHideEventsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TessituraSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TessituraSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeveloperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeveloperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeveloperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ESIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ESIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ESIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventCreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventCreateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventCreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventManageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ICSFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ICSFeedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ICSFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SessionsAPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SessionsAPIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SessionsAPIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagsCommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagsCommonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagsCommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AttachmentEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttachmentGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AttachmentGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateDetails"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateDetails"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateImages"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateImages"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateLinks"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateLinks"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOccurrences"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateOccurrences"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateOwner"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateOwner"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreatePublish"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreatePublish"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateRegistration"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateRegistration"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateSponsor"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateSponsor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventCreate\EventCreateTags"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventCreate\EventCreateTags"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventFeatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventFeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventListFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventManage\EventListFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageCancel"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventManage\EventManageCancel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventManage\EventManageFeature"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventManage\EventManageFeature"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventStatsFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventStatsFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventsGroupsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventsGroupsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventListFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupEventListFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupEventNominations"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupEventNominations"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupListFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupListFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupMembers"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupMembers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupsUsersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupsUsersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ICSFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ICSFeedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0..abstract.App\Form\LinkTypes\BaseLinkType"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\Form\LinkTypes\BaseLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\EventLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LinkTypes\EventLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkTypes\GroupLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LinkTypes\GroupLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Masquerade"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Masquerade"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OccurrenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagRequests"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagRequests"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagsCommonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TagsCommonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserListFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserListFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttachmentEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttachmentGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BRDRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BRDRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CLEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CLEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventFeatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventFeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventFeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventsGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventsGroupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupsUsersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupsUsersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ICSFeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ICSFeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportFeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImportFeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OccurrenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsCommonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagsCommonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetCompatibilityPlaceholder"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AssetCompatibilityPlaceholder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoFormatExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AutoFormatExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AutoLinkExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AutoLinkExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetEventDisplayTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GetEventDisplayTemplate"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetHost"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GetHost"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetImagineFilters"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GetImagineFilters"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ICalFormatExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ICalFormatExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ParseURL"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ParseURL"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrimInactiveFilters"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TrimInactiveFilters"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\WordBreak"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\WordBreak"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand"; reason: abstract.
Removed service ".abstract.instanceof.SLTS\LDAPBundle\Command\LDAPUserInfoQueryCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
122
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "App\Command\SchoolOfMusicEventSyncCommand"; reason: unused.
Removed service "App\Doctrine\UseStraightJoinWalker"; reason: unused.
Removed service "App\Form\DataTransformer\GroupLinkToIdTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\GroupToIdTransformer"; reason: unused.
Removed service "App\SearchRepository\Event"; reason: unused.
Removed service "App\Service\TessituraAPI\ProductionSeasons"; reason: unused.
Removed service "App\Service\TessituraAPI\TessituraCommonLibs"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "SLTS\LDAPBundle\Service\LDAPRequest"; reason: unused.
Removed service "SLTS\LDAPBundle\Service\UserForUMID"; reason: unused.
Removed service "SLTS\LDAPBundle\Service\UsersForGroup"; reason: unused.
Removed service "SLTS\ShibAuthBundle\Security\ShibUserProvider"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "ewz_recaptcha.extension.recaptcha.request_method.proxy_post"; reason: unused.
Removed service "ewz_recaptcha.form_builder_factory"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.TJNRSaV"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
353
Inlined service ".service_locator.3iGYIdD.App\Controller\DeveloperController" to "App\Controller\DeveloperController".
Inlined service ".service_locator.3iGYIdD.App\Controller\ESIController" to "App\Controller\ESIController".
Inlined service ".service_locator.3iGYIdD.App\Controller\EventController" to "App\Controller\EventController".
Inlined service ".service_locator.3iGYIdD.App\Controller\EventCreateController" to "App\Controller\EventCreateController".
Inlined service ".service_locator.3iGYIdD.App\Controller\EventManageController" to "App\Controller\EventManageController".
Inlined service ".service_locator.3iGYIdD.App\Controller\FeedbackController" to "App\Controller\FeedbackController".
Inlined service ".service_locator.3iGYIdD.App\Controller\GroupController" to "App\Controller\GroupController".
Inlined service ".service_locator.3iGYIdD.App\Controller\ICSFeedController" to "App\Controller\ICSFeedController".
Inlined service ".service_locator.3iGYIdD.App\Controller\ManagementController" to "App\Controller\ManagementController".
Inlined service ".service_locator.3iGYIdD.App\Controller\PageController" to "App\Controller\PageController".
Inlined service ".service_locator.3iGYIdD.App\Controller\SessionsAPIController" to "App\Controller\SessionsAPIController".
Inlined service ".service_locator.3iGYIdD.App\Controller\TagController" to "App\Controller\TagController".
Inlined service ".service_locator.3iGYIdD.App\Controller\TagsCommonController" to "App\Controller\TagsCommonController".
Inlined service ".service_locator.3iGYIdD.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Service\ICSParser\ICSParser" to "App\Service\ICSParser\ICSFeedParser".
Inlined service "error_handler.error_renderer.default" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.qJ3QpCq" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.YDYHnos" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.XVRnFiW" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.NuOL4x_" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AssetCompatibilityPlaceholder" to "twig".
Inlined service "App\Twig\AutoFormatExtension" to "twig".
Inlined service "App\Twig\AutoLinkExtension" to "twig".
Inlined service "App\Twig\GetEventDisplayTemplate" to "twig".
Inlined service "App\Twig\GetHost" to "twig".
Inlined service "App\Twig\GetImagineFilters" to "twig".
Inlined service "App\Twig\ICalFormatExtension" to "twig".
Inlined service "App\Twig\ParseURL" to "twig".
Inlined service "App\Twig\TrimInactiveFilters" to "twig".
Inlined service "App\Twig\WordBreak" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.a2KVU4l" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.3Qw5Ahg" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.spfm_QF" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.NeRRWHc" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.vz_lEtq" to "fos_elastica.persister_registry".
Inlined service ".service_locator.0_i7IYp" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.repository_manager" to "fos_elastica.manager.orm".
Inlined service "fos_elastica.model_to_elastica_transformer.tsumevents_event" to "fos_elastica.object_persister.tsumevents_event".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.tsumevents_event".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.5KfYLqE" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.4ZXZoaG" to "security.access_map".
Inlined service ".security.request_matcher.x6c7O5V" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.m3euzSn" to "security.access_map".
Inlined service ".security.request_matcher.hOaQN5n" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.http_utils" to "security.exception_listener.main".
Inlined service "SLTS\ShibAuthBundle\Security\LoginEntryPoint" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.reWIQAY" to ".security.request_matcher.4ZXZoaG".
Inlined service ".security.request_matcher.FlIk_I0" to ".security.request_matcher.x6c7O5V".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.qX5tbgp" to ".security.request_matcher.m3euzSn".
Inlined service ".security.request_matcher.MMAYszU" to ".security.request_matcher.hOaQN5n".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "ewz_recaptcha.locale.resolver" to "ewz_recaptcha.form.type".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.M3MQww4" to ".service_locator.M3MQww4.App\Controller\EventController::generateQRCode()".
Inlined service ".service_locator.HGxw2NG" to ".service_locator.HGxw2NG.App\Controller\EventController::searchResultsAction()".
Inlined service ".service_locator.dO6i9yt" to ".service_locator.dO6i9yt.App\Controller\EventController::advancedSearchResultsAction()".
Inlined service ".service_locator.4_5Ybff" to ".service_locator.4_5Ybff.App\Controller\FeedbackController::eventSaveAction()".
Inlined service ".service_locator.sLepOpO" to ".service_locator.sLepOpO.App\Controller\GroupController::adminIndexAction()".
Inlined service ".service_locator.3axGDdm" to ".service_locator.3axGDdm.App\Controller\UserController::logoutRedirectAction()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.3uPd9MT" to ".service_locator.3uPd9MT.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Leew.iN" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service ".service_locator.f77Ovqr" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.3uPd9MT.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "fos_elastica.elastica_to_model_transformer.tsumevents_event" to "FOS\ElasticaBundle\Finder\TransformedFinder $tsumeventsEventFinder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Service\MaizePagesAPI\RequestEvents" to "console.command.public_alias.App\Command\CollegiateLinkEventSyncCommand".
Inlined service "App\Service\MaizePagesAPI\RequestOrganization" to "console.command.public_alias.App\Command\CollegiateLinkEventSyncCommand".
Inlined service "App\Service\EmailNotifications\SimpleNotification" to "console.command.public_alias.App\Command\ImportFeedCommand".
Inlined service "App\Service\SessionsAPI\SessionsList" to "console.command.public_alias.App\Command\SessionsSyncCommand".
Inlined service "App\Service\TessituraAPI\Performances" to "console.command.public_alias.App\Command\TessituraSyncCommand".
Inlined service "App\Service\TessituraAPI\ProductKeywords" to "console.command.public_alias.App\Command\TessituraSyncCommand".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
4
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used. Did you mean "container.error"?
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.
5
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.