Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (2)
Time
Message
deprecation
The "Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass" class is considered final since 2.9. It may change without further notice as of its next major version. You should not extend it from "League\Bundle\OAuth2ServerBundle\DependencyInjection\CompilerPass\RegisterDoctrineOrmMappingPass".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ApiPlatform\Core\DataProvider\ItemDataProviderInterface::getItem()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\DataProvider\Api\StudentClassroomEnrollmentProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\Legacy\LegacyStudentUpdateSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Residence\BedBookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Residence\ReachBookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Residence\StudentProfileBookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\Residence\StudentReachBookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\User\UserWatchListSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\cic\Legacy\CourseChangeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\cic\residence\BookingCheckInSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\cic\residence\BookingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "koolreport\KoolReport::settings()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Report\BaseReport" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "koolreport\KoolReport::setup()" might add "null" as a native return type declaration in the future. Do the same in child class "App\Report\Residence\ResidenceBookingTimelineReport" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Persistence\ObjectRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Repository\DepartmentRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Security\ApiTokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
The "App\Security\LoginFormAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Service\CIC\Legacy\Batchmailer\EmailQueueItem implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Return type of App\Service\CIC\Legacy\Batchmailer\EmailQueueItem::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Service\CIC\Legacy\Batchmailer\EmailQueueItem" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Service\CIC\Legacy\Batchmailer\QueueConfig implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Return type of App\Service\CIC\Legacy\Batchmailer\QueueConfig::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Service\CIC\Legacy\Batchmailer\QueueConfig" 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\AppExtension" 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\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/twig-component-bundle 2.13: Not setting the "twig_component.anonymous_template_directory" config option is deprecated. It will default to "components" in 3.0.
Since symfony/ux-twig-component 2.13: Not setting the "twig_component.defaults" config option is deprecated. Check the documentation for an example configuration.
Return type of App\Entity\Residence\BookingChangeRequestFilter::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingChangeRequestFilter::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingChangeRequestFilter::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingChangeRequestFilter::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
App\Entity\Residence\BookingChangeRequestFilter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Return type of App\Entity\Residence\BookingChangeRequestFilter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\Occupancy::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\RoomFilter::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\RoomFilter::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\RoomFilter::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\RoomFilter::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
App\Entity\Residence\RoomFilter implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Return type of App\Entity\Residence\RoomFilter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingsFilter::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingsFilter::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingsFilter::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingsFilter::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Residence\BookingsFilter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Camper\CamperFilter::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Camper\CamperFilter::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Camper\CamperFilter::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Camper\CamperFilter::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\Camper\CamperFilter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\AbstractFilter::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\AbstractFilter::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\AbstractFilter::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\AbstractFilter::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Entity\AbstractFilter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\MakerBundle\Maker\AbstractMaker::interact()" might add "void" as a native return type declaration in the future. Do the same in child class "ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Command\UserCreateCommand" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource instead.
User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it.
User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://test.tracker.canadaeschool.ca/ads.txt"" at /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/ux-twig-component 2.13: The "Symfony\UX\TwigComponent\ComponentTemplateFinder::__construct()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
1077
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentClassEnrollmentResource" (parent: .abstract.instanceof.App\Api\Resources\Student\StudentClassEnrollmentResource).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentClassEnrollmentResource" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentClassEnrollmentResource).
Resolving inheritance for "App\Api\Resources\Student\StudentClassEnrollmentResource" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentClassEnrollmentResource).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentDeferralResource" (parent: .abstract.instanceof.App\Api\Resources\Student\StudentDeferralResource).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentDeferralResource" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentDeferralResource).
Resolving inheritance for "App\Api\Resources\Student\StudentDeferralResource" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentDeferralResource).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource" (parent: .abstract.instanceof.App\Api\Resources\Student\StudentSemesterEnrollmentResource).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource).
Resolving inheritance for "App\Api\Resources\Student\StudentSemesterEnrollmentResource" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand" (parent: .abstract.instanceof.App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand).
Resolving inheritance for "App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand" (parent: .abstract.instanceof.App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand).
Resolving inheritance for "App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\AutoAddStudentRegistration" (parent: .abstract.instanceof.App\CIC\Command\AutoAddStudentRegistration).
Resolving inheritance for "App\CIC\Command\AutoAddStudentRegistration" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\AutoAddStudentRegistration).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\CreateSectionsCommand" (parent: .abstract.instanceof.App\CIC\Command\CreateSectionsCommand).
Resolving inheritance for "App\CIC\Command\CreateSectionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\CreateSectionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportRolesCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\ImportRolesCommand).
Resolving inheritance for "App\CIC\Command\Import\ImportRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentRegistrationCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\ImportStudentRegistrationCommand).
Resolving inheritance for "App\CIC\Command\Import\ImportStudentRegistrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentRegistrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentVaccineCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\ImportStudentVaccineCommand).
Resolving inheritance for "App\CIC\Command\Import\ImportStudentVaccineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentVaccineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand).
Resolving inheritance for "App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportBuildingCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\BookingsImportBuildingCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\BookingsImportBuildingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportBuildingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBedsCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportBedsCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportBedsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBedsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportFloorCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportFloorCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportFloorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportFloorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRateCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportRateCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportRateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRoomCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportRoomCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportRoomCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRoomCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportWingCommand" (parent: .abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportWingCommand).
Resolving inheritance for "App\CIC\Command\Import\Residence\ResidenceImportWingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportWingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleDeleteCourseCommand" (parent: .abstract.instanceof.App\CIC\Command\Moodle\MoodleDeleteCourseCommand).
Resolving inheritance for "App\CIC\Command\Moodle\MoodleDeleteCourseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleDeleteCourseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand" (parent: .abstract.instanceof.App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand).
Resolving inheritance for "App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand" (parent: .abstract.instanceof.App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand).
Resolving inheritance for "App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand" (parent: .abstract.instanceof.App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand).
Resolving inheritance for "App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper" (parent: .abstract.instanceof.App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper).
Resolving inheritance for "App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachCheckStudentStatusCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachCheckStudentStatusCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachCheckStudentStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachCheckStudentStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachDeleteStudentsCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachDeleteStudentsCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachDeleteStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachDeleteStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportRoomingCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachExportRoomingCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachExportRoomingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportRoomingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStaffCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachExportStaffCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachExportStaffCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStaffCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStudentCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachExportStudentCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachExportStudentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStudentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachGetContactJsonCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachGetContactJsonCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachGetContactJsonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachGetContactJsonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateContactFlagsCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachUpdateContactFlagsCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachUpdateContactFlagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateContactFlagsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateGroupsYAACommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachUpdateGroupsYAACommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachUpdateGroupsYAACommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateGroupsYAACommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUploadPhotoCommand" (parent: .abstract.instanceof.App\CIC\Command\Reach\ReachUploadPhotoCommand).
Resolving inheritance for "App\CIC\Command\Reach\ReachUploadPhotoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUploadPhotoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand).
Resolving inheritance for "App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentManagerCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Busing\BusAssignmentManagerCommand).
Resolving inheritance for "App\CIC\Command\School\Busing\BusAssignmentManagerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentManagerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\ClassRegDevCommand" (parent: .abstract.instanceof.App\CIC\Command\School\ClassRegDevCommand).
Resolving inheritance for "App\CIC\Command\School\ClassRegDevCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\ClassRegDevCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand" (parent: .abstract.instanceof.App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand).
Resolving inheritance for "App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand" (parent: .abstract.instanceof.App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand).
Resolving inheritance for "App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\devCommand" (parent: .abstract.instanceof.App\CIC\Command\School\OSSLT\devCommand).
Resolving inheritance for "App\CIC\Command\School\OSSLT\devCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\devCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\RegenTranscriptsCommand" (parent: .abstract.instanceof.App\CIC\Command\School\RegenTranscriptsCommand).
Resolving inheritance for "App\CIC\Command\School\RegenTranscriptsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\RegenTranscriptsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand" (parent: .abstract.instanceof.App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand).
Resolving inheritance for "App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand" (parent: .abstract.instanceof.App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand).
Resolving inheritance for "App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand).
Resolving inheritance for "App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateParentsCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentCreateParentsCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentCreateParentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateParentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentFixParentsCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentFixParentsCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentFixParentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentFixParentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentT2FixOriginCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentT2FixOriginCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentT2FixOriginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentT2FixOriginCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentUpdateAveragesCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentUpdateAveragesCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentUpdateAveragesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentUpdateAveragesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentYoungFlagCommand" (parent: .abstract.instanceof.App\CIC\Command\School\Student\StudentYoungFlagCommand).
Resolving inheritance for "App\CIC\Command\School\Student\StudentYoungFlagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentYoungFlagCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\DeferSinfoCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\DeferSinfoCommand).
Resolving inheritance for "App\CIC\Command\Tracker\DeferSinfoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\DeferSinfoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\LearningExemptionsResetCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\LearningExemptionsResetCommand).
Resolving inheritance for "App\CIC\Command\Tracker\LearningExemptionsResetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\LearningExemptionsResetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesDashboardCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesDashboardCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Notes\NotesDashboardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesDashboardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand).
Resolving inheritance for "App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand).
Resolving inheritance for "App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand" (parent: .abstract.instanceof.App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand).
Resolving inheritance for "App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\DevController" (parent: .abstract.instanceof.App\CIC\Controller\Academic\DevController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\DevController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\DevController).
Resolving inheritance for "App\CIC\Controller\Academic\DevController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\DevController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\LegacyPromoMeetingController" (parent: .abstract.instanceof.App\CIC\Controller\Academic\LegacyPromoMeetingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\LegacyPromoMeetingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\LegacyPromoMeetingController).
Resolving inheritance for "App\CIC\Controller\Academic\LegacyPromoMeetingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\LegacyPromoMeetingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController" (parent: .abstract.instanceof.App\CIC\Controller\Admin\Panel\BatchMailerPanelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController).
Resolving inheritance for "App\CIC\Controller\Admin\Panel\BatchMailerPanelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\BatchMailerController" (parent: .abstract.instanceof.App\CIC\Controller\ItBs\BatchMailerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\BatchMailerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\BatchMailerController).
Resolving inheritance for "App\CIC\Controller\ItBs\BatchMailerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\BatchMailerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\CoursePlacement" (parent: .abstract.instanceof.App\CIC\Controller\ItBs\CoursePlacement).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\CoursePlacement" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\CoursePlacement).
Resolving inheritance for "App\CIC\Controller\ItBs\CoursePlacement" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\CoursePlacement).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\Office365StudentController" (parent: .abstract.instanceof.App\CIC\Controller\ItBs\Office365StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\Office365StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\Office365StudentController).
Resolving inheritance for "App\CIC\Controller\ItBs\Office365StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\Office365StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController" (parent: .abstract.instanceof.App\CIC\Controller\ItOps\EquimentSignoutItOpsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController).
Resolving inheritance for "App\CIC\Controller\ItOps\EquimentSignoutItOpsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\UtilsController" (parent: .abstract.instanceof.App\CIC\Controller\ItOps\UtilsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\UtilsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\UtilsController).
Resolving inheritance for "App\CIC\Controller\ItOps\UtilsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\UtilsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\QrCodeController" (parent: .abstract.instanceof.App\CIC\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\QrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\QrCodeController).
Resolving inheritance for "App\CIC\Controller\QrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber" (parent: .abstract.instanceof.App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber).
Resolving inheritance for "App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber" (parent: .abstract.instanceof.App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber).
Resolving inheritance for "App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber" (parent: .abstract.instanceof.App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber).
Resolving inheritance for "App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItBs\BatchMailConfigType" (parent: .abstract.instanceof.App\CIC\Form\ItBs\BatchMailConfigType).
Resolving inheritance for "App\CIC\Form\ItBs\BatchMailConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItBs\BatchMailConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItOps\WifiQrFormType" (parent: .abstract.instanceof.App\CIC\Form\ItOps\WifiQrFormType).
Resolving inheritance for "App\CIC\Form\ItOps\WifiQrFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItOps\WifiQrFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\QrCodeFormType" (parent: .abstract.instanceof.App\CIC\Form\QrCodeFormType).
Resolving inheritance for "App\CIC\Form\QrCodeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\QrCodeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignStudentRegion" (parent: .abstract.instanceof.App\Command\AssignStudentRegion).
Resolving inheritance for "App\Command\AssignStudentRegion" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignStudentRegion).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldCourseInformationDataCommand" (parent: .abstract.instanceof.App\Command\CES\ImportOldCourseInformationDataCommand).
Resolving inheritance for "App\Command\CES\ImportOldCourseInformationDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldCourseInformationDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldGradPackDataCommand" (parent: .abstract.instanceof.App\Command\CES\ImportOldGradPackDataCommand).
Resolving inheritance for "App\Command\CES\ImportOldGradPackDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldGradPackDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldStudentInformationDataCommand" (parent: .abstract.instanceof.App\Command\CES\ImportOldStudentInformationDataCommand).
Resolving inheritance for "App\Command\CES\ImportOldStudentInformationDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldStudentInformationDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\CronCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\CronCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\CronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\CronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\O365ClassroomPushCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\O365ClassroomPushCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\O365ClassroomPushCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\O365ClassroomPushCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts).
Resolving inheritance for "App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\UpdateParentUlidCommand" (parent: .abstract.instanceof.App\Command\CIC\TODO\CIC\UpdateParentUlidCommand).
Resolving inheritance for "App\Command\CIC\TODO\CIC\UpdateParentUlidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\UpdateParentUlidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\test" (parent: .abstract.instanceof.App\Command\CIC\test).
Resolving inheritance for "App\Command\CIC\test" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\test).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckStudentEmailAddressesCommand" (parent: .abstract.instanceof.App\Command\CheckStudentEmailAddressesCommand).
Resolving inheritance for "App\Command\CheckStudentEmailAddressesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckStudentEmailAddressesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsBatchCommand" (parent: .abstract.instanceof.App\Command\Documents\Academic\TranscriptsBatchCommand).
Resolving inheritance for "App\Command\Documents\Academic\TranscriptsBatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsBatchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsCommand" (parent: .abstract.instanceof.App\Command\Documents\Academic\TranscriptsCommand).
Resolving inheritance for "App\Command\Documents\Academic\TranscriptsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialize\InitializeCountriesCommand" (parent: .abstract.instanceof.App\Command\Initialize\InitializeCountriesCommand).
Resolving inheritance for "App\Command\Initialize\InitializeCountriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialize\InitializeCountriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PortStudentNumberCommand" (parent: .abstract.instanceof.App\Command\PortStudentNumberCommand).
Resolving inheritance for "App\Command\PortStudentNumberCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PortStudentNumberCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RandyCommand" (parent: .abstract.instanceof.App\Command\RandyCommand).
Resolving inheritance for "App\Command\RandyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RandyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentAcademic" (parent: .abstract.instanceof.App\Command\Repairs\InitializeStudentAcademic).
Resolving inheritance for "App\Command\Repairs\InitializeStudentAcademic" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentAcademic).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentFlags" (parent: .abstract.instanceof.App\Command\Repairs\InitializeStudentFlags).
Resolving inheritance for "App\Command\Repairs\InitializeStudentFlags" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentFlags).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceCheckoutEveryoneCommand" (parent: .abstract.instanceof.App\Command\Residence\ResidenceCheckoutEveryoneCommand).
Resolving inheritance for "App\Command\Residence\ResidenceCheckoutEveryoneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceCheckoutEveryoneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceRatesBuildCommand" (parent: .abstract.instanceof.App\Command\Residence\ResidenceRatesBuildCommand).
Resolving inheritance for "App\Command\Residence\ResidenceRatesBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceRatesBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceUuidFixerCommand" (parent: .abstract.instanceof.App\Command\Residence\ResidenceUuidFixerCommand).
Resolving inheritance for "App\Command\Residence\ResidenceUuidFixerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceUuidFixerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UlidHelperCommand" (parent: .abstract.instanceof.App\Command\UlidHelperCommand).
Resolving inheritance for "App\Command\UlidHelperCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UlidHelperCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand" (parent: .abstract.instanceof.App\Command\UserCreateCommand).
Resolving inheritance for "App\Command\UserCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\legacyCamperExportCommand" (parent: .abstract.instanceof.App\Command\legacyCamperExportCommand).
Resolving inheritance for "App\Command\legacyCamperExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\legacyCamperExportCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController" (parent: .abstract.instanceof.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController).
Resolving inheritance for "App\Controller\Academic\Documents\TranscriptsDocumentAcademicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\BookingsController" (parent: .abstract.instanceof.App\Controller\Accounting\Residence\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\BookingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\BookingsController).
Resolving inheritance for "App\Controller\Accounting\Residence\BookingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController" (parent: .abstract.instanceof.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController).
Resolving inheritance for "App\Controller\Accounting\Residence\ProcessorRoomExtensionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppMenuController" (parent: .abstract.instanceof.App\Controller\Admin\Config\App\ConfigAppMenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppMenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppMenuController).
Resolving inheritance for "App\Controller\Admin\Config\App\ConfigAppMenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppMenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppNavigationController" (parent: .abstract.instanceof.App\Controller\Admin\Config\App\ConfigAppNavigationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppNavigationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppNavigationController).
Resolving inheritance for "App\Controller\Admin\Config\App\ConfigAppNavigationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppNavigationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleManagerController" (parent: .abstract.instanceof.App\Controller\Admin\RoleManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleManagerController).
Resolving inheritance for "App\Controller\Admin\RoleManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Users\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController).
Resolving inheritance for "App\Controller\Admin\Users\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ListController" (parent: .abstract.instanceof.App\Controller\Campers\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ListController).
Resolving inheritance for "App\Controller\Campers\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ResidenceController" (parent: .abstract.instanceof.App\Controller\Campers\ResidenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ResidenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ResidenceController).
Resolving inheritance for "App\Controller\Campers\ResidenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ResidenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigCountriesController" (parent: .abstract.instanceof.App\Controller\Config\ConfigCountriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigCountriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigCountriesController).
Resolving inheritance for "App\Controller\Config\ConfigCountriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigCountriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigRegionsController" (parent: .abstract.instanceof.App\Controller\Config\ConfigRegionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigRegionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigRegionsController).
Resolving inheritance for "App\Controller\Config\ConfigRegionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigRegionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterAwardNominationScheduleController" (parent: .abstract.instanceof.App\Controller\Config\School\CharacterAwardNominationScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterAwardNominationScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterAwardNominationScheduleController).
Resolving inheritance for "App\Controller\Config\School\CharacterAwardNominationScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterAwardNominationScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterController" (parent: .abstract.instanceof.App\Controller\Config\School\CharacterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterController).
Resolving inheritance for "App\Controller\Config\School\CharacterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\NoteTypeController" (parent: .abstract.instanceof.App\Controller\Config\School\Student\NoteTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\NoteTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\NoteTypeController).
Resolving inheritance for "App\Controller\Config\School\Student\NoteTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\NoteTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController" (parent: .abstract.instanceof.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController).
Resolving inheritance for "App\Controller\Config\School\Student\StudentStaffAssignmentRulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffTypeController" (parent: .abstract.instanceof.App\Controller\Config\School\Student\StudentStaffTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffTypeController).
Resolving inheritance for "App\Controller\Config\School\Student\StudentStaffTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentTypeController" (parent: .abstract.instanceof.App\Controller\Config\School\Student\StudentTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentTypeController).
Resolving inheritance for "App\Controller\Config\School\Student\StudentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseDistributionController" (parent: .abstract.instanceof.App\Controller\CourseDistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseDistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseDistributionController).
Resolving inheritance for "App\Controller\CourseDistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseDistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController" (parent: .abstract.instanceof.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController).
Resolving inheritance for "App\Controller\DepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalServicesController" (parent: .abstract.instanceof.App\Controller\ExternalServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalServicesController).
Resolving inheritance for "App\Controller\ExternalServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\HomeController" (parent: .abstract.instanceof.App\Controller\Home\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\HomeController).
Resolving inheritance for "App\Controller\Home\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BedsController" (parent: .abstract.instanceof.App\Controller\Residence\BedsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BedsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BedsController).
Resolving inheritance for "App\Controller\Residence\BedsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BedsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsChangeRequestController" (parent: .abstract.instanceof.App\Controller\Residence\BookingsChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsChangeRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsChangeRequestController).
Resolving inheritance for "App\Controller\Residence\BookingsChangeRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsController" (parent: .abstract.instanceof.App\Controller\Residence\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsController).
Resolving inheritance for "App\Controller\Residence\BookingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BuildingController" (parent: .abstract.instanceof.App\Controller\Residence\BuildingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BuildingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BuildingController).
Resolving inheritance for "App\Controller\Residence\BuildingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BuildingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\FloorController" (parent: .abstract.instanceof.App\Controller\Residence\FloorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\FloorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\FloorController).
Resolving inheritance for "App\Controller\Residence\FloorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\FloorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController" (parent: .abstract.instanceof.App\Controller\Residence\Manage\ResidenceCamperBedManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController).
Resolving inheritance for "App\Controller\Residence\Manage\ResidenceCamperBedManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController" (parent: .abstract.instanceof.App\Controller\Residence\Manage\ResidenceClosedBedManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController).
Resolving inheritance for "App\Controller\Residence\Manage\ResidenceClosedBedManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RateController" (parent: .abstract.instanceof.App\Controller\Residence\RateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RateController).
Resolving inheritance for "App\Controller\Residence\RateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ReportsResidenceController" (parent: .abstract.instanceof.App\Controller\Residence\ReportsResidenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ReportsResidenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ReportsResidenceController).
Resolving inheritance for "App\Controller\Residence\ReportsResidenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ReportsResidenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ResidenceController" (parent: .abstract.instanceof.App\Controller\Residence\ResidenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ResidenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ResidenceController).
Resolving inheritance for "App\Controller\Residence\ResidenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ResidenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RoomController" (parent: .abstract.instanceof.App\Controller\Residence\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RoomController).
Resolving inheritance for "App\Controller\Residence\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\WingController" (parent: .abstract.instanceof.App\Controller\Residence\WingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\WingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\WingController).
Resolving inheritance for "App\Controller\Residence\WingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\WingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Academic\CertificateLogController" (parent: .abstract.instanceof.App\Controller\School\Academic\CertificateLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Academic\CertificateLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Academic\CertificateLogController).
Resolving inheritance for "App\Controller\School\Academic\CertificateLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Academic\CertificateLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomController" (parent: .abstract.instanceof.App\Controller\School\Course\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomController).
Resolving inheritance for "App\Controller\School\Course\ClassroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEnrollmentController" (parent: .abstract.instanceof.App\Controller\School\Course\ClassroomEnrollmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEnrollmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEnrollmentController).
Resolving inheritance for "App\Controller\School\Course\ClassroomEnrollmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEnrollmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEvaluationController" (parent: .abstract.instanceof.App\Controller\School\Course\ClassroomEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEvaluationController).
Resolving inheritance for "App\Controller\School\Course\ClassroomEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomGradingController" (parent: .abstract.instanceof.App\Controller\School\Course\ClassroomGradingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomGradingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomGradingController).
Resolving inheritance for "App\Controller\School\Course\ClassroomGradingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomGradingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomTeachersController" (parent: .abstract.instanceof.App\Controller\School\Course\ClassroomTeachersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomTeachersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomTeachersController).
Resolving inheritance for "App\Controller\School\Course\ClassroomTeachersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomTeachersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseController" (parent: .abstract.instanceof.App\Controller\School\Course\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseController).
Resolving inheritance for "App\Controller\School\Course\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationController" (parent: .abstract.instanceof.App\Controller\School\Course\CourseEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationController).
Resolving inheritance for "App\Controller\School\Course\CourseEvaluationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationTypeController" (parent: .abstract.instanceof.App\Controller\School\Course\CourseEvaluationTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationTypeController).
Resolving inheritance for "App\Controller\School\Course\CourseEvaluationTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackController" (parent: .abstract.instanceof.App\Controller\School\GradPack\GradPackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackController).
Resolving inheritance for "App\Controller\School\GradPack\GradPackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackOrderController" (parent: .abstract.instanceof.App\Controller\School\GradPack\GradPackOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackOrderController).
Resolving inheritance for "App\Controller\School\GradPack\GradPackOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\SemesterController" (parent: .abstract.instanceof.App\Controller\School\SemesterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\SemesterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\SemesterController).
Resolving inheritance for "App\Controller\School\SemesterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\SemesterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\Resources\StudentLookupResource" (parent: .abstract.instanceof.App\Controller\School\Student\Resources\StudentLookupResource).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\Resources\StudentLookupResource" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\Resources\StudentLookupResource).
Resolving inheritance for ".instanceof.App\Controller\School\Student\Resources\StudentLookupResource.0.App\Controller\School\Student\Resources\StudentLookupResource" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\Resources\StudentLookupResource).
Resolving inheritance for "App\Controller\School\Student\Resources\StudentLookupResource" (parent: .instanceof.App\Controller\School\Student\Resources\StudentLookupResource.0.App\Controller\School\Student\Resources\StudentLookupResource).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAbstractController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentAbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAbstractController).
Resolving inheritance for "App\Controller\School\Student\StudentAbstractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAcademicController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentAcademicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAcademicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAcademicController).
Resolving inheritance for "App\Controller\School\Student\StudentAcademicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAcademicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAddressController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAddressController).
Resolving inheritance for "App\Controller\School\Student\StudentAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentBrowserController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentBrowserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentBrowserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentBrowserController).
Resolving inheritance for "App\Controller\School\Student\StudentBrowserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentBrowserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentCertificateController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentCertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentCertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentCertificateController).
Resolving inheritance for "App\Controller\School\Student\StudentCertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentCertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentContactController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentContactController).
Resolving inheritance for "App\Controller\School\Student\StudentContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentDocumentController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentDocumentController).
Resolving inheritance for "App\Controller\School\Student\StudentDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileAlternateController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentProfileAlternateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileAlternateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileAlternateController).
Resolving inheritance for "App\Controller\School\Student\StudentProfileAlternateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileAlternateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileController).
Resolving inheritance for "App\Controller\School\Student\StudentProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSearchController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSearchController).
Resolving inheritance for "App\Controller\School\Student\StudentSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSteppedCreationController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentSteppedCreationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSteppedCreationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSteppedCreationController).
Resolving inheritance for "App\Controller\School\Student\StudentSteppedCreationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSteppedCreationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentViewerController" (parent: .abstract.instanceof.App\Controller\School\Student\StudentViewerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentViewerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentViewerController).
Resolving inheritance for "App\Controller\School\Student\StudentViewerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentViewerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\StudentListingController" (parent: .abstract.instanceof.App\Controller\School\StudentListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\StudentListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\StudentListingController).
Resolving inheritance for "App\Controller\School\StudentListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\StudentListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController" (parent: .abstract.instanceof.App\Controller\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController).
Resolving inheritance for "App\Controller\SchoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityOauthAzureController" (parent: .abstract.instanceof.App\Controller\SecurityOauthAzureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityOauthAzureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityOauthAzureController).
Resolving inheritance for "App\Controller\SecurityOauthAzureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityOauthAzureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\userGuideController" (parent: .abstract.instanceof.App\Controller\Support\userGuideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\userGuideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\userGuideController).
Resolving inheritance for "App\Controller\Support\userGuideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\userGuideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemRoleController" (parent: .abstract.instanceof.App\Controller\SystemRoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemRoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemRoleController).
Resolving inheritance for "App\Controller\SystemRoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemRoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAccountsController" (parent: .abstract.instanceof.App\Controller\UserAccountsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAccountsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAccountsController).
Resolving inheritance for "App\Controller\UserAccountsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAccountsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserApiTokenController" (parent: .abstract.instanceof.App\Controller\UserApiTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserApiTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserApiTokenController).
Resolving inheritance for "App\Controller\UserApiTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserApiTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\TemporaryStudents" (parent: .abstract.instanceof.App\Controller\api\TemporaryStudents).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\TemporaryStudents" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\TemporaryStudents).
Resolving inheritance for "App\Controller\api\TemporaryStudents" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\TemporaryStudents).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\User\UserStudentWatch" (parent: .abstract.instanceof.App\Controller\api\User\UserStudentWatch).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\User\UserStudentWatch" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\User\UserStudentWatch).
Resolving inheritance for "App\Controller\api\User\UserStudentWatch" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\User\UserStudentWatch).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Api\StudentClassroomEnrollmentProvider" (parent: .abstract.instanceof.App\DataProvider\Api\StudentClassroomEnrollmentProvider).
Resolving inheritance for "App\DataProvider\Api\StudentClassroomEnrollmentProvider" (parent: .instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Api\StudentClassroomEnrollmentProvider).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Legacy\LegacyStudentUpdateSubscriber" (parent: .abstract.instanceof.App\EventListener\Legacy\LegacyStudentUpdateSubscriber).
Resolving inheritance for "App\EventListener\Legacy\LegacyStudentUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Legacy\LegacyStudentUpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\BedBookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Residence\BedBookingSubscriber).
Resolving inheritance for "App\EventSubscriber\Residence\BedBookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\BedBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber).
Resolving inheritance for "App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\ReachBookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Residence\ReachBookingSubscriber).
Resolving inheritance for "App\EventSubscriber\Residence\ReachBookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\ReachBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentProfileBookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Residence\StudentProfileBookingSubscriber).
Resolving inheritance for "App\EventSubscriber\Residence\StudentProfileBookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentProfileBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentReachBookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Residence\StudentReachBookingSubscriber).
Resolving inheritance for "App\EventSubscriber\Residence\StudentReachBookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentReachBookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber).
Resolving inheritance for "App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber).
Resolving inheritance for "App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\User\UserWatchListSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\User\UserWatchListSubscriber).
Resolving inheritance for "App\EventSubscriber\User\UserWatchListSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\User\UserWatchListSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\CourseChangeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\cic\Legacy\CourseChangeSubscriber).
Resolving inheritance for "App\EventSubscriber\cic\Legacy\CourseChangeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\CourseChangeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber).
Resolving inheritance for "App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber).
Resolving inheritance for "App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingCheckInSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\cic\residence\BookingCheckInSubscriber).
Resolving inheritance for "App\EventSubscriber\cic\residence\BookingCheckInSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingCheckInSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\cic\residence\BookingSubscriber).
Resolving inheritance for "App\EventSubscriber\cic\residence\BookingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Academic\Document\TranscriptBatchType" (parent: .abstract.instanceof.App\Form\Academic\Document\TranscriptBatchType).
Resolving inheritance for "App\Form\Academic\Document\TranscriptBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Academic\Document\TranscriptBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiTokenType" (parent: .abstract.instanceof.App\Form\ApiTokenType).
Resolving inheritance for "App\Form\ApiTokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiTokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignatureType" (parent: .abstract.instanceof.App\Form\CIC\ItOps\EquipmentSignatureType).
Resolving inheritance for "App\Form\CIC\ItOps\EquipmentSignatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignoutType" (parent: .abstract.instanceof.App\Form\CIC\ItOps\EquipmentSignoutType).
Resolving inheritance for "App\Form\CIC\ItOps\EquipmentSignoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignoutType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Camper\CamperFilterType" (parent: .abstract.instanceof.App\Form\Camper\CamperFilterType).
Resolving inheritance for "App\Form\Camper\CamperFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Camper\CamperFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppMenuType" (parent: .abstract.instanceof.App\Form\Config\App\ConfigAppMenuType).
Resolving inheritance for "App\Form\Config\App\ConfigAppMenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppMenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppNavigationType" (parent: .abstract.instanceof.App\Form\Config\App\ConfigAppNavigationType).
Resolving inheritance for "App\Form\Config\App\ConfigAppNavigationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppNavigationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigCountriesType" (parent: .abstract.instanceof.App\Form\Config\ConfigCountriesType).
Resolving inheritance for "App\Form\Config\ConfigCountriesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigCountriesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigRegionsType" (parent: .abstract.instanceof.App\Form\Config\ConfigRegionsType).
Resolving inheritance for "App\Form\Config\ConfigRegionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigRegionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterAwardNominationScheduleType" (parent: .abstract.instanceof.App\Form\Config\School\CharacterAwardNominationScheduleType).
Resolving inheritance for "App\Form\Config\School\CharacterAwardNominationScheduleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterAwardNominationScheduleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterType" (parent: .abstract.instanceof.App\Form\Config\School\CharacterType).
Resolving inheritance for "App\Form\Config\School\CharacterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\NoteTypeType" (parent: .abstract.instanceof.App\Form\Config\School\Student\NoteTypeType).
Resolving inheritance for "App\Form\Config\School\Student\NoteTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\NoteTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffAssignmentRulesType" (parent: .abstract.instanceof.App\Form\Config\School\Student\StudentStaffAssignmentRulesType).
Resolving inheritance for "App\Form\Config\School\Student\StudentStaffAssignmentRulesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffAssignmentRulesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffTypeType" (parent: .abstract.instanceof.App\Form\Config\School\Student\StudentStaffTypeType).
Resolving inheritance for "App\Form\Config\School\Student\StudentStaffTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentTypeType" (parent: .abstract.instanceof.App\Form\Config\School\Student\StudentTypeType).
Resolving inheritance for "App\Form\Config\School\Student\StudentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType" (parent: .abstract.instanceof.App\Form\DepartmentType).
Resolving inheritance for "App\Form\DepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalServicesType" (parent: .abstract.instanceof.App\Form\ExternalServicesType).
Resolving inheritance for "App\Form\ExternalServicesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalServicesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsAutocompleteField" (parent: .abstract.instanceof.App\Form\Residence\BedsAutocompleteField).
Resolving inheritance for ".instanceof.App\Form\Residence\BedsAutocompleteField.0.App\Form\Residence\BedsAutocompleteField" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsAutocompleteField).
Resolving inheritance for "App\Form\Residence\BedsAutocompleteField" (parent: .instanceof.App\Form\Residence\BedsAutocompleteField.0.App\Form\Residence\BedsAutocompleteField).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsType" (parent: .abstract.instanceof.App\Form\Residence\BedsType).
Resolving inheritance for "App\Form\Residence\BedsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingChangeRequestFilterType" (parent: .abstract.instanceof.App\Form\Residence\BookingChangeRequestFilterType).
Resolving inheritance for "App\Form\Residence\BookingChangeRequestFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingChangeRequestFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsBedChangeType" (parent: .abstract.instanceof.App\Form\Residence\BookingsBedChangeType).
Resolving inheritance for "App\Form\Residence\BookingsBedChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsBedChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsChangeRequestType" (parent: .abstract.instanceof.App\Form\Residence\BookingsChangeRequestType).
Resolving inheritance for "App\Form\Residence\BookingsChangeRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsChangeRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckInType" (parent: .abstract.instanceof.App\Form\Residence\BookingsCheckInType).
Resolving inheritance for "App\Form\Residence\BookingsCheckInType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckInType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckOutType" (parent: .abstract.instanceof.App\Form\Residence\BookingsCheckOutType).
Resolving inheritance for "App\Form\Residence\BookingsCheckOutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckOutType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsFilterType" (parent: .abstract.instanceof.App\Form\Residence\BookingsFilterType).
Resolving inheritance for "App\Form\Residence\BookingsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsType" (parent: .abstract.instanceof.App\Form\Residence\BookingsType).
Resolving inheritance for "App\Form\Residence\BookingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BuildingType" (parent: .abstract.instanceof.App\Form\Residence\BuildingType).
Resolving inheritance for "App\Form\Residence\BuildingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BuildingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\CamperBookingsType" (parent: .abstract.instanceof.App\Form\Residence\CamperBookingsType).
Resolving inheritance for "App\Form\Residence\CamperBookingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\CamperBookingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\FloorType" (parent: .abstract.instanceof.App\Form\Residence\FloorType).
Resolving inheritance for "App\Form\Residence\FloorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\FloorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RateType" (parent: .abstract.instanceof.App\Form\Residence\RateType).
Resolving inheritance for "App\Form\Residence\RateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterRangeType" (parent: .abstract.instanceof.App\Form\Residence\RoomFilterRangeType).
Resolving inheritance for "App\Form\Residence\RoomFilterRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterType" (parent: .abstract.instanceof.App\Form\Residence\RoomFilterType).
Resolving inheritance for "App\Form\Residence\RoomFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomType" (parent: .abstract.instanceof.App\Form\Residence\RoomType).
Resolving inheritance for "App\Form\Residence\RoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\WingType" (parent: .abstract.instanceof.App\Form\Residence\WingType).
Resolving inheritance for "App\Form\Residence\WingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\WingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Academic\CertificateLogType" (parent: .abstract.instanceof.App\Form\School\Academic\CertificateLogType).
Resolving inheritance for "App\Form\School\Academic\CertificateLogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Academic\CertificateLogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEnrollmentType" (parent: .abstract.instanceof.App\Form\School\Course\ClassroomEnrollmentType).
Resolving inheritance for "App\Form\School\Course\ClassroomEnrollmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEnrollmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEvaluationType" (parent: .abstract.instanceof.App\Form\School\Course\ClassroomEvaluationType).
Resolving inheritance for "App\Form\School\Course\ClassroomEvaluationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEvaluationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomMidtermType" (parent: .abstract.instanceof.App\Form\School\Course\ClassroomMidtermType).
Resolving inheritance for "App\Form\School\Course\ClassroomMidtermType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomMidtermType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomTeachersType" (parent: .abstract.instanceof.App\Form\School\Course\ClassroomTeachersType).
Resolving inheritance for "App\Form\School\Course\ClassroomTeachersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomTeachersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomType" (parent: .abstract.instanceof.App\Form\School\Course\ClassroomType).
Resolving inheritance for "App\Form\School\Course\ClassroomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationType" (parent: .abstract.instanceof.App\Form\School\Course\CourseEvaluationType).
Resolving inheritance for "App\Form\School\Course\CourseEvaluationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationTypeType" (parent: .abstract.instanceof.App\Form\School\Course\CourseEvaluationTypeType).
Resolving inheritance for "App\Form\School\Course\CourseEvaluationTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseFilterType" (parent: .abstract.instanceof.App\Form\School\Course\CourseFilterType).
Resolving inheritance for "App\Form\School\Course\CourseFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseType" (parent: .abstract.instanceof.App\Form\School\Course\CourseType).
Resolving inheritance for "App\Form\School\Course\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackOrderType" (parent: .abstract.instanceof.App\Form\School\GradPack\GradPackOrderType).
Resolving inheritance for "App\Form\School\GradPack\GradPackOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackPaymentType" (parent: .abstract.instanceof.App\Form\School\GradPack\GradPackPaymentType).
Resolving inheritance for "App\Form\School\GradPack\GradPackPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackPaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackType" (parent: .abstract.instanceof.App\Form\School\GradPack\GradPackType).
Resolving inheritance for "App\Form\School\GradPack\GradPackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackUsageType" (parent: .abstract.instanceof.App\Form\School\GradPack\GradPackUsageType).
Resolving inheritance for "App\Form\School\GradPack\GradPackUsageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackUsageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\SemesterType" (parent: .abstract.instanceof.App\Form\School\SemesterType).
Resolving inheritance for "App\Form\School\SemesterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\SemesterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Basic\StudentAddressType" (parent: .abstract.instanceof.App\Form\School\Student\Basic\StudentAddressType).
Resolving inheritance for "App\Form\School\Student\Basic\StudentAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Basic\StudentAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Filters\StudentFilterType" (parent: .abstract.instanceof.App\Form\School\Student\Filters\StudentFilterType).
Resolving inheritance for "App\Form\School\Student\Filters\StudentFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Filters\StudentFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAcademicType" (parent: .abstract.instanceof.App\Form\School\Student\StudentAcademicType).
Resolving inheritance for "App\Form\School\Student\StudentAcademicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAcademicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAddressType" (parent: .abstract.instanceof.App\Form\School\Student\StudentAddressType).
Resolving inheritance for "App\Form\School\Student\StudentAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentBasicProfileType" (parent: .abstract.instanceof.App\Form\School\Student\StudentBasicProfileType).
Resolving inheritance for "App\Form\School\Student\StudentBasicProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentBasicProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentCertificateType" (parent: .abstract.instanceof.App\Form\School\Student\StudentCertificateType).
Resolving inheritance for "App\Form\School\Student\StudentCertificateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentCertificateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentContactType" (parent: .abstract.instanceof.App\Form\School\Student\StudentContactType).
Resolving inheritance for "App\Form\School\Student\StudentContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentDocumentType" (parent: .abstract.instanceof.App\Form\School\Student\StudentDocumentType).
Resolving inheritance for "App\Form\School\Student\StudentDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentLookupType" (parent: .abstract.instanceof.App\Form\School\Student\StudentLookupType).
Resolving inheritance for "App\Form\School\Student\StudentLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentPlainLookupType" (parent: .abstract.instanceof.App\Form\School\Student\StudentPlainLookupType).
Resolving inheritance for "App\Form\School\Student\StudentPlainLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentPlainLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileAutocompleteField" (parent: .abstract.instanceof.App\Form\School\Student\StudentProfileAutocompleteField).
Resolving inheritance for ".instanceof.App\Form\School\Student\StudentProfileAutocompleteField.0.App\Form\School\Student\StudentProfileAutocompleteField" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileAutocompleteField).
Resolving inheritance for "App\Form\School\Student\StudentProfileAutocompleteField" (parent: .instanceof.App\Form\School\Student\StudentProfileAutocompleteField.0.App\Form\School\Student\StudentProfileAutocompleteField).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType" (parent: .abstract.instanceof.App\Form\School\Student\StudentProfileType).
Resolving inheritance for "App\Form\School\Student\StudentProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType1" (parent: .abstract.instanceof.App\Form\School\Student\StudentProfileType1).
Resolving inheritance for "App\Form\School\Student\StudentProfileType1" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType1).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType" (parent: .abstract.instanceof.App\Form\SchoolType).
Resolving inheritance for "App\Form\SchoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentBasicAddressType" (parent: .abstract.instanceof.App\Form\StudentBasicAddressType).
Resolving inheritance for "App\Form\StudentBasicAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentBasicAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SystemRoleType" (parent: .abstract.instanceof.App\Form\SystemRoleType).
Resolving inheritance for "App\Form\SystemRoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SystemRoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FlatpickrDateType" (parent: .abstract.instanceof.App\Form\Type\FlatpickrDateType).
Resolving inheritance for "App\Form\Type\FlatpickrDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FlatpickrDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonType" (parent: .abstract.instanceof.App\Form\Type\JsonType).
Resolving inheritance for "App\Form\Type\JsonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QrCodeScannerType" (parent: .abstract.instanceof.App\Form\Type\QrCodeScannerType).
Resolving inheritance for "App\Form\Type\QrCodeScannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QrCodeScannerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserAutocompleteField" (parent: .abstract.instanceof.App\Form\Type\UserAutocompleteField).
Resolving inheritance for ".instanceof.App\Form\Type\UserAutocompleteField.0.App\Form\Type\UserAutocompleteField" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserAutocompleteField).
Resolving inheritance for "App\Form\Type\UserAutocompleteField" (parent: .instanceof.App\Form\Type\UserAutocompleteField.0.App\Form\Type\UserAutocompleteField).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ckEditorType" (parent: .abstract.instanceof.App\Form\Type\ckEditorType).
Resolving inheritance for "App\Form\Type\ckEditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ckEditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\signaturePadType" (parent: .abstract.instanceof.App\Form\Type\signaturePadType).
Resolving inheritance for "App\Form\Type\signaturePadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\signaturePadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAccountsType" (parent: .abstract.instanceof.App\Form\UserAccountsType).
Resolving inheritance for "App\Form\UserAccountsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAccountsType).
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.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler).
Resolving inheritance for "App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler).
Resolving inheritance for "App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReachUpdateStudentMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\ReachUpdateStudentMessageHandler).
Resolving inheritance for "App\MessageHandler\ReachUpdateStudentMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReachUpdateStudentMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler).
Resolving inheritance for "App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler).
Resolving inheritance for "App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository" (parent: .abstract.instanceof.App\Repository\ApiTokenRepository).
Resolving inheritance for "App\Repository\ApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\GradPackRepository" (parent: .abstract.instanceof.App\Repository\CES\oldDB\GradPack\GradPackRepository).
Resolving inheritance for "App\Repository\CES\oldDB\GradPack\GradPackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\GradPackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository" (parent: .abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository).
Resolving inheritance for "App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository" (parent: .abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository).
Resolving inheritance for "App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository" (parent: .abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository).
Resolving inheritance for "App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\School\oldCourseInformationRepository" (parent: .abstract.instanceof.App\Repository\CES\oldDB\School\oldCourseInformationRepository).
Resolving inheritance for "App\Repository\CES\oldDB\School\oldCourseInformationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\School\oldCourseInformationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquipmentSignoutLogRepository" (parent: .abstract.instanceof.App\Repository\CIC\ItOps\EquipmentSignoutLogRepository).
Resolving inheritance for "App\Repository\CIC\ItOps\EquipmentSignoutLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquipmentSignoutLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquiqemntLogRepository" (parent: .abstract.instanceof.App\Repository\CIC\ItOps\EquiqemntLogRepository).
Resolving inheritance for "App\Repository\CIC\ItOps\EquiqemntLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquiqemntLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\Store\Screening\Student\Covid19Repository" (parent: .abstract.instanceof.App\Repository\CIC\Store\Screening\Student\Covid19Repository).
Resolving inheritance for "App\Repository\CIC\Store\Screening\Student\Covid19Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\Store\Screening\Student\Covid19Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperGroupRepository" (parent: .abstract.instanceof.App\Repository\Camper\CamperGroupRepository).
Resolving inheritance for "App\Repository\Camper\CamperGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperProfileRepository" (parent: .abstract.instanceof.App\Repository\Camper\CamperProfileRepository).
Resolving inheritance for "App\Repository\Camper\CamperProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppMenuRepository" (parent: .abstract.instanceof.App\Repository\Config\App\ConfigAppMenuRepository).
Resolving inheritance for "App\Repository\Config\App\ConfigAppMenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppMenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppNavigationRepository" (parent: .abstract.instanceof.App\Repository\Config\App\ConfigAppNavigationRepository).
Resolving inheritance for "App\Repository\Config\App\ConfigAppNavigationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppNavigationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\AppMenusRepository" (parent: .abstract.instanceof.App\Repository\Config\AppMenusRepository).
Resolving inheritance for "App\Repository\Config\AppMenusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\AppMenusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ConfigRegionsRepository" (parent: .abstract.instanceof.App\Repository\Config\ConfigRegionsRepository).
Resolving inheritance for "App\Repository\Config\ConfigRegionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ConfigRegionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\CountriesRepository" (parent: .abstract.instanceof.App\Repository\Config\CountriesRepository).
Resolving inheritance for "App\Repository\Config\CountriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\CountriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListConfigRepository" (parent: .abstract.instanceof.App\Repository\Config\Newsletter\NewsletterListConfigRepository).
Resolving inheritance for "App\Repository\Config\Newsletter\NewsletterListConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository).
Resolving inheritance for "App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ReachCloud\ReachCloudLookupsRepository" (parent: .abstract.instanceof.App\Repository\Config\ReachCloud\ReachCloudLookupsRepository).
Resolving inheritance for "App\Repository\Config\ReachCloud\ReachCloudLookupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ReachCloud\ReachCloudLookupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterAwardNominationScheduleRepository" (parent: .abstract.instanceof.App\Repository\Config\School\CharacterAwardNominationScheduleRepository).
Resolving inheritance for "App\Repository\Config\School\CharacterAwardNominationScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterAwardNominationScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterRepository" (parent: .abstract.instanceof.App\Repository\Config\School\CharacterRepository).
Resolving inheritance for "App\Repository\Config\School\CharacterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\NoteTypeRepository" (parent: .abstract.instanceof.App\Repository\Config\School\Student\NoteTypeRepository).
Resolving inheritance for "App\Repository\Config\School\Student\NoteTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\NoteTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository" (parent: .abstract.instanceof.App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository).
Resolving inheritance for "App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffTypeRepository" (parent: .abstract.instanceof.App\Repository\Config\School\Student\StudentStaffTypeRepository).
Resolving inheritance for "App\Repository\Config\School\Student\StudentStaffTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentTypeRepository" (parent: .abstract.instanceof.App\Repository\Config\School\Student\StudentTypeRepository).
Resolving inheritance for "App\Repository\Config\School\Student\StudentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository" (parent: .abstract.instanceof.App\Repository\DepartmentRepository).
Resolving inheritance for "App\Repository\DepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalServicesRepository" (parent: .abstract.instanceof.App\Repository\ExternalServicesRepository).
Resolving inheritance for "App\Repository\ExternalServicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalServicesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BedsRepository" (parent: .abstract.instanceof.App\Repository\Residence\BedsRepository).
Resolving inheritance for "App\Repository\Residence\BedsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BedsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsChangeRequestRepository" (parent: .abstract.instanceof.App\Repository\Residence\BookingsChangeRequestRepository).
Resolving inheritance for "App\Repository\Residence\BookingsChangeRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsChangeRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsRepository" (parent: .abstract.instanceof.App\Repository\Residence\BookingsRepository).
Resolving inheritance for "App\Repository\Residence\BookingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BuildingRepository" (parent: .abstract.instanceof.App\Repository\Residence\BuildingRepository).
Resolving inheritance for "App\Repository\Residence\BuildingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BuildingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\FloorRepository" (parent: .abstract.instanceof.App\Repository\Residence\FloorRepository).
Resolving inheritance for "App\Repository\Residence\FloorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\FloorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMemberCheckInRepository" (parent: .abstract.instanceof.App\Repository\Residence\GymMemberCheckInRepository).
Resolving inheritance for "App\Repository\Residence\GymMemberCheckInRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMemberCheckInRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMembershipTypeRepository" (parent: .abstract.instanceof.App\Repository\Residence\GymMembershipTypeRepository).
Resolving inheritance for "App\Repository\Residence\GymMembershipTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMembershipTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymRepository" (parent: .abstract.instanceof.App\Repository\Residence\GymRepository).
Resolving inheritance for "App\Repository\Residence\GymRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RateRepository" (parent: .abstract.instanceof.App\Repository\Residence\RateRepository).
Resolving inheritance for "App\Repository\Residence\RateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomCheckRepository" (parent: .abstract.instanceof.App\Repository\Residence\RoomCheckRepository).
Resolving inheritance for "App\Repository\Residence\RoomCheckRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomCheckRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomRepository" (parent: .abstract.instanceof.App\Repository\Residence\RoomRepository).
Resolving inheritance for "App\Repository\Residence\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\StudentGymMembershipRepository" (parent: .abstract.instanceof.App\Repository\Residence\StudentGymMembershipRepository).
Resolving inheritance for "App\Repository\Residence\StudentGymMembershipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\StudentGymMembershipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\WingRepository" (parent: .abstract.instanceof.App\Repository\Residence\WingRepository).
Resolving inheritance for "App\Repository\Residence\WingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\WingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Academic\CertificateLogRepository" (parent: .abstract.instanceof.App\Repository\School\Academic\CertificateLogRepository).
Resolving inheritance for "App\Repository\School\Academic\CertificateLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Academic\CertificateLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomAttendanceRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomAttendanceRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomAttendanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomAttendanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentExtensionRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomEnrollmentExtensionRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomEnrollmentExtensionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentExtensionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomEnrollmentRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomEnrollmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEvaluationRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomEvaluationRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomEvaluationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEvaluationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomGradingRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomGradingRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomGradingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomGradingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTeachersRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomTeachersRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomTeachersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTeachersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTermMarkLogRepository" (parent: .abstract.instanceof.App\Repository\School\Course\ClassroomTermMarkLogRepository).
Resolving inheritance for "App\Repository\School\Course\ClassroomTermMarkLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTermMarkLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationRepository" (parent: .abstract.instanceof.App\Repository\School\Course\CourseEvaluationRepository).
Resolving inheritance for "App\Repository\School\Course\CourseEvaluationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationTypeRepository" (parent: .abstract.instanceof.App\Repository\School\Course\CourseEvaluationTypeRepository).
Resolving inheritance for "App\Repository\School\Course\CourseEvaluationTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseRepository" (parent: .abstract.instanceof.App\Repository\School\Course\CourseRepository).
Resolving inheritance for "App\Repository\School\Course\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackOrdersRepository" (parent: .abstract.instanceof.App\Repository\School\GradPack\GradPackOrdersRepository).
Resolving inheritance for "App\Repository\School\GradPack\GradPackOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackPaymentsRepository" (parent: .abstract.instanceof.App\Repository\School\GradPack\GradPackPaymentsRepository).
Resolving inheritance for "App\Repository\School\GradPack\GradPackPaymentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackPaymentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackRepository" (parent: .abstract.instanceof.App\Repository\School\GradPack\GradPackRepository).
Resolving inheritance for "App\Repository\School\GradPack\GradPackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackUsageRepository" (parent: .abstract.instanceof.App\Repository\School\GradPack\GradPackUsageRepository).
Resolving inheritance for "App\Repository\School\GradPack\GradPackUsageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackUsageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GraduationRequirementsRepository" (parent: .abstract.instanceof.App\Repository\School\GraduationRequirementsRepository).
Resolving inheritance for "App\Repository\School\GraduationRequirementsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GraduationRequirementsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\TimeTableRepository" (parent: .abstract.instanceof.App\Repository\School\Period\TimeTableRepository).
Resolving inheritance for "App\Repository\School\Period\TimeTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\TimeTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\VariationRepository" (parent: .abstract.instanceof.App\Repository\School\Period\VariationRepository).
Resolving inheritance for "App\Repository\School\Period\VariationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\VariationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\SemesterRepository" (parent: .abstract.instanceof.App\Repository\School\SemesterRepository).
Resolving inheritance for "App\Repository\School\SemesterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\SemesterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\ComunityServiceRepository" (parent: .abstract.instanceof.App\Repository\School\Student\ComunityServiceRepository).
Resolving inheritance for "App\Repository\School\Student\ComunityServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\ComunityServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAcademicRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentAcademicRepository).
Resolving inheritance for "App\Repository\School\Student\StudentAcademicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAcademicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAddressRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentAddressRepository).
Resolving inheritance for "App\Repository\School\Student\StudentAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterNominationRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentAwardCharacterNominationRepository).
Resolving inheritance for "App\Repository\School\Student\StudentAwardCharacterNominationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterNominationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentAwardCharacterRepository).
Resolving inheritance for "App\Repository\School\Student\StudentAwardCharacterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentCertificateRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentCertificateRepository).
Resolving inheritance for "App\Repository\School\Student\StudentCertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentCertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentContactRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentContactRepository).
Resolving inheritance for "App\Repository\School\Student\StudentContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDiagnosticTestsRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentDiagnosticTestsRepository).
Resolving inheritance for "App\Repository\School\Student\StudentDiagnosticTestsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDiagnosticTestsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDocumentRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentDocumentRepository).
Resolving inheritance for "App\Repository\School\Student\StudentDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentLocationCheckInRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentLocationCheckInRepository).
Resolving inheritance for "App\Repository\School\Student\StudentLocationCheckInRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentLocationCheckInRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteCommentRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteCommentRepository).
Resolving inheritance for "App\Repository\School\Student\StudentNote\StudentNoteCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository).
Resolving inheritance for "App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteModelRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteModelRepository).
Resolving inheritance for "App\Repository\School\Student\StudentNote\StudentNoteModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNoteRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentNoteRepository).
Resolving inheritance for "App\Repository\School\Student\StudentNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentProfileRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentProfileRepository).
Resolving inheritance for "App\Repository\School\Student\StudentProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentReachCloudRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentReachCloudRepository).
Resolving inheritance for "App\Repository\School\Student\StudentReachCloudRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentReachCloudRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentRegistrationRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentRegistrationRepository).
Resolving inheritance for "App\Repository\School\Student\StudentRegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentRegistrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentStaffAssignmentRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentStaffAssignmentRepository).
Resolving inheritance for "App\Repository\School\Student\StudentStaffAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentStaffAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentWellbeingRepository" (parent: .abstract.instanceof.App\Repository\School\Student\StudentWellbeingRepository).
Resolving inheritance for "App\Repository\School\Student\StudentWellbeingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentWellbeingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository" (parent: .abstract.instanceof.App\Repository\SchoolRepository).
Resolving inheritance for "App\Repository\SchoolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Support\userGuideRepository" (parent: .abstract.instanceof.App\Repository\Support\userGuideRepository).
Resolving inheritance for "App\Repository\Support\userGuideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Support\userGuideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemRoleRepository" (parent: .abstract.instanceof.App\Repository\SystemRoleRepository).
Resolving inheritance for "App\Repository\SystemRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository" (parent: .abstract.instanceof.App\Repository\TestRepository).
Resolving inheritance for "App\Repository\TestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\NotificationRepository" (parent: .abstract.instanceof.App\Repository\User\NotificationRepository).
Resolving inheritance for "App\Repository\User\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\StudentWatchListRepository" (parent: .abstract.instanceof.App\Repository\User\StudentWatchListRepository).
Resolving inheritance for "App\Repository\User\StudentWatchListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\StudentWatchListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountsRepository" (parent: .abstract.instanceof.App\Repository\UserAccountsRepository).
Resolving inheritance for "App\Repository\UserAccountsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountsRepository).
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.ApiPlatform\State\ProcessorInterface.0.App\State\Residence\ResidenceGymMemberCheckinProcessor" (parent: .abstract.instanceof.App\State\Residence\ResidenceGymMemberCheckinProcessor).
Resolving inheritance for "App\State\Residence\ResidenceGymMemberCheckinProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Residence\ResidenceGymMemberCheckinProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\School\Student\StudentProfileDeferralProcessor" (parent: .abstract.instanceof.App\State\School\Student\StudentProfileDeferralProcessor).
Resolving inheritance for "App\State\School\Student\StudentProfileDeferralProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\School\Student\StudentProfileDeferralProcessor).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.App\Twig\Component\BookingSearchComponent.0.App\Twig\Component\BookingSearchComponent" (parent: .abstract.instanceof.App\Twig\Component\BookingSearchComponent).
Resolving inheritance for "App\Twig\Component\BookingSearchComponent" (parent: .instanceof.App\Twig\Component\BookingSearchComponent.0.App\Twig\Component\BookingSearchComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\BookingsListingResidenceComponent" (parent: .abstract.instanceof.App\Twig\Component\BookingsListingResidenceComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\BookingsListingResidenceComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\BookingsListingResidenceComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\BookingsListingResidenceComponent.0.App\Twig\Component\BookingsListingResidenceComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\BookingsListingResidenceComponent).
Resolving inheritance for "App\Twig\Component\BookingsListingResidenceComponent" (parent: .instanceof.App\Twig\Component\BookingsListingResidenceComponent.0.App\Twig\Component\BookingsListingResidenceComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Camper\CamperListingComponent" (parent: .abstract.instanceof.App\Twig\Component\Camper\CamperListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Camper\CamperListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Camper\CamperListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\Camper\CamperListingComponent.0.App\Twig\Component\Camper\CamperListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Camper\CamperListingComponent).
Resolving inheritance for "App\Twig\Component\Camper\CamperListingComponent" (parent: .instanceof.App\Twig\Component\Camper\CamperListingComponent.0.App\Twig\Component\Camper\CamperListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\CamperResidenceBedMapComponent" (parent: .abstract.instanceof.App\Twig\Component\CamperResidenceBedMapComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\CamperResidenceBedMapComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\CamperResidenceBedMapComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\CamperResidenceBedMapComponent.0.App\Twig\Component\CamperResidenceBedMapComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\CamperResidenceBedMapComponent).
Resolving inheritance for "App\Twig\Component\CamperResidenceBedMapComponent" (parent: .instanceof.App\Twig\Component\CamperResidenceBedMapComponent.0.App\Twig\Component\CamperResidenceBedMapComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ItBsOffice365AccountLookupComponent.0.App\Twig\Component\ItBsOffice365AccountLookupComponent" (parent: .abstract.instanceof.App\Twig\Component\ItBsOffice365AccountLookupComponent).
Resolving inheritance for "App\Twig\Component\ItBsOffice365AccountLookupComponent" (parent: .instanceof.App\Twig\Component\ItBsOffice365AccountLookupComponent.0.App\Twig\Component\ItBsOffice365AccountLookupComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ItBsUserLookupComponent.0.App\Twig\Component\ItBsUserLookupComponent" (parent: .abstract.instanceof.App\Twig\Component\ItBsUserLookupComponent).
Resolving inheritance for "App\Twig\Component\ItBsUserLookupComponent" (parent: .instanceof.App\Twig\Component\ItBsUserLookupComponent.0.App\Twig\Component\ItBsUserLookupComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ItOpsEquipmentComponent.0.App\Twig\Component\ItOpsEquipmentComponent" (parent: .abstract.instanceof.App\Twig\Component\ItOpsEquipmentComponent).
Resolving inheritance for "App\Twig\Component\ItOpsEquipmentComponent" (parent: .instanceof.App\Twig\Component\ItOpsEquipmentComponent.0.App\Twig\Component\ItOpsEquipmentComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingBedChooserComponent" (parent: .abstract.instanceof.App\Twig\Component\Residence\BookingBedChooserComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingBedChooserComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingBedChooserComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\Residence\BookingBedChooserComponent.0.App\Twig\Component\Residence\BookingBedChooserComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingBedChooserComponent).
Resolving inheritance for "App\Twig\Component\Residence\BookingBedChooserComponent" (parent: .instanceof.App\Twig\Component\Residence\BookingBedChooserComponent.0.App\Twig\Component\Residence\BookingBedChooserComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent" (parent: .abstract.instanceof.App\Twig\Component\Residence\BookingChangeRequestListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\Residence\BookingChangeRequestListingComponent.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent).
Resolving inheritance for "App\Twig\Component\Residence\BookingChangeRequestListingComponent" (parent: .instanceof.App\Twig\Component\Residence\BookingChangeRequestListingComponent.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent" (parent: .abstract.instanceof.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent).
Resolving inheritance for "App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent" (parent: .instanceof.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent" (parent: .abstract.instanceof.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent).
Resolving inheritance for "App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent" (parent: .instanceof.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBedMapComponent" (parent: .abstract.instanceof.App\Twig\Component\ResidenceBedMapComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBedMapComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBedMapComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ResidenceBedMapComponent.0.App\Twig\Component\ResidenceBedMapComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBedMapComponent).
Resolving inheritance for "App\Twig\Component\ResidenceBedMapComponent" (parent: .instanceof.App\Twig\Component\ResidenceBedMapComponent.0.App\Twig\Component\ResidenceBedMapComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingBedChangeComponent" (parent: .abstract.instanceof.App\Twig\Component\ResidenceBookingBedChangeComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingBedChangeComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingBedChangeComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ResidenceBookingBedChangeComponent.0.App\Twig\Component\ResidenceBookingBedChangeComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingBedChangeComponent).
Resolving inheritance for "App\Twig\Component\ResidenceBookingBedChangeComponent" (parent: .instanceof.App\Twig\Component\ResidenceBookingBedChangeComponent.0.App\Twig\Component\ResidenceBookingBedChangeComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckinListingComponent" (parent: .abstract.instanceof.App\Twig\Component\ResidenceBookingCheckinListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckinListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckinListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ResidenceBookingCheckinListingComponent.0.App\Twig\Component\ResidenceBookingCheckinListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckinListingComponent).
Resolving inheritance for "App\Twig\Component\ResidenceBookingCheckinListingComponent" (parent: .instanceof.App\Twig\Component\ResidenceBookingCheckinListingComponent.0.App\Twig\Component\ResidenceBookingCheckinListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent" (parent: .abstract.instanceof.App\Twig\Component\ResidenceBookingCheckoutListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ResidenceBookingCheckoutListingComponent.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent).
Resolving inheritance for "App\Twig\Component\ResidenceBookingCheckoutListingComponent" (parent: .instanceof.App\Twig\Component\ResidenceBookingCheckoutListingComponent.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceRoomBedListingComponent" (parent: .abstract.instanceof.App\Twig\Component\ResidenceRoomBedListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceRoomBedListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceRoomBedListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\ResidenceRoomBedListingComponent.0.App\Twig\Component\ResidenceRoomBedListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceRoomBedListingComponent).
Resolving inheritance for "App\Twig\Component\ResidenceRoomBedListingComponent" (parent: .instanceof.App\Twig\Component\ResidenceRoomBedListingComponent.0.App\Twig\Component\ResidenceRoomBedListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Course\CourseListingComponent" (parent: .abstract.instanceof.App\Twig\Component\School\Course\CourseListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Course\CourseListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Course\CourseListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Course\CourseListingComponent.0.App\Twig\Component\School\Course\CourseListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Course\CourseListingComponent).
Resolving inheritance for "App\Twig\Component\School\Course\CourseListingComponent" (parent: .instanceof.App\Twig\Component\School\Course\CourseListingComponent.0.App\Twig\Component\School\Course\CourseListingComponent).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\AbstractStudentListingComponent" (parent: .abstract.instanceof.App\Twig\Component\School\Student\AbstractStudentListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\AbstractStudentListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\AbstractStudentListingComponent).
Resolving inheritance for "App\Twig\Component\School\Student\AbstractStudentListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\AbstractStudentListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Student\CIC\CommunityService.0.App\Twig\Component\School\Student\CIC\CommunityService" (parent: .abstract.instanceof.App\Twig\Component\School\Student\CIC\CommunityService).
Resolving inheritance for "App\Twig\Component\School\Student\CIC\CommunityService" (parent: .instanceof.App\Twig\Component\School\Student\CIC\CommunityService.0.App\Twig\Component\School\Student\CIC\CommunityService).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Student\CIC\LegacyCommunityService.0.App\Twig\Component\School\Student\CIC\LegacyCommunityService" (parent: .abstract.instanceof.App\Twig\Component\School\Student\CIC\LegacyCommunityService).
Resolving inheritance for "App\Twig\Component\School\Student\CIC\LegacyCommunityService" (parent: .instanceof.App\Twig\Component\School\Student\CIC\LegacyCommunityService.0.App\Twig\Component\School\Student\CIC\LegacyCommunityService).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Student\CommunityService.0.App\Twig\Component\School\Student\CommunityService" (parent: .abstract.instanceof.App\Twig\Component\School\Student\CommunityService).
Resolving inheritance for "App\Twig\Component\School\Student\CommunityService" (parent: .instanceof.App\Twig\Component\School\Student\CommunityService.0.App\Twig\Component\School\Student\CommunityService).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Student\RecentNotes.0.App\Twig\Component\School\Student\RecentNotes" (parent: .abstract.instanceof.App\Twig\Component\School\Student\RecentNotes).
Resolving inheritance for "App\Twig\Component\School\Student\RecentNotes" (parent: .instanceof.App\Twig\Component\School\Student\RecentNotes.0.App\Twig\Component\School\Student\RecentNotes).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\StudentListingComponent" (parent: .abstract.instanceof.App\Twig\Component\School\Student\StudentListingComponent).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\StudentListingComponent" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\StudentListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\School\Student\StudentListingComponent.0.App\Twig\Component\School\Student\StudentListingComponent" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\StudentListingComponent).
Resolving inheritance for "App\Twig\Component\School\Student\StudentListingComponent" (parent: .instanceof.App\Twig\Component\School\Student\StudentListingComponent.0.App\Twig\Component\School\Student\StudentListingComponent).
Resolving inheritance for ".instanceof.App\Twig\Component\StudentSearchComponent.0.App\Twig\Component\StudentSearchComponent" (parent: .abstract.instanceof.App\Twig\Component\StudentSearchComponent).
Resolving inheritance for "App\Twig\Component\StudentSearchComponent" (parent: .instanceof.App\Twig\Component\StudentSearchComponent.0.App\Twig\Component\StudentSearchComponent).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Residence\RoomFilterValidator" (parent: .abstract.instanceof.App\Validator\Residence\RoomFilterValidator).
Resolving inheritance for "App\Validator\Residence\RoomFilterValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Residence\RoomFilterValidator).
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.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_priority_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_mail" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
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 "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
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.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
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 "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_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_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_subscriber" (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_data_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_data_persister" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_autocomplete_field" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (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.lock" (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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.beds_autocomplete_field" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.student_profile_autocomplete_field" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.user_autocomplete_field" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
7
Skipping service "App\Event\School\Course\SchoolCourseClassroomAttendanceChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomAttendanceChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseClassroomChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseClassroomEnrollmentChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomEnrollmentChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseClassroomEvaluationChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomEvaluationChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseClassroomGradingChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomGradingChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseClassroomTeachersChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseClassroomTeachersChangeEvent" cannot be loaded.
Skipping service "App\Event\School\Course\SchoolCourseEvaluationChangeEvent": Class or interface "App\Event\School\Course\SchoolCourseEvaluationChangeEvent" cannot be loaded.
9
Removing method "setCommandParser" of service "Dukecity\CommandSchedulerBundle\Controller\ApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Dukecity\CommandSchedulerBundle\Controller\ApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setManagerRegistry" of service "Dukecity\CommandSchedulerBundle\Controller\ApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Dukecity\CommandSchedulerBundle\Controller\ApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setManagerRegistry" of service "Dukecity\CommandSchedulerBundle\Controller\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Dukecity\CommandSchedulerBundle\Controller\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Dukecity\CommandSchedulerBundle\Controller\ListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setManagerRegistry" of service "Dukecity\CommandSchedulerBundle\Controller\ListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Dukecity\CommandSchedulerBundle\Controller\ListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
622
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\Interface\Service\ProcessorServiceInterface"; reason: private alias.
Removed service "App\Service\School\Student\StudentRecordProcessingServiceInterface"; 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 "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\HttpKernel\UriSigner"; 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\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; 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 "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_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 "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; 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 "Twig\Environment"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; 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 $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; 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 $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 "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; 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 "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; 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 "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.operation_path_resolver"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "api_platform.pagination"; reason: private alias.
Removed service "api_platform.state_processor"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "api_platform.swagger_ui.listener"; reason: private alias.
Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "CIC\DB\db"; reason: private alias.
Removed service "CIC\DB\envLoader\db"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ClientRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ClientRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\RefreshTokenRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ScopeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ScopeRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\UserRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\UserRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AuthCodeRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\EventListener\CheckScopeListener"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\SymfonyLeagueEventListenerProvider"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantConfigurator"; reason: private alias.
Removed service "League\OAuth2\Server\AuthorizationServer"; reason: private alias.
Removed service "League\OAuth2\Server\ResourceServer"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ClientCredentialsGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\PasswordGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\RefreshTokenGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\AuthCodeGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ImplicitGrant"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\AuthorizationController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\EventListener\AuthorizationRequestUserResolvingListener"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\TokenController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\CreateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\UpdateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\DeleteClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ListClientsCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ClearExpiredTokensCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Event\AuthorizationRequestResolveEventFactory"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ScopeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\InMemory\ScopeManager"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AccessTokenRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ClientManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\ClientManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AccessTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AccessTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\RefreshTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\RefreshTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AuthorizationCodeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AuthorizationCodeManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevokerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevoker\DoctrineCredentialsRevoker"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "Yaroslavche\Symfony\UX\Flatpickr\Builder\FlatpickrBuilderInterface"; 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 "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AzureClient"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; 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 "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.3PHSggK"; reason: private alias.
Removed service ".service_locator.cwPTSC_"; reason: private alias.
Removed service ".service_locator.n4Bp0Aa"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.aOC6jxI"; reason: private alias.
Removed service ".service_locator.86f.Szt"; reason: private alias.
Removed service ".service_locator.IjYRzHN"; reason: private alias.
Removed service ".service_locator.8nvUojK"; reason: private alias.
Removed service ".service_locator.ZXYM7J8"; reason: private alias.
Removed service ".service_locator.jfo9SGm"; reason: private alias.
Removed service ".service_locator.ylZBmiW"; reason: private alias.
Removed service ".service_locator.Iu84Eco"; reason: private alias.
Removed service ".service_locator.GAo6fSW"; reason: private alias.
Removed service ".service_locator.1rGEpWI"; reason: private alias.
Removed service ".service_locator.ZYMFvLj"; reason: private alias.
Removed service ".service_locator.aSBP3GM"; reason: private alias.
Removed service ".service_locator.YCCygn4"; reason: private alias.
Removed service ".service_locator.jqVG9tk"; reason: private alias.
Removed service ".service_locator.yy58xq1"; reason: private alias.
Removed service ".service_locator.CmxmefV"; reason: private alias.
Removed service ".service_locator.B2msjis"; reason: private alias.
Removed service ".service_locator.eNjQIDz"; reason: private alias.
Removed service ".service_locator.8TZe9UH"; reason: private alias.
Removed service ".service_locator.bdZqxgf"; reason: private alias.
Removed service ".service_locator.7eP3TpO"; reason: private alias.
Removed service ".service_locator.kxzxzV9"; reason: private alias.
Removed service ".service_locator.XoDH0z."; reason: private alias.
Removed service ".service_locator.vYnDG1o"; reason: private alias.
Removed service ".service_locator.HTI0Wkw"; reason: private alias.
Removed service ".service_locator.TOf10Qe"; reason: private alias.
Removed service ".service_locator.6gBb6d1"; reason: private alias.
Removed service ".service_locator.zppkOGo"; reason: private alias.
Removed service ".service_locator.L.E1Gm4"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.i6ZvFc6"; reason: private alias.
Removed service ".service_locator.HqSvJf."; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.identifier_metadata_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "api_platform.argument_resolver.payload"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
Removed service "api_platform.route_name_resolver"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
Removed service "api_platform.subresource_operation_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.NrN_pcP"; reason: private alias.
Removed service ".service_locator.vCB8tgZ"; reason: private alias.
Removed service ".service_locator.JEhFSen"; reason: private alias.
Removed service ".service_locator.5qt9Qni"; reason: private alias.
Removed service ".service_locator.a0mfIsZ"; reason: private alias.
Removed service ".service_locator.oVHZrTr"; reason: private alias.
Removed service ".service_locator.RJ2yQ8h"; reason: private alias.
Removed service ".service_locator.PRde8zP"; reason: private alias.
Removed service ".service_locator.HuNkWKc"; reason: private alias.
Removed service ".service_locator.6ATFxkB"; reason: private alias.
Removed service ".service_locator.aq9KXku"; reason: private alias.
Removed service ".service_locator.VHP5Oxv"; reason: private alias.
Removed service ".service_locator.kPMQfqu"; reason: private alias.
Removed service ".service_locator.ba3KIPF"; reason: private alias.
Removed service ".service_locator.HO7.gFw"; reason: private alias.
Removed service ".service_locator.Zp0NSXM"; reason: private alias.
Removed service ".service_locator.KPzf4pG"; reason: private alias.
Removed service ".service_locator.CcsPogC"; reason: private alias.
Removed service ".service_locator.8.f2hea"; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.JoIhlsH"; reason: private alias.
Removed service ".service_locator.erdVGvT"; reason: private alias.
Removed service ".service_locator.SPdR1uD"; reason: private alias.
Removed service ".service_locator.uDV19rt"; reason: private alias.
Removed service ".service_locator.Ywt9RBc"; reason: private alias.
Removed service ".service_locator.mB4SED_"; reason: private alias.
Removed service ".service_locator.HWAuFKt"; reason: private alias.
Removed service ".service_locator.QVjHXB_"; reason: private alias.
Removed service ".service_locator.CKzoZ2Y"; reason: private alias.
Removed service ".service_locator.cSGjXKI"; reason: private alias.
Removed service ".service_locator.n_tWaDG"; reason: private alias.
Removed service ".service_locator.wv63s_I"; reason: private alias.
Removed service ".service_locator.TCz3ywm"; reason: private alias.
Removed service ".service_locator.xwFYsrj"; reason: private alias.
Removed service ".service_locator.XmQVNHo"; reason: private alias.
Removed service ".service_locator.NRxNg2u"; reason: private alias.
Removed service ".service_locator.YxzPBNn"; reason: private alias.
Removed service ".service_locator.P0CPapE"; reason: private alias.
Removed service ".service_locator.tkpL_59"; reason: private alias.
Removed service ".service_locator.aSYUajT"; reason: private alias.
Removed service ".service_locator.MayKkAC"; reason: private alias.
Removed service ".service_locator.8wM6S3n"; reason: private alias.
Removed service ".service_locator.ILmQDXk"; reason: private alias.
Removed service ".service_locator.DgBJTyq"; reason: private alias.
Removed service ".service_locator.2AkEibL"; reason: private alias.
Removed service ".service_locator.oGCCSNq"; reason: private alias.
Removed service ".service_locator.2l19LAL"; reason: private alias.
Removed service ".service_locator.aOJvzAz"; reason: private alias.
Removed service ".service_locator.xdXlA1J"; reason: private alias.
Removed service ".service_locator._ZEfO9E"; reason: private alias.
Removed service ".service_locator.joKUCEa"; reason: private alias.
Removed service ".service_locator.1AzJzU2"; reason: private alias.
Removed service ".service_locator.AVA3QWq"; reason: private alias.
Removed service ".service_locator.b2bLT_m"; reason: private alias.
Removed service ".service_locator.MHq8i.h"; reason: private alias.
Removed service ".service_locator.mmi2Nt4"; reason: private alias.
Removed service ".service_locator.y1AeTVE"; reason: private alias.
Removed service ".service_locator.p_NHxjX"; reason: private alias.
Removed service ".service_locator.VRgBBUK"; reason: private alias.
Removed service ".service_locator.lvtbS6F"; reason: private alias.
Removed service ".service_locator.VUTvCCO"; reason: private alias.
Removed service ".service_locator.Y7QJbIm"; reason: private alias.
Removed service ".service_locator.Jx_oaoT"; reason: private alias.
Removed service ".service_locator.FTPOOWt"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.W0jVFr7"; reason: private alias.
Removed service ".service_locator.8bdMFuM"; reason: private alias.
Removed service ".service_locator.gA_zxxz"; reason: private alias.
Removed service ".service_locator.LLISAVO"; reason: private alias.
Removed service ".service_locator.k65DUjg"; reason: private alias.
Removed service ".service_locator.5EKxz24"; reason: private alias.
Removed service ".service_locator.0DlxE5_"; reason: private alias.
Removed service ".service_locator.FdDvKKD"; reason: private alias.
Removed service ".service_locator.PIGCzoJ"; reason: private alias.
Removed service ".service_locator.N1jV6er"; reason: private alias.
Removed service ".service_locator.wxg.Uo6"; reason: private alias.
Removed service ".service_locator.Etng00m"; reason: private alias.
Removed service ".service_locator..OzdEEi"; reason: private alias.
Removed service ".service_locator.QjYKkgt"; reason: private alias.
Removed service ".service_locator.m1kCw1b"; reason: private alias.
Removed service ".service_locator.e1lhUy7"; reason: private alias.
Removed service ".service_locator.MT_SB3Y"; reason: private alias.
Removed service ".service_locator.1w1XBHM"; reason: private alias.
Removed service ".service_locator.JvIsNa5"; reason: private alias.
Removed service ".service_locator.Iy0E1w7"; reason: private alias.
Removed service ".service_locator.e1Cy8Pg"; reason: private alias.
Removed service ".service_locator.7mBWpGT"; reason: private alias.
Removed service ".service_locator.VZ9qG3F"; reason: private alias.
Removed service ".service_locator.EQUtNmO"; reason: private alias.
Removed service ".service_locator._yMe41z"; reason: private alias.
Removed service ".service_locator.vU9CeS9"; reason: private alias.
Removed service ".service_locator.pNMF_Vr"; reason: private alias.
Removed service ".service_locator.mZ743rX"; reason: private alias.
Removed service ".service_locator.c1eMZcu"; reason: private alias.
Removed service ".service_locator.JtXdxQr"; reason: private alias.
Removed service ".service_locator.o.xwGyY"; reason: private alias.
Removed service ".service_locator.Tb368Om"; reason: private alias.
Removed service ".service_locator.9L1wrwG"; reason: private alias.
Removed service ".service_locator.yMeKNJT"; reason: private alias.
Removed service ".service_locator.f9RgXO8"; reason: private alias.
Removed service ".service_locator.5CTKVpC"; reason: private alias.
Removed service ".service_locator.iw9QiUj"; reason: private alias.
Removed service ".service_locator.ON9l19S"; reason: private alias.
Removed service ".service_locator.kWyRdK."; reason: private alias.
Removed service ".service_locator.Tjm5u7U"; reason: private alias.
Removed service ".service_locator.xt79DoI"; reason: private alias.
Removed service ".service_locator.p5NSMjf"; reason: private alias.
Removed service ".service_locator.ddi7S1l"; reason: private alias.
Removed service ".service_locator.n4HI7Wn"; reason: private alias.
Removed service ".service_locator.ywa1kn_"; reason: private alias.
Removed service ".service_locator.AuLjO6P"; reason: private alias.
Removed service ".service_locator.Xi4rrs5"; reason: private alias.
Removed service ".service_locator.oTeSkSU"; reason: private alias.
Removed service ".service_locator.5bg6ibd"; reason: private alias.
Removed service ".service_locator.Cj_YBIH"; reason: private alias.
Removed service ".service_locator.BkAC1n3"; reason: private alias.
Removed service ".service_locator.z_.5O04"; reason: private alias.
Removed service ".service_locator.WwxwemH"; reason: private alias.
Removed service ".service_locator.0bHm9Mu"; reason: private alias.
Removed service ".service_locator.QVGx65z"; reason: private alias.
Removed service ".service_locator.c4_4NRc"; reason: private alias.
Removed service ".service_locator.0Mn5Cx8"; reason: private alias.
Removed service ".service_locator.TDslTdf"; reason: private alias.
Removed service ".service_locator.AO7gZWC"; reason: private alias.
Removed service ".service_locator.U0Ot8ix"; reason: private alias.
Removed service ".service_locator.sYPvVma"; reason: private alias.
Removed service ".service_locator._Y0ZDIr"; reason: private alias.
Removed service ".service_locator.6ZIJRjZ"; reason: private alias.
Removed service ".service_locator.yPA10ur"; reason: private alias.
Removed service ".service_locator.02U7Vpy"; reason: private alias.
Removed service ".service_locator.16HaWQJ"; reason: private alias.
Removed service ".service_locator.B5MA_YI"; reason: private alias.
Removed service ".service_locator.HCrRpH2"; reason: private alias.
Removed service ".service_locator.86LKLVw"; reason: private alias.
Removed service ".service_locator.vn30.TV"; reason: private alias.
Removed service ".service_locator.QdQAHh4"; reason: private alias.
Removed service ".service_locator.BxPYAkP"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.Yd69Xq8"; reason: private alias.
Removed service ".service_locator.QFMYnS5"; reason: private alias.
Removed service ".service_locator..3IJEwt"; reason: private alias.
Removed service ".service_locator.3zF0ngC"; reason: private alias.
Removed service ".service_locator.RpFZ19U"; reason: private alias.
Removed service ".service_locator.SbjAFaM"; reason: private alias.
Removed service ".service_locator.oJ42VCX"; reason: private alias.
Removed service ".service_locator.ZFH8.DX"; reason: private alias.
Removed service ".service_locator.Vab2dKO"; reason: private alias.
Removed service ".service_locator.hVj713g"; reason: private alias.
Removed service ".service_locator.5YNjxk9"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.MjdgTDX"; reason: private alias.
Removed service ".service_locator.1hmW9kZ"; reason: private alias.
Removed service ".service_locator.5mkJuum"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.HMZ4AwC"; reason: private alias.
Removed service ".service_locator.d.bkAzL"; reason: private alias.
151
Changed reference of service "App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\Residence\ResidenceCheckoutEveryoneCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\UserCreateCommand" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\DepartmentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\School\Student\StudentAcademicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Menu\AbstracPortMenuBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\AbstractMenuBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\MenuBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Menu\SectionMenu" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AzureAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Service\Residence\BookingsHelperService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.menu_builder" previously pointing to "router.default" to "router".
Changed reference of service "app.section_menu_builder" previously pointing to "router.default" to "router".
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 "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.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 "mailer.transport_factory.native" 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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "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 "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
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 "Dukecity\CommandSchedulerBundle\Controller\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Dukecity\CommandSchedulerBundle\Controller\ListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Dukecity\CommandSchedulerBundle\Controller\ApiController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Dukecity\CommandSchedulerBundle\Service\CommandSchedulerExecution" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Dukecity\CommandSchedulerBundle\Command\ExecuteCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Dukecity\CommandSchedulerBundle\Command\MonitorCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.autocomplete.entity_autocomplete_controller" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.choice_type_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "league.oauth2_server.repository.scope" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.repository.user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.symfony_league_listener_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.authorization" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.token" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.manager.doctrine.client" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" 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 "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "time.datetime_formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kfzAe_1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.G.kjXzx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.wbhlswT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hS0a_IF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.7JJVn1V" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Ayvo7qU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.opB8xk3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cbnlf43" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rRd2Il." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.367yjAx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.bjTBcOo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hAwJBm7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.paz1rzU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LeUdi7Q" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.bYwR8h3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.zjQkmuM" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.pYIzAs7" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.XsyfP82" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
1050
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; 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 "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.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; 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 "maker.auto_command.abstract"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "ux.autocomplete.wrapped_entity_type_autocompleter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentClassEnrollmentResource"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentClassEnrollmentResource"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Resources\Student\StudentClassEnrollmentResource"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentDeferralResource"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentDeferralResource"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Resources\Student\StudentDeferralResource"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Api\Resources\Student\StudentSemesterEnrollmentResource"; reason: abstract.
Removed service ".abstract.instanceof.App\Api\Resources\Student\StudentSemesterEnrollmentResource"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\ApplyOnline\ApplyOnlineImportMissingParentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\ApplyOnline\ApplyOnlineLinkStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\AutoAddStudentRegistration"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\AutoAddStudentRegistration"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\CreateSectionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\CreateSectionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\ImportRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentRegistrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\ImportStudentRegistrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\ImportStudentVaccineCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\ImportStudentVaccineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyClassroomCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyCoursesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacySemestersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentRoomingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyStudentsUpdateParentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Legacy\ImportLegacyUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportBuildingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\BookingsImportBuildingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\BookingsImportExtensionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBedsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportBedsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportBuildingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportFloorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportFloorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportRateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportRoomCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportRoomCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Import\Residence\ResidenceImportWingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Import\Residence\ResidenceImportWingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleDeleteCourseCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Moodle\MoodleDeleteCourseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Moodle\MoodleShellExportLinkCourseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Moodle\MoodleShellRequestPrepareCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\OSSLT\SplitResultPdfToSingleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\Helper\MarchBreackNotificationReachHelper"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachApiClientDeleteStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachApiClientSyncStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachCheckStudentStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachCheckStudentStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachDeleteStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachDeleteStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportRoomingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachExportRoomingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStaffCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachExportStaffCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachExportStudentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachExportStudentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachGetContactJsonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachGetContactJsonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateContactFlagsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachUpdateContactFlagsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUpdateGroupsYAACommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachUpdateGroupsYAACommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Reach\ReachUploadPhotoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Reach\ReachUploadPhotoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Busing\BusAssignmentFromBuilderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Busing\BusAssignmentManagerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Busing\BusAssignmentManagerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\ClassRegDevCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\ClassRegDevCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\OSSLT\BusAssignmentOSSLTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\OSSLT\RegisterOSSLTSchoolCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\OSSLT\devCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\OSSLT\devCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\RegenTranscriptsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\RegenTranscriptsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\SchoolTextbooksClassroomAssignmentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\SchoolTextbooksClassroomStudentAssignmentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\CicSchoolStudentPortalLoginCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentCreateMissingWellnessRecordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentCreateParentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentCreateParentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentFixParentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentFixParentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentT2FixOriginCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentT2FixOriginCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentUpdateAveragesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentUpdateAveragesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\School\Student\StudentYoungFlagCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\School\Student\StudentYoungFlagCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\DeferSinfoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\DeferSinfoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\LearningExemptionsResetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\LearningExemptionsResetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesAutoModerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesDashboardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesDashboardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesMarkPastSemesterCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesRequestStaffCommentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Notes\NotesSetSemesterCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\PopulateBatchMailerEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomCorrectRegistrationStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomMarkToDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Classroom\ClassroomUpdateDepartmentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateAcademicYearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateCtypeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateDepartmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Course\CourseUpdateSemesterLengthCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAddXtraRecordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAssignRegionFlagCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentAssignStaffCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateAgeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateAverage4UCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateBuildingCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateCommunityServiceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateCurrentAverageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateFreePeriods"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateHomeroomCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateLastSemseter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateLevelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateNexSemseter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentUpdateTypeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraAveragesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraEarnedCreditsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraEnglishScoresCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateIMKeyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\School\Student\StudentXtraUpdateSchoolEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Users\TeacherAddTeacherInfoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Command\Tracker\Users\TeacherUpdateCourseUsernameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\DevController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\DevController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\Academic\DevController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Academic\LegacyPromoMeetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Academic\LegacyPromoMeetingController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\Academic\LegacyPromoMeetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\Admin\Panel\BatchMailerPanelController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\Admin\Panel\BatchMailerPanelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\BatchMailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\BatchMailerController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\ItBs\BatchMailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\CoursePlacement"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\CoursePlacement"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\ItBs\CoursePlacement"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItBs\Office365StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItBs\Office365StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\ItBs\Office365StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\EquimentSignoutItOpsController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\ItOps\EquimentSignoutItOpsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\ItOps\UtilsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\ItOps\UtilsController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\ItOps\UtilsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\CIC\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\CIC\Controller\QrCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\EventSubscriber\cicApplyOnlineStudentPortalChangeSchoolEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\EventSubscriber\cicLegacyTrackerStudentPortalChangeSchoolEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\EventSubscriber\createPortalStudentProfileCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItBs\BatchMailConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Form\ItBs\BatchMailConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\ItOps\WifiQrFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Form\ItOps\WifiQrFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\CIC\Form\QrCodeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\CIC\Form\QrCodeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignStudentRegion"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssignStudentRegion"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldCourseInformationDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CES\ImportOldCourseInformationDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldGradPackDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CES\ImportOldGradPackDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CES\ImportOldStudentInformationDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CES\ImportOldStudentInformationDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\BatchmailerAddStudentMoodleLinksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\CronCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\CronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\ExportRoomRateCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceNewBedsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceStageBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\ImportResidenceUpdatedBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\LegacyExportStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\LegacyImportStudentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\O365ClassroomPushCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\O365ClassroomPushCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\Office365\Classroom\PushCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\Office365\Students\CreateAccounts"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\TODO\CIC\UpdateParentUlidCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\TODO\CIC\UpdateParentUlidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CIC\test"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CIC\test"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckStudentEmailAddressesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckStudentEmailAddressesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsBatchCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Documents\Academic\TranscriptsBatchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Documents\Academic\TranscriptsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Documents\Academic\TranscriptsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Initialize\InitializeCountriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Initialize\InitializeCountriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PortStudentNumberCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PortStudentNumberCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RandyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RandyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentAcademic"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Repairs\InitializeStudentAcademic"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Repairs\InitializeStudentFlags"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Repairs\InitializeStudentFlags"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceCheckoutEveryoneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Residence\ResidenceCheckoutEveryoneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceRatesBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Residence\ResidenceRatesBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Residence\ResidenceUuidFixerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Residence\ResidenceUuidFixerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UlidHelperCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UlidHelperCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\legacyCamperExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\legacyCamperExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\BookingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\Residence\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppMenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Config\App\ConfigAppMenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Config\App\ConfigAppNavigationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Config\App\ConfigAppNavigationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Config\App\ConfigAppNavigationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoleManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoleManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoleManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Users\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Campers\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Campers\ResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Campers\ResidenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Campers\ResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigCountriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigCountriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\ConfigCountriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\ConfigRegionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\ConfigRegionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\ConfigRegionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterAwardNominationScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterAwardNominationScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\CharacterAwardNominationScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\CharacterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\CharacterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\CharacterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\NoteTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\NoteTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\Student\NoteTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentStaffTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentStaffTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\Student\StudentStaffTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Config\School\Student\StudentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Config\School\Student\StudentTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Config\School\Student\StudentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseDistributionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseDistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Home\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BedsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BedsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\BedsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsChangeRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\BookingsChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BookingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\BuildingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\BuildingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\BuildingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\FloorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\FloorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\FloorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceCamperBedManageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\Manage\ResidenceCamperBedManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\Manage\ResidenceClosedBedManageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\Manage\ResidenceClosedBedManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\RateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ReportsResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ReportsResidenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\ReportsResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\ResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\ResidenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\ResidenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Residence\WingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Residence\WingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Residence\WingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Academic\CertificateLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Academic\CertificateLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Academic\CertificateLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\ClassroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEnrollmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEnrollmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\ClassroomEnrollmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\ClassroomEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomGradingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomGradingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\ClassroomGradingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\ClassroomTeachersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\ClassroomTeachersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\ClassroomTeachersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\CourseEvaluationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Course\CourseEvaluationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Course\CourseEvaluationTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Course\CourseEvaluationTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\GradPack\GradPackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\GradPack\GradPackOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\GradPack\GradPackOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\GradPack\GradPackOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\SemesterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\SemesterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\SemesterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\Resources\StudentLookupResource"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\Resources\StudentLookupResource"; reason: abstract.
Removed service ".instanceof.App\Controller\School\Student\Resources\StudentLookupResource.0.App\Controller\School\Student\Resources\StudentLookupResource"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\Resources\StudentLookupResource"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAbstractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAcademicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAcademicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentAcademicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentBrowserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentBrowserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentBrowserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentCertificateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentCertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileAlternateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileAlternateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentProfileAlternateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentSteppedCreationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentSteppedCreationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentSteppedCreationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\Student\StudentViewerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\Student\StudentViewerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\Student\StudentViewerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\School\StudentListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\School\StudentListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\School\StudentListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SchoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityOauthAzureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityOauthAzureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityOauthAzureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\userGuideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\userGuideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\userGuideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SystemRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SystemRoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SystemRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAccountsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAccountsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserAccountsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserApiTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserApiTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserApiTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\TemporaryStudents"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\TemporaryStudents"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\api\TemporaryStudents"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\api\User\UserStudentWatch"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\api\User\UserStudentWatch"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\api\User\UserStudentWatch"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Core\DataProvider\ItemDataProviderInterface.0.App\DataProvider\Api\StudentClassroomEnrollmentProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\Api\StudentClassroomEnrollmentProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Legacy\LegacyStudentUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Legacy\LegacyStudentUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\BedBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Residence\BedBookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Residence\LegacyStudentProfileBookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\ReachBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Residence\ReachBookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentProfileBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Residence\StudentProfileBookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Residence\StudentReachBookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Residence\StudentReachBookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\School\Student\StudentProfileCreateAcademicSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\School\Student\StudentProfileCreateStudentWellbeingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\User\UserWatchListSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\User\UserWatchListSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\CourseChangeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\cic\Legacy\CourseChangeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\cic\Legacy\DepartmentChangeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\cic\legacy\tracker\student\StudentProfileUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingCheckInSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\cic\residence\BookingCheckInSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\cic\residence\BookingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\cic\residence\BookingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Academic\Document\TranscriptBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Academic\Document\TranscriptBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiTokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ApiTokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CIC\ItOps\EquipmentSignatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CIC\ItOps\EquipmentSignoutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CIC\ItOps\EquipmentSignoutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Camper\CamperFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Camper\CamperFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppMenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\App\ConfigAppMenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\App\ConfigAppNavigationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\App\ConfigAppNavigationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigCountriesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\ConfigCountriesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\ConfigRegionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\ConfigRegionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterAwardNominationScheduleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\CharacterAwardNominationScheduleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\CharacterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\CharacterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\NoteTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\Student\NoteTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffAssignmentRulesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\Student\StudentStaffAssignmentRulesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentStaffTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\Student\StudentStaffTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Config\School\Student\StudentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Config\School\Student\StudentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DepartmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalServicesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExternalServicesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsAutocompleteField"; reason: abstract.
Removed service ".instanceof.App\Form\Residence\BedsAutocompleteField.0.App\Form\Residence\BedsAutocompleteField"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BedsAutocompleteField"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BedsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BedsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingChangeRequestFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingChangeRequestFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsBedChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsBedChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsChangeRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsChangeRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckInType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsCheckInType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsCheckOutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsCheckOutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BookingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BookingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\BuildingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\BuildingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\CamperBookingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\CamperBookingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\FloorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\FloorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\RateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterRangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\RoomFilterRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\RoomFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\RoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\RoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Residence\WingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Residence\WingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Academic\CertificateLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Academic\CertificateLogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEnrollmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\ClassroomEnrollmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomEvaluationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\ClassroomEvaluationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomMidtermType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\ClassroomMidtermType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomTeachersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\ClassroomTeachersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\ClassroomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\ClassroomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\CourseEvaluationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseEvaluationTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\CourseEvaluationTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\CourseFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Course\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Course\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\GradPack\GradPackOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackPaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\GradPack\GradPackPaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\GradPack\GradPackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\GradPack\GradPackUsageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\GradPack\GradPackUsageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\SemesterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\SemesterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Basic\StudentAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\Basic\StudentAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\Filters\StudentFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\Filters\StudentFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAcademicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentAcademicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentBasicProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentBasicProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentCertificateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentCertificateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentLookupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentPlainLookupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentPlainLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileAutocompleteField"; reason: abstract.
Removed service ".instanceof.App\Form\School\Student\StudentProfileAutocompleteField.0.App\Form\School\Student\StudentProfileAutocompleteField"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentProfileAutocompleteField"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\School\Student\StudentProfileType1"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\School\Student\StudentProfileType1"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SchoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SchoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StudentBasicAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StudentBasicAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SystemRoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SystemRoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FlatpickrDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FlatpickrDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JsonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QrCodeScannerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\QrCodeScannerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserAutocompleteField"; reason: abstract.
Removed service ".instanceof.App\Form\Type\UserAutocompleteField.0.App\Form\Type\UserAutocompleteField"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserAutocompleteField"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ckEditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ckEditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\signaturePadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\signaturePadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAccountsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserAccountsType"; 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.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReachUpdateStudentMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ReachUpdateStudentMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\GradPackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CES\oldDB\GradPack\GradPackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackPaymentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CES\oldDB\GradPack\oldGradPackUsageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CES\oldDB\School\oldCourseInformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CES\oldDB\School\oldCourseInformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquipmentSignoutLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CIC\ItOps\EquipmentSignoutLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\ItOps\EquiqemntLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CIC\ItOps\EquiqemntLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CIC\Store\Screening\Student\Covid19Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CIC\Store\Screening\Student\Covid19Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Camper\CamperGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Camper\CamperProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Camper\CamperProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppMenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\App\ConfigAppMenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\App\ConfigAppNavigationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\App\ConfigAppNavigationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\AppMenusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\AppMenusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ConfigRegionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\ConfigRegionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\CountriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\CountriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\Newsletter\NewsletterListConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\Newsletter\NewsletterListSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\ReachCloud\ReachCloudLookupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\ReachCloud\ReachCloudLookupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterAwardNominationScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\CharacterAwardNominationScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\CharacterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\CharacterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\NoteTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\Student\NoteTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\Student\StudentStaffAssignmentRulesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentStaffTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\Student\StudentStaffTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Config\School\Student\StudentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Config\School\Student\StudentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalServicesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalServicesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BedsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\BedsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsChangeRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\BookingsChangeRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BookingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\BookingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\BuildingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\BuildingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\FloorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\FloorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMemberCheckInRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\GymMemberCheckInRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymMembershipTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\GymMembershipTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\GymRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\GymRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\RateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomCheckRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\RoomCheckRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\RoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\StudentGymMembershipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\StudentGymMembershipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Residence\WingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Residence\WingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Academic\CertificateLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Academic\CertificateLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomAttendanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomAttendanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentExtensionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomEnrollmentExtensionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEnrollmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomEnrollmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomEvaluationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomEvaluationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomGradingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomGradingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTeachersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomTeachersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\ClassroomTermMarkLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\ClassroomTermMarkLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\CourseEvaluationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseEvaluationTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\CourseEvaluationTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Course\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Course\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\GradPack\GradPackOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackPaymentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\GradPack\GradPackPaymentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\GradPack\GradPackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GradPack\GradPackUsageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\GradPack\GradPackUsageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\GraduationRequirementsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\GraduationRequirementsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\TimeTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Period\TimeTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Period\VariationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Period\VariationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\SemesterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\SemesterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\ComunityServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\ComunityServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAcademicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentAcademicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterNominationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentAwardCharacterNominationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentAwardCharacterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentAwardCharacterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentCertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentCertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDiagnosticTestsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentDiagnosticTestsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentLocationCheckInRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentLocationCheckInRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteMetadataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNote\StudentNoteModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentNote\StudentNoteModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentReachCloudRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentReachCloudRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentRegistrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentRegistrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentStaffAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentStaffAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\School\Student\StudentWellbeingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\School\Student\StudentWellbeingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SchoolRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SchoolRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Support\userGuideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Support\userGuideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SystemRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SystemRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\StudentWatchListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\StudentWatchListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAccountsRepository"; 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.ApiPlatform\State\ProcessorInterface.0.App\State\Residence\ResidenceGymMemberCheckinProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Residence\ResidenceGymMemberCheckinProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\School\Student\StudentProfileDeferralProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\School\Student\StudentProfileDeferralProcessor"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\BookingSearchComponent.0.App\Twig\Component\BookingSearchComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\BookingSearchComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\BookingsListingResidenceComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\BookingsListingResidenceComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\BookingsListingResidenceComponent.0.App\Twig\Component\BookingsListingResidenceComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\BookingsListingResidenceComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Camper\CamperListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Camper\CamperListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Camper\CamperListingComponent.0.App\Twig\Component\Camper\CamperListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Camper\CamperListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\CamperResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\CamperResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\CamperResidenceBedMapComponent.0.App\Twig\Component\CamperResidenceBedMapComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\CamperResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ItBsOffice365AccountLookupComponent.0.App\Twig\Component\ItBsOffice365AccountLookupComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ItBsOffice365AccountLookupComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ItBsUserLookupComponent.0.App\Twig\Component\ItBsUserLookupComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ItBsUserLookupComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ItOpsEquipmentComponent.0.App\Twig\Component\ItOpsEquipmentComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ItOpsEquipmentComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingBedChooserComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingBedChooserComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Residence\BookingBedChooserComponent.0.App\Twig\Component\Residence\BookingBedChooserComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Residence\BookingBedChooserComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Residence\BookingChangeRequestListingComponent.0.App\Twig\Component\Residence\BookingChangeRequestListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Residence\BookingChangeRequestListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Residence\ResidenceBedManageCampperFlagComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent.0.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\Residence\ResidenceBedManageClosedFlagComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ResidenceBedMapComponent.0.App\Twig\Component\ResidenceBedMapComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ResidenceBedMapComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingBedChangeComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingBedChangeComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ResidenceBookingBedChangeComponent.0.App\Twig\Component\ResidenceBookingBedChangeComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ResidenceBookingBedChangeComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckinListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckinListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ResidenceBookingCheckinListingComponent.0.App\Twig\Component\ResidenceBookingCheckinListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ResidenceBookingCheckinListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ResidenceBookingCheckoutListingComponent.0.App\Twig\Component\ResidenceBookingCheckoutListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ResidenceBookingCheckoutListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\ResidenceRoomBedListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\ResidenceRoomBedListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\ResidenceRoomBedListingComponent.0.App\Twig\Component\ResidenceRoomBedListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\ResidenceRoomBedListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Course\CourseListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Course\CourseListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Course\CourseListingComponent.0.App\Twig\Component\School\Course\CourseListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Course\CourseListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\AbstractStudentListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\AbstractStudentListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\AbstractStudentListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Student\CIC\CommunityService.0.App\Twig\Component\School\Student\CIC\CommunityService"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\CIC\CommunityService"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Student\CIC\LegacyCommunityService.0.App\Twig\Component\School\Student\CIC\LegacyCommunityService"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\CIC\LegacyCommunityService"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Student\CommunityService.0.App\Twig\Component\School\Student\CommunityService"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\CommunityService"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Student\RecentNotes.0.App\Twig\Component\School\Student\RecentNotes"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\RecentNotes"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Component\School\Student\StudentListingComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Component\School\Student\StudentListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\School\Student\StudentListingComponent.0.App\Twig\Component\School\Student\StudentListingComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\School\Student\StudentListingComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Component\StudentSearchComponent.0.App\Twig\Component\StudentSearchComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Component\StudentSearchComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Residence\RoomFilterValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Residence\RoomFilterValidator"; 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.
231
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Annotation\UserAware"; reason: unused.
Removed service "App\Api\Helpers\Student\StudentClassEnrollmentHelper"; reason: unused.
Removed service "App\Bridge\tracker1\Academic\Classroom"; reason: unused.
Removed service "App\Bridge\tracker1\Student\StudentServices"; reason: unused.
Removed service "App\CIC\Command\Import\ImportStudentVax"; reason: unused.
Removed service "App\CIC\Model\QrModel"; reason: unused.
Removed service "App\CIC\Model\Student\StudentProfileModel"; reason: unused.
Removed service "App\CIC\Model\itOps\WifiQrModel"; reason: unused.
Removed service "App\CIC\Service\Legacy\Exporter\cic\CourseExporter"; reason: unused.
Removed service "App\CIC\Service\Legacy\Exporter\cic\DepartmentExporter"; reason: unused.
Removed service "App\CIC\Service\Legacy\TrackerModelTransformerService"; reason: unused.
Removed service "App\CIC\Service\Legacy\Transformer\SinfoStudentTransformer"; reason: unused.
Removed service "App\CIC\Service\Legacy\Transformer\StudentSinfoTransformer"; reason: unused.
Removed service "App\CIC\Service\Legacy\Updater\StudentSinfoUpdater"; reason: unused.
Removed service "App\CIC\Service\LegacyImporter\CIC\SchoolClassroomImporter"; reason: unused.
Removed service "App\CIC\Service\LegacyImporter\CIC\SchoolCourseImporter"; reason: unused.
Removed service "App\CIC\Service\LegacyImporter\CIC\SchoolSemesterImporter"; reason: unused.
Removed service "App\CIC\Service\OSSLTHelper"; reason: unused.
Removed service "App\Collections\Students\ListType\AbstractCicDBListType"; reason: unused.
Removed service "App\Collections\Students\ListType\OSSLTNoticeNotWritingStudentListTypeCollection"; reason: unused.
Removed service "App\Collections\Students\ListType\OSSLTNoticeWritingStudentListTypeCollection"; reason: unused.
Removed service "App\Collections\Students\StudentListBuilder"; reason: unused.
Removed service "App\Collections\Students\StudentNumberCollection"; reason: unused.
Removed service "App\Doctrine\SchoolLegacyStudentListener"; reason: unused.
Removed service "App\Dto\Residence\GymCheckinKioskInput"; reason: unused.
Removed service "App\Dto\School\Student\StudentProfileDeferralInput"; reason: unused.
Removed service "App\Event\Config\School\ConfigStudentCharacterAwardsChangeEvent"; reason: unused.
Removed service "App\Event\Config\School\ConfigStudentCharacterAwardsCreatedEvent"; reason: unused.
Removed service "App\Event\DepartmentChangeEvent"; reason: unused.
Removed service "App\Event\Residence\BookingResidenceCheckInEvent"; reason: unused.
Removed service "App\Event\Residence\BookingResidenceCheckOutEvent"; reason: unused.
Removed service "App\Event\Residence\BookingResidenceReservedEvent"; reason: unused.
Removed service "App\Event\Residence\BookingResidenceUpdatedEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomAttendanceChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomEnrollmentChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomEvaluationChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomGradingChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseClassroomTeachersChangeEvent"; reason: unused.
Removed service "App\Event\School\Course\SchoolCourseEvaluationChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentAcademicChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentCertificateChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentCharacterAwardChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentCharacterAwardCreatedEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentCharacterAwardDeletedEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentContactChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentDeferralEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentDiagnosticTestChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentDocumentChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentEnrollmentChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentGradpackChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentLocationChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentProfileChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentProfilePortalLoginChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentReachChangeEvent"; reason: unused.
Removed service "App\Event\School\Student\StudentWellbeingChangeEvent"; reason: unused.
Removed service "App\EventListener\Legacy\LegacyStudentUpdateSubscriber"; reason: unused.
Removed service "App\EventSubscriber\cic\Legacy\CourseChangeSubscriber"; reason: unused.
Removed service "App\Filter\UserFilter"; reason: unused.
Removed service "App\Form\DataTransformer\JsonTransformer"; reason: unused.
Removed service "App\Menu\AbstracPortMenuBuilder"; reason: unused.
Removed service "App\Menu\AbstractMenuBuilder"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\Menu\MenuBuilderOrg"; reason: unused.
Removed service "App\Menu\SectionMenu"; reason: unused.
Removed service "App\Message\Accounting\ResidenceExtensionImportMessage"; reason: unused.
Removed service "App\Message\Cic\StudentProfilePortalApplicantUpdateMessage"; reason: unused.
Removed service "App\Message\ReachUpdateStudentMessage"; reason: unused.
Removed service "App\Message\School\Student\StudentProfileInitializationMessage"; reason: unused.
Removed service "App\Model\AbstractModel"; reason: unused.
Removed service "App\Model\External\Reach"; reason: unused.
Removed service "App\Model\External\Reach\Event\ReachEventCollection"; reason: unused.
Removed service "App\Model\External\Reach\Event\ReachEventRegistationCollection"; reason: unused.
Removed service "App\Model\External\Reach\Event\ReachEventRegistration"; reason: unused.
Removed service "App\Model\External\Reach\ReachEvent"; reason: unused.
Removed service "App\Model\External\Reach\association"; reason: unused.
Removed service "App\Model\External\Reach\associationCollection"; reason: unused.
Removed service "App\Model\External\Reach\contact"; reason: unused.
Removed service "App\Model\External\Reach\group"; reason: unused.
Removed service "App\Model\External\Reach\groupCollection"; reason: unused.
Removed service "App\Model\External\Reach\location"; reason: unused.
Removed service "App\Model\External\Reach\locationCollection"; reason: unused.
Removed service "App\Model\Ui\badge"; reason: unused.
Removed service "App\Report\BaseReport"; reason: unused.
Removed service "App\Report\Residence\ResidenceBookingTimelineReport"; reason: unused.
Removed service "App\Security\ApiTokenAuthenticator"; reason: unused.
Removed service "App\Service\AbstractApiService"; reason: unused.
Removed service "App\Service\Academic\Classroom\AcademicClassroomSupportFormDataService"; reason: unused.
Removed service "App\Service\Academic\Classroom\AcademicClassroomSupportFormPdfService"; reason: unused.
Removed service "App\Service\Accounting\ResidenceExtensionAccountingProcessorService"; reason: unused.
Removed service "App\Service\CIC\Integrations\Reach\ReachCloud"; reason: unused.
Removed service "App\Service\CIC\Integrations\cicStudentTrackerApiService"; reason: unused.
Removed service "App\Service\CIC\Legacy\Batchmailer\EmailQueueItem"; reason: unused.
Removed service "App\Service\CIC\Legacy\Batchmailer\QueueConfig"; reason: unused.
Removed service "App\Service\CIC\cicStudentDefferalService"; reason: unused.
Removed service "App\Service\Loader\Legacy\CesStudentLoaderService"; reason: unused.
Removed service "App\Service\MenuRenderer"; reason: unused.
Removed service "App\Service\Residence\ResidenceSpreadsheetOSSLTReportService"; reason: unused.
Removed service "App\Service\Residence\ResidenceSpreadsheetReportService"; reason: unused.
Removed service "App\Service\Residence\ResidenceSpreadsheetRoomingReportService"; reason: unused.
Removed service "App\Service\Residence\ResidenceSpreadsheetWaitListReportService"; reason: unused.
Removed service "App\Service\Residence\RoomBedsHelperService"; reason: unused.
Removed service "App\Validator\Residence\RoomFilter"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; 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 "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~tmCV6Z4"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; 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.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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.pagination.legacy"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.filter_collection_factory"; reason: unused.
Removed service "api_platform.filters"; reason: unused.
Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "league.oauth2_server.authenticator.oauth2"; reason: unused.
Removed service "league.oauth2_server.resource_server"; reason: unused.
Removed service "league.oauth2_server.credentials_revoker.doctrine"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "flatpickr.builder"; 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 "knpu.oauth2.user_provider"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.EouwWBr"; reason: unused.
Removed service ".service_locator.q2ji3lu"; reason: unused.
Removed service ".service_locator.B2N.LKQ"; reason: unused.
Removed service ".service_locator.VM3vZIl"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.pYIzAs7"; reason: unused.
Removed service ".service_locator.pYIzAs7.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
Removed service ".service_locator.XgpoQM9"; reason: unused.
Removed service ".errored..service_locator.EouwWBr.Symfony\Bridge\Doctrine\ManagerRegistry"; reason: unused.
581
Inlined service ".service_locator.mx0UMmY.App\Api\Resources\Student\StudentClassEnrollmentResource" to "App\Api\Resources\Student\StudentClassEnrollmentResource".
Inlined service ".service_locator.mx0UMmY.App\Api\Resources\Student\StudentDeferralResource" to "App\Api\Resources\Student\StudentDeferralResource".
Inlined service ".service_locator.mx0UMmY.App\Api\Resources\Student\StudentSemesterEnrollmentResource" to "App\Api\Resources\Student\StudentSemesterEnrollmentResource".
Inlined service "App\Service\conversionHelperService" to "App\CIC\Command\Reach\ReachExportStudentCommand".
Inlined service "App\Service\School\Student\StudentPhotoService" to "App\CIC\Command\Reach\ReachUploadPhotoCommand".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\Academic\DevController" to "App\CIC\Controller\Academic\DevController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\Academic\LegacyPromoMeetingController" to "App\CIC\Controller\Academic\LegacyPromoMeetingController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\Admin\Panel\BatchMailerPanelController" to "App\CIC\Controller\Admin\Panel\BatchMailerPanelController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\ItBs\BatchMailerController" to "App\CIC\Controller\ItBs\BatchMailerController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\ItBs\CoursePlacement" to "App\CIC\Controller\ItBs\CoursePlacement".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\ItBs\Office365StudentController" to "App\CIC\Controller\ItBs\Office365StudentController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\ItOps\EquimentSignoutItOpsController" to "App\CIC\Controller\ItOps\EquimentSignoutItOpsController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\ItOps\UtilsController" to "App\CIC\Controller\ItOps\UtilsController".
Inlined service ".service_locator.mx0UMmY.App\CIC\Controller\QrCodeController" to "App\CIC\Controller\QrCodeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Academic\Documents\TranscriptsDocumentAcademicController" to "App\Controller\Academic\Documents\TranscriptsDocumentAcademicController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Accounting\Residence\BookingsController" to "App\Controller\Accounting\Residence\BookingsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Accounting\Residence\ProcessorRoomExtensionsController" to "App\Controller\Accounting\Residence\ProcessorRoomExtensionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\Config\App\ConfigAppMenuController" to "App\Controller\Admin\Config\App\ConfigAppMenuController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\Config\App\ConfigAppNavigationController" to "App\Controller\Admin\Config\App\ConfigAppNavigationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\RoleManagerController" to "App\Controller\Admin\RoleManagerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\Users\UserController" to "App\Controller\Admin\Users\UserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Campers\ListController" to "App\Controller\Campers\ListController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Campers\ResidenceController" to "App\Controller\Campers\ResidenceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\ConfigCountriesController" to "App\Controller\Config\ConfigCountriesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\ConfigRegionsController" to "App\Controller\Config\ConfigRegionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\CharacterAwardNominationScheduleController" to "App\Controller\Config\School\CharacterAwardNominationScheduleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\CharacterController" to "App\Controller\Config\School\CharacterController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\Student\NoteTypeController" to "App\Controller\Config\School\Student\NoteTypeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\Student\StudentStaffAssignmentRulesController" to "App\Controller\Config\School\Student\StudentStaffAssignmentRulesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\Student\StudentStaffTypeController" to "App\Controller\Config\School\Student\StudentStaffTypeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Config\School\Student\StudentTypeController" to "App\Controller\Config\School\Student\StudentTypeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CourseDistributionController" to "App\Controller\CourseDistributionController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DepartmentController" to "App\Controller\DepartmentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ExternalServicesController" to "App\Controller\ExternalServicesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Home\HomeController" to "App\Controller\Home\HomeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\BedsController" to "App\Controller\Residence\BedsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\BookingsChangeRequestController" to "App\Controller\Residence\BookingsChangeRequestController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\BookingsController" to "App\Controller\Residence\BookingsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\BuildingController" to "App\Controller\Residence\BuildingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\FloorController" to "App\Controller\Residence\FloorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\Manage\ResidenceCamperBedManageController" to "App\Controller\Residence\Manage\ResidenceCamperBedManageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\Manage\ResidenceClosedBedManageController" to "App\Controller\Residence\Manage\ResidenceClosedBedManageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\RateController" to "App\Controller\Residence\RateController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\ReportsResidenceController" to "App\Controller\Residence\ReportsResidenceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\ResidenceController" to "App\Controller\Residence\ResidenceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\RoomController" to "App\Controller\Residence\RoomController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Residence\WingController" to "App\Controller\Residence\WingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Academic\CertificateLogController" to "App\Controller\School\Academic\CertificateLogController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\ClassroomController" to "App\Controller\School\Course\ClassroomController".
Inlined service "App\Service\School\Classroom\EntityUuidHelperService" to "App\Controller\School\Course\ClassroomEnrollmentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\ClassroomEnrollmentController" to "App\Controller\School\Course\ClassroomEnrollmentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\ClassroomEvaluationController" to "App\Controller\School\Course\ClassroomEvaluationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\ClassroomGradingController" to "App\Controller\School\Course\ClassroomGradingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\ClassroomTeachersController" to "App\Controller\School\Course\ClassroomTeachersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\CourseController" to "App\Controller\School\Course\CourseController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\CourseEvaluationController" to "App\Controller\School\Course\CourseEvaluationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Course\CourseEvaluationTypeController" to "App\Controller\School\Course\CourseEvaluationTypeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\GradPack\GradPackController" to "App\Controller\School\GradPack\GradPackController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\GradPack\GradPackOrderController" to "App\Controller\School\GradPack\GradPackOrderController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\SemesterController" to "App\Controller\School\SemesterController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\Resources\StudentLookupResource" to "App\Controller\School\Student\Resources\StudentLookupResource".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentAbstractController" to "App\Controller\School\Student\StudentAbstractController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentAcademicController" to "App\Controller\School\Student\StudentAcademicController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentAddressController" to "App\Controller\School\Student\StudentAddressController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentBrowserController" to "App\Controller\School\Student\StudentBrowserController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentCertificateController" to "App\Controller\School\Student\StudentCertificateController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentContactController" to "App\Controller\School\Student\StudentContactController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentDocumentController" to "App\Controller\School\Student\StudentDocumentController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentProfileAlternateController" to "App\Controller\School\Student\StudentProfileAlternateController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentProfileController" to "App\Controller\School\Student\StudentProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentSearchController" to "App\Controller\School\Student\StudentSearchController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentSteppedCreationController" to "App\Controller\School\Student\StudentSteppedCreationController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\Student\StudentViewerController" to "App\Controller\School\Student\StudentViewerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\School\StudentListingController" to "App\Controller\School\StudentListingController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SchoolController" to "App\Controller\SchoolController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SecurityOauthAzureController" to "App\Controller\SecurityOauthAzureController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Support\userGuideController" to "App\Controller\Support\userGuideController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SystemRoleController" to "App\Controller\SystemRoleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserAccountsController" to "App\Controller\UserAccountsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserApiTokenController" to "App\Controller\UserApiTokenController".
Inlined service ".service_locator.mx0UMmY.App\Controller\api\TemporaryStudents" to "App\Controller\api\TemporaryStudents".
Inlined service ".service_locator.mx0UMmY.App\Controller\api\User\UserStudentWatch" to "App\Controller\api\User\UserStudentWatch".
Inlined service "App\Service\Entity\SchoolStudentHelper" to "App\Doctrine\StudentWatchedListener".
Inlined service "App\Service\Academic\CertificateChoiceService" to "App\Form\School\Student\StudentCertificateType".
Inlined service "App\Service\Academic\Student\DocumentChoiceService" to "App\Form\School\Student\StudentDocumentType".
Inlined service "App\CIC\Service\cicApplyOnlineApiService" to "App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler".
Inlined service "App\Service\UserNotificationService" to "App\MessageHandler\ReachUpdateStudentMessageHandler".
Inlined service "App\Service\cicSymfonyDBService" to "App\Service\Residence\ResidenceReportingService".
Inlined service ".service_locator.mx0UMmY.App\Twig\Component\School\Student\AbstractStudentListingComponent" to "App\Twig\Component\School\Student\AbstractStudentListingComponent".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
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.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
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 "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.g3D8Bu6" 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.nroL5JL" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "api_platform.data_collector.request" 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.cache" 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 "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
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.assets" to "twig".
Inlined service "twig.extension.code" 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.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" 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 "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Twig\Helper" 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 "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" 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.IFCBiDU" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.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 ".service_locator.E30Hvz9" 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.HCM6TNp" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
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.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 ".service_locator.tVbU19o" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
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 "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.4Gi030g" to "security.access_map".
Inlined service ".security.request_matcher.EH.sgx6" to "security.access_map".
Inlined service ".security.request_matcher.vdEJcZa" to "security.access_map".
Inlined service ".security.request_matcher.B7m6B_J" to "security.access_map".
Inlined service ".security.request_matcher.qxX8Gk7" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\LoginFormAuthenticator" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
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_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.api.identifiers_extractor" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
Inlined service ".service_locator.SWNnN30" to "api_platform.state_provider.locator".
Inlined service ".service_locator.scYZIDL" to "api_platform.state_processor.locator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.legacy_property_metadata".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
Inlined service "api_platform.cache.metadata.resource.legacy.recorder_inner" to "api_platform.cache.metadata.resource.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
Inlined service "api_platform.cache.metadata.property.legacy.recorder_inner" to "api_platform.cache.metadata.property.legacy".
Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.xml" to "api_platform.metadata.resource.link_factory".
Inlined service "api_platform.metadata.property.metadata_factory.legacy_property_metadata" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory" to "api_platform.metadata.property.identifier_metadata_factory.attribute".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.yaml" to "api_platform.metadata.property.identifier_metadata_factory.xml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.property_info" to "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.attribute" to "api_platform.metadata.property.identifier_metadata_factory.yaml".
Inlined service ".2_ObjectNormalizer~ItcLGPi" to ".1_Serializer~ItcLGPi".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.next".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
Inlined service "api_platform.pagination.next" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata" to "api_platform.doctrine.orm.metadata.property.identifier_metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_processor.locator" to "api_platform.listener.view.write".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~5aP7qpL" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.TUHKKK_" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service ".service_locator.mx0UMmY.Dukecity\CommandSchedulerBundle\Controller\DetailController" to "Dukecity\CommandSchedulerBundle\Controller\DetailController".
Inlined service ".service_locator.mx0UMmY.Dukecity\CommandSchedulerBundle\Controller\ListController" to "Dukecity\CommandSchedulerBundle\Controller\ListController".
Inlined service ".service_locator.mx0UMmY.Dukecity\CommandSchedulerBundle\Controller\ApiController" to "Dukecity\CommandSchedulerBundle\Controller\ApiController".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service ".service_locator.Ax3BTVP" to "ux.autocomplete.autocompleter_registry".
Inlined service "ux.autocomplete.autocompleter_registry" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "ux.autocomplete.results_executor" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "league.oauth2_server.manager.in_memory.scope" to "league.oauth2_server.repository.scope".
Inlined service "league.oauth2_server.symfony_league_listener_provider" to "league.oauth2_server.emitter".
Inlined service "league.oauth2_server.repository.client" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.access_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.scope" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.emitter" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.client_credentials" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.password" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.auth_code" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.implicit" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.authorization_server.grant_configurator" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.user" to "league.oauth2_server.grant.password".
Inlined service "league.oauth2_server.repository.auth_code" to "league.oauth2_server.grant.auth_code".
Inlined service "league.oauth2_server.factory.authorization_request_resolve_event" to "league.oauth2_server.controller.authorization".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.frkK6uS" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.H3cSdk8.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service ".service_locator.J3O__mn.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator._K10eqo.ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.pGT.kOZ.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
Inlined service ".service_locator...xCB30.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.azure".
Inlined service "knpu.oauth2.provider.azure" to "knpu.oauth2.client.azure".
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_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_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_subscriber" to "maker.auto_command.make_subscriber".
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 "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "ux.autocomplete.make_autocomplete_field" to "maker.auto_command.make_autocomplete_field".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.api_platform.argument_resolver.payload.inner" to "debug.api_platform.argument_resolver.payload".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\Accounting\ResidenceExtensionImportMessageHandler" to ".messenger.handler_descriptor.G_3ymUS".
Inlined service "App\MessageHandler\Cic\StudentProfilePortalApplicantUpdateMessageHandler" to ".messenger.handler_descriptor.fpHJmw0".
Inlined service "App\MessageHandler\ReachUpdateStudentMessageHandler" to ".messenger.handler_descriptor.RtsZ6Mb".
Inlined service "App\MessageHandler\School\Student\StudentProfileDeferralTestMessageHandler" to ".messenger.handler_descriptor.EULl8mp".
Inlined service "App\MessageHandler\School\Student\StudentProfileInitializationMessageHandler" to ".messenger.handler_descriptor.0BM7HT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.H3cSdk8" to ".service_locator.H3cSdk8.ux.twig_component.cache_warmer".
Inlined service ".service_locator.J3O__mn" to ".service_locator.J3O__mn.ux.live_component.event_subscriber".
Inlined service ".service_locator._K10eqo" to ".service_locator._K10eqo.ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.pGT.kOZ" to ".service_locator.pGT.kOZ.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator...xCB30" to ".service_locator...xCB30.ux.live_component.add_attributes_subscriber".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "league.oauth2_server.persistence.driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~ItcLGPi" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.operation_path_resolver.router" to "api_platform.swagger.normalizer.api_gateway.inner".
Inlined service ".service_locator.5BYqc83" to "console.command_loader".
Inlined service ".service_locator.gOdCe1K.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Service\CES\OldDatabaseCourseInformationImporter" to "console.command.public_alias.App\Command\CES\ImportOldCourseInformationDataCommand".
Inlined service "App\Service\CES\OldDatabaseGradPackImporter" to "console.command.public_alias.App\Command\CES\ImportOldGradPackDataCommand".
Inlined service "App\Service\CES\OldDatabaseStudentInformationImporter" to "console.command.public_alias.App\Command\CES\ImportOldStudentInformationDataCommand".
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.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "api_platform.serializer.context_builder.filter", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.subresource_operation_factory.cached", "api_platform.hydra.json_schema.schema_factory", "api_platform.identifiers_extractor.cached", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.api_platform.argument_resolver.payload", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.