Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\Admin\DoctrineSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventSubscriber\Admin\FrontUrlSubscriber" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Manager\CartManager" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Manager\HookManager" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\Log\Logger" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\TicketingSynchronization" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\TicketingSynchronization" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by App_KernelDevDebugContainer.php:2460, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by App_KernelDevDebugContainer.php:2450, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:154 called by AbstractMySQLDriver.php:42, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\Admin\DoctrineSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ ORDER BY h0_.name ASC, h0_.position ASC"
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ ORDER BY h0_.name ASC, h0_.position ASC"
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:49 called by DoctrineSubscriber.php:81, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 44]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 44]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventCategoryFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventMediaFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventPriceFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionMediaFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionMenuEntryFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionPageFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionSeasonFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionSeatingPlanFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionTagFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 41]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 41]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayHomeContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayHomeContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeEvent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeEvent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeHeader"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeHeader"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayHomeHeader"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayHomeHeader"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeMedias"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeMedias"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayNewsletter"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayNewsletter"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayPageContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayPageContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayRelatedEvents"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayRelatedEvents"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displaySliderElement"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displaySliderElement"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "SocialNetwork"
2 => "displaySocialNetwork"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "TagSaved"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "TagSaved"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 46]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 46]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "Secutix"
2 => "TicketingValidated"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "Secutix"
2 => "TicketingValidated"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentTypeInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentTypeInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentTypeSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentTypeSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "CustomerValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "CustomerValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategoryInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategoryInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ImageFormatInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ImageFormatInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "LanguageSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "LanguageSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "LanguageValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "LanguageValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MenuEntrySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MenuEntrySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MenuEntryDeleted"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MenuEntryDeleted"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "PageSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "PageSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "PageInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "PageInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ParameterValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ParameterValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ParameterSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ParameterSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "RoomInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "RoomInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "SeasonInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "SeasonInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "TicketingInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "TicketingInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UrlValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UrlValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UserInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UserInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UserValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UserValidated"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT r0_.created_at AS created_at_0, r0_.updated_at AS updated_at_1, r0_.active AS active_2, r0_.id AS id_3, r0_.redirect_type AS redirect_type_4, r0_.redirect_from AS redirect_from_5, r0_.redirect_to AS redirect_to_6 FROM redirection r0_ WHERE r0_.active = 1 AND r0_.redirect_from = ? ORDER BY r0_.created_at DESC"
(parameters:
[1 => "/_profiler"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT r0_.created_at AS created_at_0, r0_.updated_at AS updated_at_1, r0_.active AS active_2, r0_.id AS id_3, r0_.redirect_type AS redirect_type_4, r0_.redirect_from AS redirect_from_5, r0_.redirect_to AS redirect_to_6 FROM redirection r0_ WHERE r0_.active = 1 AND r0_.redirect_from = ? ORDER BY r0_.created_at DESC"
"params" => [1 => "/_profiler"
]
"types" => [1 => 2]
]
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
771
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization" (parent: .abstract.instanceof.App\Command\TicketingSynchronization).
Resolving inheritance for "App\Command\TicketingSynchronization" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController" (parent: .abstract.instanceof.App\Controller\Admin\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController).
Resolving inheritance for "App\Controller\Admin\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController" (parent: .abstract.instanceof.App\Controller\Admin\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController).
Resolving inheritance for "App\Controller\Admin\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController" (parent: .abstract.instanceof.App\Controller\Admin\ContactRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController).
Resolving inheritance for "App\Controller\Admin\ContactRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController" (parent: .abstract.instanceof.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController).
Resolving inheritance for "App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController" (parent: .abstract.instanceof.App\Controller\Admin\ContentTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController).
Resolving inheritance for "App\Controller\Admin\ContentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController).
Resolving inheritance for "App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController).
Resolving inheritance for "App\Controller\Admin\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController" (parent: .abstract.instanceof.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController).
Resolving inheritance for "App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController" (parent: .abstract.instanceof.App\Controller\Admin\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController).
Resolving inheritance for "App\Controller\Admin\EventTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for "App\Controller\Admin\FeatureCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController).
Resolving inheritance for "App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController" (parent: .abstract.instanceof.App\Controller\Admin\HookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController).
Resolving inheritance for "App\Controller\Admin\HookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController" (parent: .abstract.instanceof.App\Controller\Admin\ImageFormatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController).
Resolving inheritance for "App\Controller\Admin\ImageFormatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController" (parent: .abstract.instanceof.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController).
Resolving inheritance for "App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController" (parent: .abstract.instanceof.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController).
Resolving inheritance for "App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for "App\Controller\Admin\MediaCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController" (parent: .abstract.instanceof.App\Controller\Admin\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController).
Resolving inheritance for "App\Controller\Admin\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController" (parent: .abstract.instanceof.App\Controller\Admin\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController).
Resolving inheritance for "App\Controller\Admin\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController" (parent: .abstract.instanceof.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController).
Resolving inheritance for "App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController" (parent: .abstract.instanceof.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for "App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController" (parent: .abstract.instanceof.App\Controller\Admin\PageBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController).
Resolving inheritance for "App\Controller\Admin\PageBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController" (parent: .abstract.instanceof.App\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController).
Resolving inheritance for "App\Controller\Admin\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController" (parent: .abstract.instanceof.App\Controller\Admin\ParameterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController).
Resolving inheritance for "App\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for "App\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController" (parent: .abstract.instanceof.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController).
Resolving inheritance for "App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController" (parent: .abstract.instanceof.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController).
Resolving inheritance for "App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController" (parent: .abstract.instanceof.App\Controller\Admin\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController).
Resolving inheritance for "App\Controller\Admin\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController" (parent: .abstract.instanceof.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController).
Resolving inheritance for "App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController" (parent: .abstract.instanceof.App\Controller\Admin\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController).
Resolving inheritance for "App\Controller\Admin\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController" (parent: .abstract.instanceof.App\Controller\Admin\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController).
Resolving inheritance for "App\Controller\Admin\TicketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController" (parent: .abstract.instanceof.App\Controller\Admin\UrlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController).
Resolving inheritance for "App\Controller\Admin\UrlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController" (parent: .abstract.instanceof.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for "App\Controller\Admin\VersionnedEntityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController" (parent: .abstract.instanceof.App\Controller\Admin\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController).
Resolving inheritance for "App\Controller\Admin\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController" (parent: .abstract.instanceof.App\Controller\Website\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController).
Resolving inheritance for "App\Controller\Website\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController" (parent: .abstract.instanceof.App\Controller\Website\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController).
Resolving inheritance for "App\Controller\Website\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController" (parent: .abstract.instanceof.App\Controller\Website\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController).
Resolving inheritance for "App\Controller\Website\ConnectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController" (parent: .abstract.instanceof.App\Controller\Website\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController).
Resolving inheritance for "App\Controller\Website\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController" (parent: .abstract.instanceof.App\Controller\Website\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController).
Resolving inheritance for "App\Controller\Website\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController" (parent: .abstract.instanceof.App\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController).
Resolving inheritance for "App\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController" (parent: .abstract.instanceof.App\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController).
Resolving inheritance for "App\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController" (parent: .abstract.instanceof.App\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController).
Resolving inheritance for "App\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController" (parent: .abstract.instanceof.App\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController).
Resolving inheritance for "App\Controller\Website\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController" (parent: .abstract.instanceof.App\Controller\Website\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController).
Resolving inheritance for "App\Controller\Website\EventTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController" (parent: .abstract.instanceof.App\Controller\Website\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController).
Resolving inheritance for "App\Controller\Website\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController" (parent: .abstract.instanceof.App\Controller\Website\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController).
Resolving inheritance for "App\Controller\Website\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController" (parent: .abstract.instanceof.App\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController).
Resolving inheritance for "App\Controller\Website\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Website\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController).
Resolving inheritance for "App\Controller\Website\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController" (parent: .abstract.instanceof.App\Controller\Website\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController).
Resolving inheritance for "App\Controller\Website\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController" (parent: .abstract.instanceof.App\Controller\Website\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController).
Resolving inheritance for "App\Controller\Website\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController" (parent: .abstract.instanceof.App\Controller\Website\RouterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController).
Resolving inheritance for "App\Controller\Website\RouterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController" (parent: .abstract.instanceof.App\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController).
Resolving inheritance for "App\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController" (parent: .abstract.instanceof.App\Controller\Website\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController).
Resolving inheritance for "App\Controller\Website\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController).
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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures" (parent: .abstract.instanceof.App\DataFixtures\ParamFixtures).
Resolving inheritance for "App\DataFixtures\ParamFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\ApiExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader" (parent: .abstract.instanceof.App\EventSubscriber\Admin\FileUploader).
Resolving inheritance for "App\EventSubscriber\Admin\FileUploader" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\RequestSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Website\MaintenanceSubscriber).
Resolving inheritance for "App\EventSubscriber\Website\MaintenanceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Website\SSLSubscriber).
Resolving inheritance for "App\EventSubscriber\Website\SSLSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType" (parent: .abstract.instanceof.App\Form\Admin\AdminBaseFormType).
Resolving inheritance for "App\Form\Admin\AdminBaseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType" (parent: .abstract.instanceof.App\Form\Admin\ContactRequest\ContactRequestType).
Resolving inheritance for "App\Form\Admin\ContactRequest\ContactRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentFieldsType).
Resolving inheritance for "App\Form\Admin\Content\ContentFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentType).
Resolving inheritance for "App\Form\Admin\Content\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeFieldType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeOptionsType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeParametersType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeParametersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeValidationsType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeValidationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldBoolType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldBoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldColorType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldContentType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEmailType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEventType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldFeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFileType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldGroupType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldHourType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldHourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldIFrameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldImageType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldListType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldMapType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldMapType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldNumberType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPageType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldRadioType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldRadioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldSliderType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldSliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTagType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldUrlType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType" (parent: .abstract.instanceof.App\Form\Admin\Customer\CustomerType).
Resolving inheritance for "App\Form\Admin\Customer\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventCategoryType).
Resolving inheritance for "App\Form\Admin\Event\EventCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventDateBlockType).
Resolving inheritance for "App\Form\Admin\Event\EventDateBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventDateType).
Resolving inheritance for "App\Form\Admin\Event\EventDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventMediaType).
Resolving inheritance for "App\Form\Admin\Event\EventMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventPriceBlockType).
Resolving inheritance for "App\Form\Admin\Event\EventPriceBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventPriceType).
Resolving inheritance for "App\Form\Admin\Event\EventPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventType).
Resolving inheritance for "App\Form\Admin\Event\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventTypeType).
Resolving inheritance for "App\Form\Admin\Event\EventTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType" (parent: .abstract.instanceof.App\Form\Admin\Event\RoomType).
Resolving inheritance for "App\Form\Admin\Event\RoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType" (parent: .abstract.instanceof.App\Form\Admin\Event\SeasonType).
Resolving inheritance for "App\Form\Admin\Event\SeasonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType" (parent: .abstract.instanceof.App\Form\Admin\Event\SeatingPlanType).
Resolving inheritance for "App\Form\Admin\Event\SeatingPlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType" (parent: .abstract.instanceof.App\Form\Admin\Event\TagType).
Resolving inheritance for "App\Form\Admin\Event\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureCategoryType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureLinkType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureValueType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType" (parent: .abstract.instanceof.App\Form\Admin\Language\LanguageType).
Resolving inheritance for "App\Form\Admin\Language\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType" (parent: .abstract.instanceof.App\Form\Admin\Media\ImageFormatType).
Resolving inheritance for "App\Form\Admin\Media\ImageFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaCategoryType).
Resolving inheritance for "App\Form\Admin\Media\MediaCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaType).
Resolving inheritance for "App\Form\Admin\Media\MediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType" (parent: .abstract.instanceof.App\Form\Admin\Menu\MenuEntryType).
Resolving inheritance for "App\Form\Admin\Menu\MenuEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType" (parent: .abstract.instanceof.App\Form\Admin\Order\OrderStatusType).
Resolving inheritance for "App\Form\Admin\Order\OrderStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType" (parent: .abstract.instanceof.App\Form\Admin\Order\VoucherType).
Resolving inheritance for "App\Form\Admin\Order\VoucherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageBlockType).
Resolving inheritance for "App\Form\Admin\Page\PageBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageColumnType).
Resolving inheritance for "App\Form\Admin\Page\PageColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageType).
Resolving inheritance for "App\Form\Admin\Page\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType" (parent: .abstract.instanceof.App\Form\Admin\Parameter\ParameterType).
Resolving inheritance for "App\Form\Admin\Parameter\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType" (parent: .abstract.instanceof.App\Form\Admin\Parameter\ParametersContainerType).
Resolving inheritance for "App\Form\Admin\Parameter\ParametersContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductCategoryType).
Resolving inheritance for "App\Form\Admin\Product\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductMediaType).
Resolving inheritance for "App\Form\Admin\Product\ProductMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductType).
Resolving inheritance for "App\Form\Admin\Product\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType" (parent: .abstract.instanceof.App\Form\Admin\SEOAble\SEOAbleType).
Resolving inheritance for "App\Form\Admin\SEOAble\SEOAbleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType" (parent: .abstract.instanceof.App\Form\Admin\Url\UrlType).
Resolving inheritance for "App\Form\Admin\Url\UrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType" (parent: .abstract.instanceof.App\Form\Admin\User\UserProfileType).
Resolving inheritance for "App\Form\Admin\User\UserProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType" (parent: .abstract.instanceof.App\Form\Admin\User\UserType).
Resolving inheritance for "App\Form\Admin\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType" (parent: .abstract.instanceof.App\Form\Website\ContactRequest\ContactRequestType).
Resolving inheritance for "App\Form\Website\ContactRequest\ContactRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType" (parent: .abstract.instanceof.App\Form\Website\Customer\AddressType).
Resolving inheritance for "App\Form\Website\Customer\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerAddressType).
Resolving inheritance for "App\Form\Website\Customer\CustomerAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerProfileType).
Resolving inheritance for "App\Form\Website\Customer\CustomerProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerType).
Resolving inheritance for "App\Form\Website\Customer\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType" (parent: .abstract.instanceof.App\Form\Website\Customer\ResetCustomerPasswordType).
Resolving inheritance for "App\Form\Website\Customer\ResetCustomerPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType" (parent: .abstract.instanceof.App\Form\Website\Event\EventFilterType).
Resolving inheritance for "App\Form\Website\Event\EventFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType" (parent: .abstract.instanceof.App\Form\Website\Event\EventReservationSeatsType).
Resolving inheritance for "App\Form\Website\Event\EventReservationSeatsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType" (parent: .abstract.instanceof.App\Form\Website\Event\EventReservationType).
Resolving inheritance for "App\Form\Website\Event\EventReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType" (parent: .abstract.instanceof.App\Form\Website\Product\ProductFilterType).
Resolving inheritance for "App\Form\Website\Product\ProductFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType" (parent: .abstract.instanceof.App\Form\Website\WebsiteBaseFormType).
Resolving inheritance for "App\Form\Website\WebsiteBaseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory" (parent: .abstract.instanceof.App\Manager\ManagerFactory).
Resolving inheritance for "App\Manager\ManagerFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository" (parent: .abstract.instanceof.App\Repository\AddressRepository).
Resolving inheritance for "App\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository" (parent: .abstract.instanceof.App\Repository\CartRowRepository).
Resolving inheritance for "App\Repository\CartRowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository" (parent: .abstract.instanceof.App\Repository\CartSeatRepository).
Resolving inheritance for "App\Repository\CartSeatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository" (parent: .abstract.instanceof.App\Repository\ContactRequestRepository).
Resolving inheritance for "App\Repository\ContactRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository" (parent: .abstract.instanceof.App\Repository\ContentRepository).
Resolving inheritance for "App\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository" (parent: .abstract.instanceof.App\Repository\ContentTypeRepository).
Resolving inheritance for "App\Repository\ContentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository" (parent: .abstract.instanceof.App\Repository\EventDateBlockRepository).
Resolving inheritance for "App\Repository\EventDateBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository" (parent: .abstract.instanceof.App\Repository\EventDateRepository).
Resolving inheritance for "App\Repository\EventDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository" (parent: .abstract.instanceof.App\Repository\EventMediaRepository).
Resolving inheritance for "App\Repository\EventMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository" (parent: .abstract.instanceof.App\Repository\EventPriceBlockRepository).
Resolving inheritance for "App\Repository\EventPriceBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository" (parent: .abstract.instanceof.App\Repository\EventPriceRepository).
Resolving inheritance for "App\Repository\EventPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository" (parent: .abstract.instanceof.App\Repository\EventTypeRepository).
Resolving inheritance for "App\Repository\EventTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository" (parent: .abstract.instanceof.App\Repository\FeatureCategoryRepository).
Resolving inheritance for "App\Repository\FeatureCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository" (parent: .abstract.instanceof.App\Repository\FeatureLinkRepository).
Resolving inheritance for "App\Repository\FeatureLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository" (parent: .abstract.instanceof.App\Repository\FeatureRepository).
Resolving inheritance for "App\Repository\FeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository" (parent: .abstract.instanceof.App\Repository\FeatureValueRepository).
Resolving inheritance for "App\Repository\FeatureValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository" (parent: .abstract.instanceof.App\Repository\HookRepository).
Resolving inheritance for "App\Repository\HookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository" (parent: .abstract.instanceof.App\Repository\ImageFormatRepository).
Resolving inheritance for "App\Repository\ImageFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository" (parent: .abstract.instanceof.App\Repository\ModuleRepository).
Resolving inheritance for "App\Repository\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository" (parent: .abstract.instanceof.App\Repository\OrderStatusRepository).
Resolving inheritance for "App\Repository\OrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository" (parent: .abstract.instanceof.App\Repository\PageBlockRepository).
Resolving inheritance for "App\Repository\PageBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository" (parent: .abstract.instanceof.App\Repository\ParameterRepository).
Resolving inheritance for "App\Repository\ParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository" (parent: .abstract.instanceof.App\Repository\RoomRepository).
Resolving inheritance for "App\Repository\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository" (parent: .abstract.instanceof.App\Repository\SeasonRepository).
Resolving inheritance for "App\Repository\SeasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository" (parent: .abstract.instanceof.App\Repository\SeatingPlanRepository).
Resolving inheritance for "App\Repository\SeatingPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository" (parent: .abstract.instanceof.App\Repository\ThemeRepository).
Resolving inheritance for "App\Repository\ThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository" (parent: .abstract.instanceof.App\Repository\TicketingRepository).
Resolving inheritance for "App\Repository\TicketingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository" (parent: .abstract.instanceof.App\Repository\UrlRepository).
Resolving inheritance for "App\Repository\UrlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository).
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.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository" (parent: .abstract.instanceof.App\Repository\VersionnedEntityRepository).
Resolving inheritance for "App\Repository\VersionnedEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository" (parent: .abstract.instanceof.App\Repository\VoucherRepository).
Resolving inheritance for "App\Repository\VoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory" (parent: .abstract.instanceof.App\Service\ServiceFactory).
Resolving inheritance for "App\Service\ServiceFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension" (parent: .abstract.instanceof.App\Twig\TwigAssetExtension).
Resolving inheritance for "App\Twig\TwigAssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension" (parent: .abstract.instanceof.App\Twig\TwigCartExtension).
Resolving inheritance for "App\Twig\TwigCartExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension" (parent: .abstract.instanceof.App\Twig\TwigEventExtension).
Resolving inheritance for "App\Twig\TwigEventExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension" (parent: .abstract.instanceof.App\Twig\TwigGlobalExtension).
Resolving inheritance for "App\Twig\TwigGlobalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension" (parent: .abstract.instanceof.App\Twig\TwigParameterExtension).
Resolving inheritance for "App\Twig\TwigParameterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension" (parent: .abstract.instanceof.App\Twig\TwigPathExtension).
Resolving inheritance for "App\Twig\TwigPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension" (parent: .abstract.instanceof.App\Twig\TwigProductExtension).
Resolving inheritance for "App\Twig\TwigProductExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension" (parent: .abstract.instanceof.App\Twig\TwigSeasonExtension).
Resolving inheritance for "App\Twig\TwigSeasonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension" (parent: .abstract.instanceof.App\Twig\TwigThemeExtension).
Resolving inheritance for "App\Twig\TwigThemeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator" (parent: .abstract.instanceof.App\Validation\Validator\ContentTypeFieldValidator).
Resolving inheritance for "App\Validation\Validator\ContentTypeFieldValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator" (parent: .abstract.instanceof.App\Validation\Validator\EventCategoryValidator).
Resolving inheritance for "App\Validation\Validator\EventCategoryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator" (parent: .abstract.instanceof.App\Validation\Validator\EventDateValidator).
Resolving inheritance for "App\Validation\Validator\EventDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator" (parent: .abstract.instanceof.App\Validation\Validator\MediaValidator).
Resolving inheritance for "App\Validation\Validator\MediaValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator" (parent: .abstract.instanceof.App\Validation\Validator\MenuEntryValidator).
Resolving inheritance for "App\Validation\Validator\MenuEntryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\EventFilterType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\EventFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\MediaSearchType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\MediaSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\NewsletterShortType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\NewsletterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\ArticleBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\NewsletterRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\NewsletterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\PageLinkRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\PageLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SliderElementRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SliderElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectaclePressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigAccentExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigAccentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigBannerExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigBannerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigMediaExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigPathExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSellExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigSellExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber).
Resolving inheritance for "TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType).
Resolving inheritance for "TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Repository\RedirectionRepository).
Resolving inheritance for "TicketFactory\Module\Redirection\Repository\RedirectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
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 "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.event" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.event" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.event" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.event" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.event" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.event" (parent: fos_elastica.finder).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_admin-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_admin-theme" (parent: assets.path_package).
Resolving inheritance for "assets._version_website-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_website-theme" (parent: assets.path_package).
Resolving inheritance for "assets._version_new-website-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_new-website-theme" (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 "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.tf_customer_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.tf_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.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.admin" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.admin" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.admin.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.admin.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.admin" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.admin.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.refresh" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.tunnel" (parent: security.firewall.config).
Resolving inheritance for "security.listener.tunnel.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.tunnel" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.tunnel" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.tunnel" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.tunnel" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.tunnel" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.tunnel.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.tunnel.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.tunnel" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.tunnel" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.tunnel" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.tunnel" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.tunnel" (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.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 "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.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "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.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
2
Removing service-argument resolver for controller "App\Controller\Website\DefaultController::generateHeader": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TicketFactory\Module\TceModule\Controller\Website\DefaultController::generateHeader": no corresponding services exist for the referenced types.
272
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.event_dispatcher"; 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 "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\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\Component\Asset\PackageInterface $admin-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminThemePackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $website-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $websiteThemePackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $new-website-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $newWebsiteThemePackage"; 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 "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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 "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 "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; 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\Bundle\SecurityBundle\Security"; 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 "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.refresh"; reason: private alias.
Removed service "security.user_checker.refresh"; reason: private alias.
Removed service "security.authentication.session_strategy.tunnel"; reason: private alias.
Removed service "security.user_checker.tunnel"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; 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 $elasticaLogger"; 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 $cacheLogger"; 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 $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.mASciDU"; reason: private alias.
Removed service ".service_locator.KsPGMLD"; reason: private alias.
Removed service ".service_locator.vsIIEJz"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.44DY3q6"; reason: private alias.
Removed service ".service_locator.rPxIW3C"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.VeAwxBg"; reason: private alias.
Removed service ".service_locator.U56yKHZ"; reason: private alias.
Removed service ".service_locator.SNPOb4c"; reason: private alias.
Removed service ".service_locator.HKrSzML"; reason: private alias.
Removed service ".service_locator.2z3f50X"; reason: private alias.
Removed service ".service_locator.TLpGWTV"; reason: private alias.
Removed service ".service_locator.NGAsxpe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.GcNbFdo"; reason: private alias.
Removed service ".service_locator.IKO1gXM"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; 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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.refresh"; reason: private alias.
Removed service "security.firewall.authenticator.tunnel"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.refresh"; reason: private alias.
Removed service "security.event_dispatcher.tunnel"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.ujGDPb3"; reason: private alias.
Removed service ".service_locator.Re.Xcxs"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.sqL0lh0"; reason: private alias.
Removed service ".service_locator.dTsfKek"; reason: private alias.
Removed service ".service_locator.3YskiOS"; reason: private alias.
Removed service ".service_locator.e0KalYh"; reason: private alias.
Removed service ".service_locator.yLn.cL6"; reason: private alias.
Removed service ".service_locator.0.KQPbz"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.PLzE4ia"; reason: private alias.
Removed service ".service_locator.kfKrMVh"; reason: private alias.
Removed service ".service_locator.L8QfTbX"; reason: private alias.
Removed service ".service_locator.Mvie0E4"; reason: private alias.
Removed service ".service_locator.DMHzmzk"; reason: private alias.
Removed service ".service_locator.XlT9Bw0"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.trI27K2"; reason: private alias.
Removed service ".service_locator.Jpma0dq"; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator.l6eyOEu"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
174
Changed reference of service "App\Controller\Admin\AuthenticationController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\CartController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContactRequestController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContentTypeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\DashboardController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventTypeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\FeatureCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\FeatureController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\HookController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ImageFormatController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\LanguageController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\LogController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MediaCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MediaController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MenuController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ModuleController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\OrderController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\OrderStatusController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\PageBlockController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\PageController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ParameterController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProductCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProductController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProfileController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\RoomController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\SeasonController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\TagController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ThemeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\TicketingController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\UrlController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\UserController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\VersionnedEntityController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\VoucherController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\EventSubscriber\Admin\FileUploader" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\EventSubscriber\Admin\FrontUrlSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\CustomerManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\EventDateManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\EventManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\HookManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Manager\ParameterManager" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Manager\ProductManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Url\UrlService" previously pointing to "router.default" to "router".
Changed reference of service "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\Controller\Admin\ArticleController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "oneup_uploader.templating.uploader_helper" previously pointing to "router.default" to "router".
Changed reference of service "oneup_uploader.error_handler.blueimp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.event" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "framework_extra_bundle.event.is_granted" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
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 "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" 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 "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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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 "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.admin.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.refresh_jwt" 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 "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Service\FileTypeService" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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.JkaYaOo" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.m1vtUef" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
786
Removed service "App\Entity"; reason: abstract.
Removed service "TicketFactory\Module\SocialNetwork\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\FlashInfo\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\FlashInfo\Entity"; reason: abstract.
Removed service "TicketFactory\Module\TceModule\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\TceModule\Entity"; reason: abstract.
Removed service "TicketFactory\Module\Redirection\Entity"; reason: abstract.
Removed service "maker.auto_command.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 "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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; 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 "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "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 "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TicketingSynchronization"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\TagController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ParamFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\FileUploader"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Website\MaintenanceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Website\SSLSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminBaseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeOptionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeParametersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeValidationsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldBoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldColorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldHourType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldMapType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldRadioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldSliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldUrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Customer\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventDateBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventPriceBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\RoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\SeasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\SeatingPlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Language\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\ImageFormatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Menu\MenuEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Order\OrderStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Order\VoucherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageColumnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Parameter\ParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Parameter\ParametersContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SEOAble\SEOAbleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Url\UrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\UserProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\ResetCustomerPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventReservationSeatsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Product\ProductFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\WebsiteBaseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\ManagerFactory"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartSeatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventDateBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventDateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventPriceBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeatingPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UrlRepository"; 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.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VersionnedEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ServiceFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigCartExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigEventExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigGlobalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigParameterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigProductExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigThemeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\ContentTypeFieldValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\EventCategoryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\EventDateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\MediaValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\MenuEntryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\EventFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\MediaSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\NewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\PageLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SliderElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigAccentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigBannerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSellExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Repository\RedirectionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
136
Removed service "App\Event\HookEvent"; reason: unused.
Removed service "App\Exception\ApiException"; reason: unused.
Removed service "App\Form\Admin\Ticketing\JsonTransformer"; reason: unused.
Removed service "App\Manager\AbstractManager"; reason: unused.
Removed service "App\Repository\AbstractNestedTreeRepository"; reason: unused.
Removed service "App\Repository\EventCategoryRepository"; reason: unused.
Removed service "App\Repository\MediaCategoryRepository"; reason: unused.
Removed service "App\Repository\MenuEntryRepository"; reason: unused.
Removed service "App\Repository\ProductCategoryRepository"; reason: unused.
Removed service "App\Service\Formatter\DateTimeFormatter"; reason: unused.
Removed service "App\Validation\Constraint\ContentTypeFieldConstraint"; reason: unused.
Removed service "App\Validation\Constraint\EventCategoryConstraint"; reason: unused.
Removed service "App\Validation\Constraint\EventDateConstraint"; reason: unused.
Removed service "App\Validation\Constraint\MediaConstraint"; reason: unused.
Removed service "App\Validation\Constraint\MenuEntryConstraint"; reason: unused.
Removed service "limenius_react.react_renderer"; reason: unused.
Removed service "TicketFactory\Module\SocialNetwork\SocialNetwork"; reason: unused.
Removed service "TicketFactory\Module\FlashInfo\FlashInfo"; reason: unused.
Removed service "TicketFactory\Module\TceModule\TceModule"; reason: unused.
Removed service "TicketFactory\Module\Secutix\Secutix"; reason: unused.
Removed service "TicketFactory\Module\Redirection\Redirection"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; 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 ".1_ServiceLocator~K637tSs"; 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 "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~g5jpvad"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "oneup_uploader.namer.urlsafe"; reason: unused.
Removed service "oneup_uploader.error_handler.noop"; reason: unused.
Removed service "oneup_uploader.error_handler.fineuploader"; reason: unused.
Removed service "oneup_uploader.error_handler.blueimp"; reason: unused.
Removed service "oneup_uploader.error_handler.uploadify"; reason: unused.
Removed service "oneup_uploader.error_handler.yui3"; reason: unused.
Removed service "oneup_uploader.error_handler.fancyupload"; reason: unused.
Removed service "oneup_uploader.error_handler.mooupload"; reason: unused.
Removed service "oneup_uploader.error_handler.plupload"; reason: unused.
Removed service "oneup_uploader.error_handler.custom"; 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 "react.asset_mapper.react_controller_loader_compiler"; reason: unused.
Removed service "react.asset_mapper.replace_process_env_compiler"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.json"; reason: unused.
Removed service "fos_rest.decoder.xml"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; 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.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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.user_checker.chain.refresh"; reason: unused.
Removed service "security.user_checker.chain.tunnel"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.I.Ed2ON"; reason: unused.
Removed service ".service_locator.dG2g6le"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
516
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\AuthenticationController" to "App\Controller\Admin\AuthenticationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\CartController" to "App\Controller\Admin\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContactRequestController" to "App\Controller\Admin\ContactRequestController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContentController" to "App\Controller\Admin\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContentTypeController" to "App\Controller\Admin\ContentTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DefaultController" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventCategoryController" to "App\Controller\Admin\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventController" to "App\Controller\Admin\EventController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventTypeController" to "App\Controller\Admin\EventTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\FeatureCategoryController" to "App\Controller\Admin\FeatureCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\FeatureController" to "App\Controller\Admin\FeatureController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\HookController" to "App\Controller\Admin\HookController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ImageFormatController" to "App\Controller\Admin\ImageFormatController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\LanguageController" to "App\Controller\Admin\LanguageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\LogController" to "App\Controller\Admin\LogController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MediaCategoryController" to "App\Controller\Admin\MediaCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MediaController" to "App\Controller\Admin\MediaController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MenuController" to "App\Controller\Admin\MenuController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ModuleController" to "App\Controller\Admin\ModuleController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\OrderStatusController" to "App\Controller\Admin\OrderStatusController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\PageBlockController" to "App\Controller\Admin\PageBlockController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\PageController" to "App\Controller\Admin\PageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ParameterController" to "App\Controller\Admin\ParameterController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProductCategoryController" to "App\Controller\Admin\ProductCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProfileController" to "App\Controller\Admin\ProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\RoomController" to "App\Controller\Admin\RoomController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\SeasonController" to "App\Controller\Admin\SeasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\TagController" to "App\Controller\Admin\TagController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ThemeController" to "App\Controller\Admin\ThemeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\TicketingController" to "App\Controller\Admin\TicketingController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\UrlController" to "App\Controller\Admin\UrlController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\VersionnedEntityController" to "App\Controller\Admin\VersionnedEntityController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\VoucherController" to "App\Controller\Admin\VoucherController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\AccountController" to "App\Controller\Website\AccountController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\CartController" to "App\Controller\Website\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ConnectionController" to "App\Controller\Website\ConnectionController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ContactController" to "App\Controller\Website\ContactController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ContentController" to "App\Controller\Website\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\DefaultController" to "App\Controller\Website\DefaultController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventAbleController" to "App\Controller\Website\EventAbleController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventCategoryController" to "App\Controller\Website\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventController" to "App\Controller\Website\EventController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventTypeController" to "App\Controller\Website\EventTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\HomeController" to "App\Controller\Website\HomeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\OrderController" to "App\Controller\Website\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\PageController" to "App\Controller\Website\PageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ProductCategoryController" to "App\Controller\Website\ProductCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ProductController" to "App\Controller\Website\ProductController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\RoomController" to "App\Controller\Website\RoomController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\RouterController" to "App\Controller\Website\RouterController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\SeasonController" to "App\Controller\Website\SeasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\TagController" to "App\Controller\Website\TagController".
Inlined service ".service_locator.vo369uz.App\Manager\ManagerFactory" to "App\Manager\ManagerFactory".
Inlined service "mailer.mailer" to "App\Service\Mail\Mailer".
Inlined service ".service_locator.3sNHrLZ.App\Service\ServiceFactory" to "App\Service\ServiceFactory".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" to "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController".
Inlined service "fos_elastica.finder.event" to "TicketFactory\Module\TceModule\Connector\Elastica\ElasticaConnector".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" to "TicketFactory\Module\TceModule\Controller\Admin\ArticleController".
Inlined service "TicketFactory\Module\TceModule\Manager\SliderElementManager" to "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" to "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController".
Inlined service "TicketFactory\Module\TceModule\Manager\EventDateManager" to "TicketFactory\Module\TceModule\Controller\Website\CalendarController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\CalendarController" to "TicketFactory\Module\TceModule\Controller\Website\CalendarController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\CookiesController" to "TicketFactory\Module\TceModule\Controller\Website\CookiesController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\DefaultController" to "TicketFactory\Module\TceModule\Controller\Website\DefaultController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" to "TicketFactory\Module\TceModule\Controller\Website\EventAbleController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" to "TicketFactory\Module\TceModule\Controller\Website\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventController" to "TicketFactory\Module\TceModule\Controller\Website\EventController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" to "TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MapController" to "TicketFactory\Module\TceModule\Controller\Website\MapController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" to "TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MediaController" to "TicketFactory\Module\TceModule\Controller\Website\MediaController".
Inlined service "TicketFactory\Module\TceModule\Connector\Secutix\SecutixConnector" to "TicketFactory\Module\TceModule\Controller\Website\NewsletterController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" to "TicketFactory\Module\TceModule\Controller\Website\NewsletterController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\PageController" to "TicketFactory\Module\TceModule\Controller\Website\PageController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\PatronController" to "TicketFactory\Module\TceModule\Controller\Website\PatronController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\ProductionController" to "TicketFactory\Module\TceModule\Controller\Website\ProductionController".
Inlined service "TicketFactory\Module\TceModule\Connector\Elastica\ElasticaConnector" to "TicketFactory\Module\TceModule\Controller\Website\SearchController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SearchController" to "TicketFactory\Module\TceModule\Controller\Website\SearchController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SeasonController" to "TicketFactory\Module\TceModule\Controller\Website\SeasonController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" to "TicketFactory\Module\TceModule\Controller\Website\SubscriptionController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" to "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.chWzGxO" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~IgFq09o" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.mqLIaum" 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.Y9bU3pT" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
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.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "oneup_uploader.chunks_storage" to "oneup_uploader.chunk_manager".
Inlined service "oneup_uploader.storage.media" to "oneup_uploader.controller.media".
Inlined service "oneup_uploader.storage.parameter" to "oneup_uploader.controller.parameter".
Inlined service "oneup_uploader.storage.module" to "oneup_uploader.controller.module".
Inlined service "oneup_uploader.storage.theme" to "oneup_uploader.controller.theme".
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 "App\DataFixtures\ParamFixtures" to "doctrine.fixtures.loader".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.esYB3FE" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.qXb3nG9" to "fos_elastica.persister_registry".
Inlined service "fos_elastica.indexable" to "fos_elastica.filter_objects_listener".
Inlined service ".service_locator.YF.yqJL" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.model_to_elastica_transformer.event" to "fos_elastica.object_persister.event".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.event".
Inlined service "fos_elastica.elastica_to_model_transformer.event" to "fos_elastica.finder.event".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.C9_ei3Z" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.963828800a718413f14721dcc735d88092652e6b1124dfdcd9dbeedee77315d3d23c67cd" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2432e83048427dc8f11b940a6bcff723487fb9f0d780232170a5c588f73bf33daf39191b" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
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.xRhNObu.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 "clock" to "argument_resolver.datetime".
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 "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_admin-theme" to "assets._package_admin-theme".
Inlined service "assets._version_website-theme" to "assets._package_website-theme".
Inlined service "assets._version_new-website-theme" to "assets._package_new-website-theme".
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_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.translatable" 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 "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" 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.v.ZpEJm" 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 "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.NPxYwuN" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.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.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 "TicketFactory\Module\TceModule\Twig\TwigSellExtension" to "twig".
Inlined service "App\Twig\TwigAssetExtension" to "twig".
Inlined service "App\Twig\TwigCartExtension" to "twig".
Inlined service "App\Twig\TwigEventExtension" to "twig".
Inlined service "App\Twig\TwigGlobalExtension" to "twig".
Inlined service "App\Twig\TwigParameterExtension" to "twig".
Inlined service "App\Twig\TwigPathExtension" to "twig".
Inlined service "App\Twig\TwigProductExtension" to "twig".
Inlined service "App\Twig\TwigSeasonExtension" to "twig".
Inlined service "App\Twig\TwigThemeExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigAccentExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigBannerExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigMediaExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigPathExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.react" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" 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 "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.6xzglIb" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.riYslIP" to "security.helper".
Inlined service ".service_locator.jOTjTfI" to "security.helper".
Inlined service ".service_locator.SfGnQiG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.Pw25Kwo" to "security.access_map".
Inlined service ".security.request_matcher.mvhfIoF" to "security.access_map".
Inlined service ".security.request_matcher._Xv05IS" to "security.access_map".
Inlined service ".security.request_matcher.DS5xoA7" to "security.access_map".
Inlined service ".security.request_matcher.D4yBAPy" to "security.access_map".
Inlined service ".security.request_matcher.wgDFcyH" to "security.access_map".
Inlined service ".security.request_matcher.ZnDCfOa" to "security.access_map".
Inlined service ".security.request_matcher.RU7YYGS" to "security.access_map".
Inlined service ".security.request_matcher.l_hvPKa" to "security.access_map".
Inlined service ".security.request_matcher.oLEpJcP" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.5eRZPSi".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.admin".
Inlined service "security.authentication.success_handler.admin.json_login" to "security.authenticator.json_login.admin".
Inlined service "security.authentication.failure_handler.admin.json_login" to "security.authenticator.json_login.admin".
Inlined service "security.authentication.success_handler.admin.refresh_jwt" to "security.authenticator.refresh_jwt.admin".
Inlined service "security.authentication.failure_handler.admin.refresh_jwt" to "security.authenticator.refresh_jwt.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.4nFXzoa" to ".security.request_matcher.MISrmby".
Inlined service "debug.security.firewall.authenticator.refresh.inner" to "debug.security.firewall.authenticator.refresh".
Inlined service "security.exception_listener.refresh" to "security.firewall.map.context.refresh".
Inlined service "security.firewall.map.config.refresh" to "security.firewall.map.context.refresh".
Inlined service ".security.request_matcher.Zl2pEkc" to ".security.request_matcher.Kmz5fgP".
Inlined service "security.authentication.success_handler.tunnel.form_login" to "security.authenticator.form_login.tunnel".
Inlined service "security.authentication.failure_handler.tunnel.form_login" to "security.authenticator.form_login.tunnel".
Inlined service "debug.security.firewall.authenticator.tunnel.inner" to "debug.security.firewall.authenticator.tunnel".
Inlined service "security.exception_listener.tunnel" to "security.firewall.map.context.tunnel".
Inlined service "security.logout_listener.tunnel" to "security.firewall.map.context.tunnel".
Inlined service "security.firewall.map.config.tunnel" to "security.firewall.map.context.tunnel".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.yy_ZK6T".
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 "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.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 ".security.request_matcher.vsZtvB6" to ".security.request_matcher.Pw25Kwo".
Inlined service ".security.request_matcher.8ZFwDrR" to ".security.request_matcher.mvhfIoF".
Inlined service ".security.request_matcher.g5_6PBA" to ".security.request_matcher._Xv05IS".
Inlined service ".security.request_matcher.TlppYyR" to ".security.request_matcher.DS5xoA7".
Inlined service ".security.request_matcher.a9LuPJb" to ".security.request_matcher.D4yBAPy".
Inlined service ".security.request_matcher.RaVaT3Q" to ".security.request_matcher.wgDFcyH".
Inlined service ".security.request_matcher.QE7NVCq" to ".security.request_matcher.ZnDCfOa".
Inlined service ".security.request_matcher.mTdkuiv" to ".security.request_matcher.RU7YYGS".
Inlined service ".security.request_matcher.XPfJ0iE" to ".security.request_matcher.l_hvPKa".
Inlined service ".security.request_matcher.MZhK8lU" to ".security.request_matcher.oLEpJcP".
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 "Artgris\Bundle\FileManagerBundle\Service\FilemanagerService" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service ".service_locator.O2p6Lk7.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service ".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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "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 "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.refresh.inner" to "debug.security.event_dispatcher.refresh".
Inlined service "debug.security.event_dispatcher.tunnel.inner" to "debug.security.event_dispatcher.tunnel".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.vo369uz" to ".service_locator.vo369uz.App\Manager\ManagerFactory".
Inlined service ".service_locator.3sNHrLZ" to ".service_locator.3sNHrLZ.App\Service\ServiceFactory".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.iD.GLrW" to ".service_locator.iD.GLrW.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.EGfjSqX" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service ".service_locator.iD.GLrW.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "stimulus.helper" to "twig".
Inlined service "stimulus.helper" to "twig".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
4
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.refresh", "debug.security.firewall.authenticator.tunnel", "debug.security.firewall.authenticator.main", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.refresh", "debug.security.event_dispatcher.tunnel", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "oneup_uploader.templating.uploader_helper", but was never used.
Tag "oneup_uploader.routable" was defined on service(s) "oneup_uploader.controller.media", "oneup_uploader.controller.parameter", "oneup_uploader.controller.module", "oneup_uploader.controller.theme", but was never used. Did you mean "oneup_uploader.controller"?
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?