Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\DQL\MatchAgainst" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\DQL\MatchAgainst" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\DQL\Rand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\DQL\Rand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\ExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\PasswordResettingListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Skill" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Skill" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\SkillGroup" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\SkillGroup" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\SonataMediaUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\SonataMediaUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Form\Type\SonataMediaUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/security-bundle 5.4: Not configuring explicitly the provider for the "main" firewall is deprecated because it's ambiguous as there is more than one registered provider. Set the "provider" key to one of the configured providers, even if your custom authenticators don't use it.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ContentSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "app.listener.post_index" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Method "Sonata\MediaBundle\Model\GalleryInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGallery" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sonata\MediaBundle\Model\GalleryItemInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGalleryItem" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, 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.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
Since symfony/routing 6.4: Class "App\Controller\AuthenticationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\CategoryController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\ContentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\ContentRelationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\ContentRequestController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\EmailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\JobController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\JouveModuleController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\JouveModuleProgressController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\MediaController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\ResettingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\SectorController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\SitemapController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\SsoAuthenticationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\UserController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "App\Controller\VideoController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Setting the code, the model class and the base controller name with the constructor is deprecated since sonata-project/admin-bundle version 4.8 and will not be possible in 5.0 version. Use the `code`, `model_class` and `controller` attribute of the `sonata.admin` tag or the method "setCode()", "setModelClass()" and "setBaseControllerName()" instead.
Overriding the baseRouteName property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRouteName() instead.
Overriding the baseRoutePattern property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRoutePattern() instead.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ContentSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ContentIndexSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
The "Symfony\Component\Validator\Constraint::__sleep()" method is considered internal. It may change without further notice. You should not extend it from "Sonata\Form\Validator\Constraints\InlineConstraint".
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views/Form/datepicker.html.twig at line 41.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/Type/sonata_type_model_autocomplete.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 69.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 102.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 182.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 199.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 250.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 270.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 298.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 388.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 409.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 431.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 445.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 34.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Form/filter_admin_fields.html.twig at line 63.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 14.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 27.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_field.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_html.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_trans.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_boolean.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list.html.twig at line 81.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/action_buttons.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_percent.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_datetime.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_date.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_enum.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_array_macro.html.twig at line 19.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_boolean.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_email.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_show_compare.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_choice.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/list_choice.html.twig at line 22.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/base_list_field.html.twig at line 23.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_currency.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_url.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/CRUD/display_time.html.twig at line 12.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 24.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 38.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Menu/sonata_menu.html.twig at line 53.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Block/block_admin_preview.html.twig at line 46.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 122.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 163.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig at line 175.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/admin-bundle/src/Resources/views/Breadcrumb/breadcrumb.html.twig at line 1.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/user-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 13.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/user-bundle/src/Resources/views/Form/form_admin_fields.html.twig at line 32.
Since twig/twig 3.12: The "tag" constructor argument of the "Sonata\Twig\Node\TemplateBoxNode" class is deprecated and ignored (check which TokenParser class set it to "sonata_template_box"), the tag is now automatically set by the Parser when needed.
Since twig/twig 3.9: Twig node "Sonata\Twig\Node\TemplateBoxNode" is not marked as ready for using "yield" instead of "echo"; please make it ready and then flag it with the #[YieldReady] attribute.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/sonata-project/media-bundle/src/Resources/views/MediaAdmin/edit.html.twig at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/norberttech/aceeditor-bundle/src/Resources/views/Form/div_layout.html.twig at line 2.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/site-metiers/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views/knp_menu.html.twig at line 12.
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:219 called by App_KernelDevDebugContainer.php:16980, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
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:10039, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:82 called by App_KernelDevDebugContainer.php:10039, https://github.com/doctrine/orm/pull/10455, 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: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ContentSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\ContentIndexSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: 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.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.slug AS slug_4, t0.number_one AS number_one_5, t0.number_two AS number_two_6, t0.number_three AS number_three_7, t0.text_one AS text_one_8, t0.text_two AS text_two_9, t0.text_three AS text_three_10, t0.featured_video AS featured_video_11, t0.featured_video_title AS featured_video_title_12, t0.featured_video_text AS featured_video_text_13, t0.job_board_button AS job_board_button_14, t0.presentation AS presentation_15, t0.svg_icon AS svg_icon_16, t0.template_id AS template_id_17, t0.featured_image_id AS featured_image_id_18, t0.cover_image_id AS cover_image_id_19 FROM sector t0 WHERE t0.slug = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.slug AS slug_4, t0.number_one AS number_one_5, t0.number_two AS number_two_6, t0.number_three AS number_three_7, t0.text_one AS text_one_8, t0.text_two AS text_two_9, t0.text_three AS text_three_10, t0.featured_video AS featured_video_11, t0.featured_video_title AS featured_video_title_12, t0.featured_video_text AS featured_video_text_13, t0.job_board_button AS job_board_button_14, t0.presentation AS presentation_15, t0.svg_icon AS svg_icon_16, t0.template_id AS template_id_17, t0.featured_image_id AS featured_image_id_18, t0.cover_image_id AS cover_image_id_19 FROM sector t0 WHERE t0.slug = ? LIMIT 1"
"params" => [1 => "agences-de-voyages-et-guides-accompagnateurs"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1871 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
User Deprecated: Since symfony/serializer 6.3: "App\Serializer\ContentNormalizer" should implement "NormalizerInterface::getSupportedTypes(?string $format): array".
User Deprecated: Since symfony/serializer 6.3: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer::hasCacheableSupportsMethod()" method is deprecated, implement "App\Serializer\EntityNormalizer::getSupportedTypes()" instead.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\AnnotationReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by DocParser.php:691, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$id" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$name" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$metaDescription" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$slug" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$numberOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$numberTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$numberThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$textOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$textTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$textThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$featuredVideo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$featuredVideoTitle" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$featuredVideoText" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$jobBoardButton" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$presentation" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$featuredImage" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$coverImage" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$svgIcon" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Sector::$fields" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.field_type AS field_type_4, t0.datetime_value AS datetime_value_5, t0.sector_id AS sector_id_6 FROM sector_field t0 WHERE t0.sector_id = ?"
(parameters:
[1 => "ae69f6e4-bbea-413d-bcb4-40e88cd0e51e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.field_type AS field_type_4, t0.datetime_value AS datetime_value_5, t0.sector_id AS sector_id_6 FROM sector_field t0 WHERE t0.sector_id = ?"
"params" => [1 => "ae69f6e4-bbea-413d-bcb4-40e88cd0e51e"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\SectorField::$id" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\SectorField::$name" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\SectorField::$fieldValue" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\SectorField::$fieldType" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\SectorField::$datetimeValue" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.type AS type_4, t0.title AS title_5, t0.number_one AS number_one_6, t0.number_two AS number_two_7, t0.number_three AS number_three_8, t0.featured_video AS featured_video_9, t0.featured_video_title AS featured_video_title_10, t0.featured_video_text AS featured_video_text_11, t0.job_board_button AS job_board_button_12, t0.text_block_one AS text_block_one_13, t0.slug AS slug_14, t0.identifier AS identifier_15, t0.header_title AS header_title_16, t0.heading AS heading_17, t0.icon_one AS icon_one_18, t0.icon_two AS icon_two_19, t0.icon_three AS icon_three_20, t0.text_figure_one AS text_figure_one_21, t0.text_figure_two AS text_figure_two_22, t0.text_figure_three AS text_figure_three_23, t0.view_box_one AS view_box_one_24, t0.view_box_two AS view_box_two_25, t0.view_box_three AS view_box_three_26, t0.template_id AS template_id_27, t0.featured_image_id AS featured_image_id_28, t0.header_image_id AS header_image_id_29 FROM page t0 WHERE t0.template_id = ? LIMIT 1"
(parameters:
[1 => "671cc4ea-b49c-46be-b600-e2a98e078888"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.type AS type_4, t0.title AS title_5, t0.number_one AS number_one_6, t0.number_two AS number_two_7, t0.number_three AS number_three_8, t0.featured_video AS featured_video_9, t0.featured_video_title AS featured_video_title_10, t0.featured_video_text AS featured_video_text_11, t0.job_board_button AS job_board_button_12, t0.text_block_one AS text_block_one_13, t0.slug AS slug_14, t0.identifier AS identifier_15, t0.header_title AS header_title_16, t0.heading AS heading_17, t0.icon_one AS icon_one_18, t0.icon_two AS icon_two_19, t0.icon_three AS icon_three_20, t0.text_figure_one AS text_figure_one_21, t0.text_figure_two AS text_figure_two_22, t0.text_figure_three AS text_figure_three_23, t0.view_box_one AS view_box_one_24, t0.view_box_two AS view_box_two_25, t0.view_box_three AS view_box_three_26, t0.template_id AS template_id_27, t0.featured_image_id AS featured_image_id_28, t0.header_image_id AS header_image_id_29 FROM page t0 WHERE t0.template_id = ? LIMIT 1"
"params" => [1 => "671cc4ea-b49c-46be-b600-e2a98e078888"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$id" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$name" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$metaDescription" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$type" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$title" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$numberOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$numberTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$numberThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$featuredVideo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$featuredVideoTitle" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$featuredVideoText" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$jobBoardButton" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$featuredImage" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$textBlockOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$slug" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$identifier" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$headerImage" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$headerTitle" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$heading" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$iconOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$iconTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$iconThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$textFigureOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$textFigureTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$textFigureThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$viewBoxOne" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$viewBoxTwo" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/serializer 6.4: Property "App\Entity\Page::$viewBoxThree" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.
"SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.api_endpoint AS api_endpoint_3, t0.title AS title_4, t0.has_pagination AS has_pagination_5, t0.text_block_name AS text_block_name_6, t0.page_id AS page_id_7, t0.block_id AS block_id_8 FROM block_position t0 WHERE t0.page_id = ? ORDER BY t0.position ASC"
(parameters:
[1 => "48dc2e2b-6569-4a3c-95dc-1da5c3199205"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.api_endpoint AS api_endpoint_3, t0.title AS title_4, t0.has_pagination AS has_pagination_5, t0.text_block_name AS text_block_name_6, t0.page_id AS page_id_7, t0.block_id AS block_id_8 FROM block_position t0 WHERE t0.page_id = ? ORDER BY t0.position ASC"
"params" => [1 => "48dc2e2b-6569-4a3c-95dc-1da5c3199205"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "53a8afdf-7c17-4459-bb08-7fed2fa0473d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "53a8afdf-7c17-4459-bb08-7fed2fa0473d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "53a8afdf-7c17-4459-bb08-7fed2fa0473d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "53a8afdf-7c17-4459-bb08-7fed2fa0473d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "4d4220ec-3823-402d-b4cf-4c48e334916f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "4d4220ec-3823-402d-b4cf-4c48e334916f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_carousel_and_intro.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_carousel_and_intro.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "f14962be-b35c-42f4-b71b-cda681017c16"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "f14962be-b35c-42f4-b71b-cda681017c16"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "f14962be-b35c-42f4-b71b-cda681017c16"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "f14962be-b35c-42f4-b71b-cda681017c16"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "736520ed-f06a-4bd4-a193-d8c286cba619"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "736520ed-f06a-4bd4-a193-d8c286cba619"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_cards.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_cards.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "paginated_list_with_horizontal_cards.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "dcb28144-4855-44fa-872a-9e8d64cb91e6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "dcb28144-4855-44fa-872a-9e8d64cb91e6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "dcb28144-4855-44fa-872a-9e8d64cb91e6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "dcb28144-4855-44fa-872a-9e8d64cb91e6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "6a0b74fa-52b0-41dc-9b40-4c9125311b10"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "6a0b74fa-52b0-41dc-9b40-4c9125311b10"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_formations.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_formations.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "72bef0f8-2926-4626-b698-c7cb6829e1ed"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "72bef0f8-2926-4626-b698-c7cb6829e1ed"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "72bef0f8-2926-4626-b698-c7cb6829e1ed"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "72bef0f8-2926-4626-b698-c7cb6829e1ed"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "662ac79d-89f3-4f46-8a80-53165f2cfac9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "662ac79d-89f3-4f46-8a80-53165f2cfac9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_job_focus.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_job_focus.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "ed4e5730-29a0-4fe4-9138-1a6f5a31a975"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "ed4e5730-29a0-4fe4-9138-1a6f5a31a975"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "ed4e5730-29a0-4fe4-9138-1a6f5a31a975"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "ed4e5730-29a0-4fe4-9138-1a6f5a31a975"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "ec57faac-3cbd-4991-88ff-5aba88f40377"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "ec57faac-3cbd-4991-88ff-5aba88f40377"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_counter.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_counter.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "813b5fb8-13cb-421a-8cdc-679f8890630e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "813b5fb8-13cb-421a-8cdc-679f8890630e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "813b5fb8-13cb-421a-8cdc-679f8890630e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "813b5fb8-13cb-421a-8cdc-679f8890630e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "720c857a-2f12-44d8-9b7d-8553a038c4e7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "720c857a-2f12-44d8-9b7d-8553a038c4e7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_testimony.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_testimony.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "2e5b7d01-6616-4c81-9234-12f41df4d4f0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "2e5b7d01-6616-4c81-9234-12f41df4d4f0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "2e5b7d01-6616-4c81-9234-12f41df4d4f0"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "2e5b7d01-6616-4c81-9234-12f41df4d4f0"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "1d798d5a-7ce9-4f4d-9f7e-bdf92e5aae07"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "1d798d5a-7ce9-4f4d-9f7e-bdf92e5aae07"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_did_you_know.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_did_you_know.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "11f8db99-c5b0-4574-bb4e-8282b587ce25"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "11f8db99-c5b0-4574-bb4e-8282b587ce25"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "11f8db99-c5b0-4574-bb4e-8282b587ce25"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "11f8db99-c5b0-4574-bb4e-8282b587ce25"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "39f40162-3fec-4a85-b552-854b3a690d32"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "39f40162-3fec-4a85-b552-854b3a690d32"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_apprenticeship_info.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_apprenticeship_info.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
(parameters:
[1 => "f8229752-b7e0-4db4-ae3d-4175a5ab0853"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.compatible_pages AS compatible_pages_4, t0.template_id AS template_id_5 FROM block t0 WHERE t0.id = ?"
"params" => [1 => "f8229752-b7e0-4db4-ae3d-4175a5ab0853"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
(parameters:
[1 => "f8229752-b7e0-4db4-ae3d-4175a5ab0853"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.field_value AS field_value_3, t0.type AS type_4, t0.field_type AS field_type_5, t0.block_id AS block_id_6, t0.media_id AS media_id_7 FROM block_item t0 WHERE t0.block_id = ? ORDER BY t0.type ASC"
"params" => [1 => "f8229752-b7e0-4db4-ae3d-4175a5ab0853"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "cd51f279-9f14-48c9-af82-b7c4144e2b2f"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "cd51f279-9f14-48c9-af82-b7c4144e2b2f"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "sector_download_button.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "sector_download_button.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "671cc4ea-b49c-46be-b600-e2a98e078888"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "671cc4ea-b49c-46be-b600-e2a98e078888"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
(parameters:
[1 => "header_menu"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
"params" => [1 => "header_menu"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
(parameters:
[1 => "header_menu_mobile"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
"params" => [1 => "header_menu_mobile"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
(parameters:
[1 => "dfc8e0f2-b0d5-47c8-9f1f-3cc87c44c025"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.id = ?"
"params" => [1 => "dfc8e0f2-b0d5-47c8-9f1f-3cc87c44c025"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "header.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "header.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 98]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 98]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
(parameters:
[1 => "aa1f46fc-bb32-4473-a8c6-c9c5c550d654"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
"params" => [1 => "aa1f46fc-bb32-4473-a8c6-c9c5c550d654"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "0a9eb208-7cdf-4caa-b6a1-54926d8ffc52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "51839ab5-c33b-49f9-9e4a-0a022b9dabf8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "51839ab5-c33b-49f9-9e4a-0a022b9dabf8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "8d8fc9ee-1a47-41fb-8029-094cb6947c90"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "8d8fc9ee-1a47-41fb-8029-094cb6947c90"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "f912c3e4-d87c-4719-9ee5-f6705c9c36aa"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "f912c3e4-d87c-4719-9ee5-f6705c9c36aa"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 98]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 98]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
(parameters:
[1 => "0630d741-b860-4f8b-a648-6d7ab8b7da22"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
"params" => [1 => "0630d741-b860-4f8b-a648-6d7ab8b7da22"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "34452ed1-f42c-4b16-b61c-2a20e00ff736"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "34452ed1-f42c-4b16-b61c-2a20e00ff736"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "34452ed1-f42c-4b16-b61c-2a20e00ff736"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "34452ed1-f42c-4b16-b61c-2a20e00ff736"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "bda92b50-6efb-47ee-beb3-75d9168e040a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "bda92b50-6efb-47ee-beb3-75d9168e040a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "bda92b50-6efb-47ee-beb3-75d9168e040a"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "bda92b50-6efb-47ee-beb3-75d9168e040a"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "b4a57b9d-02a7-4cae-a628-02bd1c007833"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "b4a57b9d-02a7-4cae-a628-02bd1c007833"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "b4a57b9d-02a7-4cae-a628-02bd1c007833"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "b4a57b9d-02a7-4cae-a628-02bd1c007833"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
(parameters:
[1 => "footer_menu_1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
"params" => [1 => "footer_menu_1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
(parameters:
[1 => "footer_menu_2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.template_id AS template_id_4 FROM menu t0 WHERE t0.type = ? LIMIT 1"
"params" => [1 => "footer_menu_2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "footer.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "footer.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 100]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 100]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
(parameters:
[1 => "c51db180-2888-48d2-8e73-31993aca8001"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
"params" => [1 => "c51db180-2888-48d2-8e73-31993aca8001"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
(parameters:
[1 => "4703669b-dbaa-4982-be63-86dc52b1ba0e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.menu_id AS menu_id_3, t0.menu_item_id AS menu_item_id_4 FROM menu_item_position t0 WHERE t0.menu_id = ? ORDER BY t0.position ASC"
"params" => [1 => "4703669b-dbaa-4982-be63-86dc52b1ba0e"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "817e5a8b-b2e1-48a9-8bec-6484cf3fd86d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "817e5a8b-b2e1-48a9-8bec-6484cf3fd86d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "817e5a8b-b2e1-48a9-8bec-6484cf3fd86d"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "817e5a8b-b2e1-48a9-8bec-6484cf3fd86d"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "c78b76db-822e-4fcd-8aed-111015f69c6c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "c78b76db-822e-4fcd-8aed-111015f69c6c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "c78b76db-822e-4fcd-8aed-111015f69c6c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "c78b76db-822e-4fcd-8aed-111015f69c6c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "f46849e0-fa75-4df5-91ad-3f274cd4f046"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "f46849e0-fa75-4df5-91ad-3f274cd4f046"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "f46849e0-fa75-4df5-91ad-3f274cd4f046"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "f46849e0-fa75-4df5-91ad-3f274cd4f046"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "38d3121a-c7c7-4033-b023-c6d0386754a7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.id = ?"
"params" => [1 => "38d3121a-c7c7-4033-b023-c6d0386754a7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
(parameters:
[1 => "38d3121a-c7c7-4033-b023-c6d0386754a7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.text AS text_2, t0.url AS url_3, t0.subitem_position AS subitem_position_4, t0.type AS type_5, t0.svg_icon AS svg_icon_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.position AS position_10, t8.menu_id AS menu_id_11, t8.menu_item_id AS menu_item_id_12 FROM menu_item t0 LEFT JOIN menu_item_position t8 ON t8.menu_item_id = t0.id WHERE t0.parent_id = ?"
"params" => [1 => "38d3121a-c7c7-4033-b023-c6d0386754a7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 101]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.header_button_text AS header_button_text_1, s0_.header_button_url AS header_button_url_2, s0_.facebook_url AS facebook_url_3, s0_.linkedin_url AS linkedin_url_4, s0_.twitter_url AS twitter_url_5, s0_.youtube_url AS youtube_url_6, s0_.instagram_url AS instagram_url_7, s0_.tiktok_url AS tiktok_url_8, s0_.company_name AS company_name_9, s0_.company_url AS company_url_10, s0_.enable_quizzes AS enable_quizzes_11, s0_.quiz_button_text_upper AS quiz_button_text_upper_12, s0_.quiz_button_text_lower AS quiz_button_text_lower_13, s0_.quiz_button_url AS quiz_button_url_14, s0_.job_recruitment_potential_long_text AS job_recruitment_potential_long_text_15, s0_.job_recruitment_potential_short_text AS job_recruitment_potential_short_text_16, s0_.header_logo_id AS header_logo_id_17, s0_.footer_logo_id AS footer_logo_id_18, s0_.company_logo_id AS company_logo_id_19, s0_.quizzes_image_id AS quizzes_image_id_20 FROM settings s0_ LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "base.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "base.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "base.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "base.html.twig"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'metiers' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "metiers"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'metiers'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'metiers'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "metiers"
2 => "metiers"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
[
"sql" => """
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
"params" => [1 => "metiers"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing query:
"SELECT * FROM doctrine_migration_versions"
doctrine
[
"sql" => "SELECT * FROM doctrine_migration_versions"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Icon/symfony.svg"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Icon/symfony.svg"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/cancel.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/cancel.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/cancel.html.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/cancel.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Icon/symfony.svg"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Icon/symfony.svg"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Icon/close.svg"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Icon/close.svg"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
(parameters:
[1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.source AS source_3, t0.last_modified AS last_modified_4, t0.type AS type_5, t0.variables AS variables_6 FROM template t0 WHERE t0.filename = ? LIMIT 1"
"params" => [1 => "@WebProfiler/Profiler/toolbar.css.twig"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
319
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CookieManagementPageCommand" (parent: .abstract.instanceof.App\Command\CookieManagementPageCommand).
Resolving inheritance for "App\Command\CookieManagementPageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CookieManagementPageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportSectorFieldsCommand" (parent: .abstract.instanceof.App\Command\ExportSectorFieldsCommand).
Resolving inheritance for "App\Command\ExportSectorFieldsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportSectorFieldsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportSectorFieldsCommand" (parent: .abstract.instanceof.App\Command\ImportSectorFieldsCommand).
Resolving inheritance for "App\Command\ImportSectorFieldsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportSectorFieldsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSectorsCommand" (parent: .abstract.instanceof.App\Command\LoadSectorsCommand).
Resolving inheritance for "App\Command\LoadSectorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSectorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBlocksFromSectorsCommand" (parent: .abstract.instanceof.App\Command\RemoveBlocksFromSectorsCommand).
Resolving inheritance for "App\Command\RemoveBlocksFromSectorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBlocksFromSectorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectorsToPagesCommand" (parent: .abstract.instanceof.App\Command\SectorsToPagesCommand).
Resolving inheritance for "App\Command\SectorsToPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectorsToPagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoFixturesCommand" (parent: .abstract.instanceof.App\Command\VideoFixturesCommand).
Resolving inheritance for "App\Command\VideoFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeekleSectorNotificationsCommand" (parent: .abstract.instanceof.App\Command\WeekleSectorNotificationsCommand).
Resolving inheritance for "App\Command\WeekleSectorNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeekleSectorNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController" (parent: .abstract.instanceof.App\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController).
Resolving inheritance for "App\Controller\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController" (parent: .abstract.instanceof.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController).
Resolving inheritance for "App\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRelationController" (parent: .abstract.instanceof.App\Controller\ContentRelationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRelationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRelationController).
Resolving inheritance for "App\Controller\ContentRelationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRelationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRequestController" (parent: .abstract.instanceof.App\Controller\ContentRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRequestController).
Resolving inheritance for "App\Controller\ContentRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController" (parent: .abstract.instanceof.App\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController).
Resolving inheritance for "App\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController" (parent: .abstract.instanceof.App\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController).
Resolving inheritance for "App\Controller\JobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleController" (parent: .abstract.instanceof.App\Controller\JouveModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleController).
Resolving inheritance for "App\Controller\JouveModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleProgressController" (parent: .abstract.instanceof.App\Controller\JouveModuleProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleProgressController).
Resolving inheritance for "App\Controller\JouveModuleProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController" (parent: .abstract.instanceof.App\Controller\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController).
Resolving inheritance for "App\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController" (parent: .abstract.instanceof.App\Controller\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController).
Resolving inheritance for "App\Controller\ResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController" (parent: .abstract.instanceof.App\Controller\SectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController).
Resolving inheritance for "App\Controller\SectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController" (parent: .abstract.instanceof.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController).
Resolving inheritance for "App\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController" (parent: .abstract.instanceof.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController).
Resolving inheritance for "App\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoAuthenticationController" (parent: .abstract.instanceof.App\Controller\SsoAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoAuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoAuthenticationController).
Resolving inheritance for "App\Controller\SsoAuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserContentController" (parent: .abstract.instanceof.App\Controller\UserContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserContentController).
Resolving inheritance for "App\Controller\UserContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController" (parent: .abstract.instanceof.App\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController).
Resolving inheritance for "App\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController).
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\AppImages" (parent: .abstract.instanceof.App\DataFixtures\AppImages).
Resolving inheritance for "App\DataFixtures\AppImages" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppImages).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlocksFixtures" (parent: .abstract.instanceof.App\DataFixtures\BlocksFixtures).
Resolving inheritance for "App\DataFixtures\BlocksFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlocksFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CodeRiasecFixtures" (parent: .abstract.instanceof.App\DataFixtures\CodeRiasecFixtures).
Resolving inheritance for "App\DataFixtures\CodeRiasecFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CodeRiasecFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContentFixtures" (parent: .abstract.instanceof.App\DataFixtures\ContentFixtures).
Resolving inheritance for "App\DataFixtures\ContentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmailFixtrures" (parent: .abstract.instanceof.App\DataFixtures\EmailFixtrures).
Resolving inheritance for "App\DataFixtures\EmailFixtrures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmailFixtrures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures" (parent: .abstract.instanceof.App\DataFixtures\JobFixtures).
Resolving inheritance for "App\DataFixtures\JobFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JouveModuleFixtures" (parent: .abstract.instanceof.App\DataFixtures\JouveModuleFixtures).
Resolving inheritance for "App\DataFixtures\JouveModuleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JouveModuleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MenuFixtures" (parent: .abstract.instanceof.App\DataFixtures\MenuFixtures).
Resolving inheritance for "App\DataFixtures\MenuFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MenuFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PageFixtures" (parent: .abstract.instanceof.App\DataFixtures\PageFixtures).
Resolving inheritance for "App\DataFixtures\PageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartnerCardsFixtures" (parent: .abstract.instanceof.App\DataFixtures\PartnerCardsFixtures).
Resolving inheritance for "App\DataFixtures\PartnerCardsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartnerCardsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SectorFixtures" (parent: .abstract.instanceof.App\DataFixtures\SectorFixtures).
Resolving inheritance for "App\DataFixtures\SectorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SectorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures" (parent: .abstract.instanceof.App\DataFixtures\SettingsFixtures).
Resolving inheritance for "App\DataFixtures\SettingsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\setFeaturedJob" (parent: .abstract.instanceof.App\DataFixtures\setFeaturedJob).
Resolving inheritance for "App\DataFixtures\setFeaturedJob" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\setFeaturedJob).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordResettingListener" (parent: .abstract.instanceof.App\EventSubscriber\PasswordResettingListener).
Resolving inheritance for "App\EventSubscriber\PasswordResettingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordResettingListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Skill" (parent: .abstract.instanceof.App\Form\Skill).
Resolving inheritance for "App\Form\Skill" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Skill).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SkillGroup" (parent: .abstract.instanceof.App\Form\SkillGroup).
Resolving inheritance for "App\Form\SkillGroup" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SkillGroup).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CounterType" (parent: .abstract.instanceof.App\Form\Type\CounterType).
Resolving inheritance for "App\Form\Type\CounterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CounterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntroMediaType" (parent: .abstract.instanceof.App\Form\Type\IntroMediaType).
Resolving inheritance for "App\Form\Type\IntroMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntroMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SonataMediaUploadType" (parent: .abstract.instanceof.App\Form\Type\SonataMediaUploadType).
Resolving inheritance for "App\Form\Type\SonataMediaUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SonataMediaUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonyCarouselType" (parent: .abstract.instanceof.App\Form\Type\TestimonyCarouselType).
Resolving inheritance for "App\Form\Type\TestimonyCarouselType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonyCarouselType).
Resolving inheritance for ".instanceof.App\MessageHandler\UpdateParentHandler.0.App\MessageHandler\UpdateParentHandler" (parent: .abstract.instanceof.App\MessageHandler\UpdateParentHandler).
Resolving inheritance for "App\MessageHandler\UpdateParentHandler" (parent: .instanceof.App\MessageHandler\UpdateParentHandler.0.App\MessageHandler\UpdateParentHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockItemRepository" (parent: .abstract.instanceof.App\Repository\BlockItemRepository).
Resolving inheritance for "App\Repository\BlockItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPositionRepository" (parent: .abstract.instanceof.App\Repository\BlockPositionRepository).
Resolving inheritance for "App\Repository\BlockPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockRepository" (parent: .abstract.instanceof.App\Repository\BlockRepository).
Resolving inheritance for "App\Repository\BlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentFieldRepository" (parent: .abstract.instanceof.App\Repository\ContentFieldRepository).
Resolving inheritance for "App\Repository\ContentFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRelationRepository" (parent: .abstract.instanceof.App\Repository\ContentRelationRepository).
Resolving inheritance for "App\Repository\ContentRelationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRelationRepository).
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\EmailRepository" (parent: .abstract.instanceof.App\Repository\EmailRepository).
Resolving inheritance for "App\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleProgressRepository" (parent: .abstract.instanceof.App\Repository\JouveModuleProgressRepository).
Resolving inheritance for "App\Repository\JouveModuleProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleProgressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleRepository" (parent: .abstract.instanceof.App\Repository\JouveModuleRepository).
Resolving inheritance for "App\Repository\JouveModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemPositionRepository" (parent: .abstract.instanceof.App\Repository\MenuItemPositionRepository).
Resolving inheritance for "App\Repository\MenuItemPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository" (parent: .abstract.instanceof.App\Repository\MenuItemRepository).
Resolving inheritance for "App\Repository\MenuItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository" (parent: .abstract.instanceof.App\Repository\MenuRepository).
Resolving inheritance for "App\Repository\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository).
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\PartnerCardRepository" (parent: .abstract.instanceof.App\Repository\PartnerCardRepository).
Resolving inheritance for "App\Repository\PartnerCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiasecRepository" (parent: .abstract.instanceof.App\Repository\RiasecRepository).
Resolving inheritance for "App\Repository\RiasecRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiasecRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorFieldRepository" (parent: .abstract.instanceof.App\Repository\SectorFieldRepository).
Resolving inheritance for "App\Repository\SectorFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository" (parent: .abstract.instanceof.App\Repository\SectorRepository).
Resolving inheritance for "App\Repository\SectorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository" (parent: .abstract.instanceof.App\Repository\SettingsRepository).
Resolving inheritance for "App\Repository\SettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository" (parent: .abstract.instanceof.App\Repository\TemplateRepository).
Resolving inheritance for "App\Repository\TemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentRepository" (parent: .abstract.instanceof.App\Repository\UserContentRepository).
Resolving inheritance for "App\Repository\UserContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentRepository).
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\VideoRepository" (parent: .abstract.instanceof.App\Repository\VideoRepository).
Resolving inheritance for "App\Repository\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ContentNormalizer" (parent: .abstract.instanceof.App\Serializer\ContentNormalizer).
Resolving inheritance for "App\Serializer\ContentNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ContentNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\EntityNormalizer" (parent: .abstract.instanceof.App\Serializer\EntityNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\EntityNormalizer).
Resolving inheritance for "App\Serializer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\MediaPathExtension" (parent: .abstract.instanceof.App\Twig\Extension\MediaPathExtension).
Resolving inheritance for "App\Twig\Extension\MediaPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\MediaPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension" (parent: .abstract.instanceof.App\Twig\JsonDecodeExtension).
Resolving inheritance for "App\Twig\JsonDecodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension).
Resolving inheritance for ".instanceof.Twig\Loader\LoaderInterface.0.App\Twig\Loader\DatabaseLoader" (parent: .abstract.instanceof.App\Twig\Loader\DatabaseLoader).
Resolving inheritance for "App\Twig\Loader\DatabaseLoader" (parent: .instanceof.Twig\Loader\LoaderInterface.0.App\Twig\Loader\DatabaseLoader).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.client.password_resetting" (parent: .abstract.instanceof.client.password_resetting).
Resolving inheritance for "client.password_resetting" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.client.password_resetting).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.entity_normalizer" (parent: .abstract.instanceof.entity_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.entity_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.entity_normalizer).
Resolving inheritance for "entity_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.entity_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.content_normalizer" (parent: .abstract.instanceof.content_normalizer).
Resolving inheritance for "content_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.content_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.sonata_media_upload" (parent: .abstract.instanceof.app.form.type.sonata_media_upload).
Resolving inheritance for "app.form.type.sonata_media_upload" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.sonata_media_upload).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController" (parent: .abstract.instanceof.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for "Sonata\AdminBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "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.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.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: admin_success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: 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.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
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 "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.content" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.content" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.content" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.content" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.content" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.content" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.content" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
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).
1
Skipping service "App\Admin\UserGroupAdmin": Class or interface "App\Admin\UserGroupAdmin" cannot be loaded.
304
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Gaufrette\Filesystem"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\ImageProvider"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\DailyMotionProvider"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\FileProvider"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\VimeoProvider"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\YouTubeProvider"; reason: private alias.
Removed service "Sonata\MediaBundle\Entity\MediaManager"; reason: private alias.
Removed service "Bugsnag\Client"; reason: private alias.
Removed service "Sonata\Twig\FlashMessage\FlashManager"; 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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "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\WebLink\HttpHeaderSerializer"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\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.user.provider.concrete.fos_userbundle"; 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.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "fos_user.doctrine_registry"; reason: private alias.
Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
Removed service "fos_user.util.token_generator"; reason: private alias.
Removed service "fos_user.mailer"; reason: private alias.
Removed service "FOS\UserBundle\Mailer\MailerInterface"; reason: private alias.
Removed service "sonata.user.mailer"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $content.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $content.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.admin.media.manager"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; 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 "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator.PNS.OOL"; reason: private alias.
Removed service ".service_locator.RIGJPw_"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.ES6xFEQ"; reason: private alias.
Removed service ".service_locator._J0xK92"; reason: private alias.
Removed service ".service_locator.P0cUqb."; reason: private alias.
Removed service ".service_locator.XeaocYU"; reason: private alias.
Removed service ".service_locator.YJqZYDp"; reason: private alias.
Removed service ".service_locator.wgRR6cj"; reason: private alias.
Removed service ".service_locator.MzwoDn2"; reason: private alias.
Removed service ".service_locator.savXDc5"; reason: private alias.
Removed service ".service_locator.r3v8ZNc"; reason: private alias.
Removed service ".service_locator.GKIk3wz"; reason: private alias.
Removed service ".service_locator.S3cCKnm"; reason: private alias.
Removed service ".service_locator.fLLFP2j"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.MrPwCJ0"; reason: private alias.
Removed service ".service_locator.QjtXvt6"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.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 "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.KCRfJiT"; reason: private alias.
Removed service ".service_locator.U4coKRP"; reason: private alias.
Removed service ".service_locator..H2dUEM"; reason: private alias.
Removed service ".service_locator.Vi4etSL"; reason: private alias.
Removed service ".service_locator.wOgU12_"; reason: private alias.
Removed service ".service_locator.MK0VIDU"; reason: private alias.
Removed service ".service_locator.Qdk9LbI"; reason: private alias.
Removed service ".service_locator.PqUuoNu"; reason: private alias.
Removed service ".service_locator.CK7sb42"; reason: private alias.
Removed service ".service_locator.rvhOD6r"; reason: private alias.
Removed service ".service_locator.kYoGjMk"; reason: private alias.
Removed service ".service_locator.D0VD590"; reason: private alias.
Removed service ".service_locator.JDRq4uf"; reason: private alias.
Removed service ".service_locator.OVRrT23"; reason: private alias.
Removed service ".service_locator.G6i0Bw5"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.4CfrfXU"; reason: private alias.
Removed service ".service_locator.IoWdaJ7"; reason: private alias.
Removed service ".service_locator.AQNbyKz"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
161
Changed reference of service "App\Controller\ContentController" previously pointing to "fos_elastica.finder.content" to "FOS\ElasticaBundle\Finder\TransformedFinder $contentFinder".
Changed reference of service "App\Controller\JobController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\UserController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "App\EventSubscriber\ContentSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\EventSubscriber\PasswordResettingListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ApiAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AzureAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AzureAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\SSOAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\SSOLogoutHandler" previously pointing to "router.default" to "router".
Changed reference of service "admin.job" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.video" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.page" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.blockPosition" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.block" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.blockItem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.emailContent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.menu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.menuItem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.menuItemPosition" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.settings" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.member" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sectorAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.jouveModule" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.partnerCard" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "client.password_resetting" previously pointing to "router.default" to "router".
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 "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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.twig_symfony" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.action.login" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.request" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.content" to "FOS\ElasticaBundle\Finder\TransformedFinder $contentFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.content" to "FOS\ElasticaBundle\Elastica\Index $contentIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.content" to "FOS\ElasticaBundle\Elastica\Index $contentIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.content" to "FOS\ElasticaBundle\Elastica\Index $contentIndex".
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.content" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.content" previously pointing to "fos_elastica.index.content" to "FOS\ElasticaBundle\Elastica\Index $contentIndex".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JxObRZS" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service ".service_locator.FwTcCRX" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_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.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2e6LmLI" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2e6LmLI" previously pointing to "translator.data_collector" to "translator".
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.PK3g_Zq" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.PK3g_Zq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FeLY1aP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $contentFinder" previously pointing to "fos_elastica.index.content" to "FOS\ElasticaBundle\Elastica\Index $contentIndex".
357
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; 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 "http_client.abstract_retry_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 "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CookieManagementPageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CookieManagementPageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportSectorFieldsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExportSectorFieldsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportSectorFieldsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportSectorFieldsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSectorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadSectorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBlocksFromSectorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveBlocksFromSectorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectorsToPagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SectorsToPagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VideoFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VideoFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeekleSectorNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WeekleSectorNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRelationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRelationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentRelationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JouveModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JouveModuleProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JouveModuleProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JouveModuleProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoAuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SsoAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VideoController"; 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\AppImages"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppImages"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\BlocksFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\BlocksFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CodeRiasecFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CodeRiasecFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ContentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ContentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EmailFixtrures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\EmailFixtrures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\JobFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\JouveModuleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\JouveModuleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MenuFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MenuFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PartnerCardsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\PartnerCardsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SectorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SectorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SettingsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\setFeaturedJob"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\setFeaturedJob"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordResettingListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PasswordResettingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Skill"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Skill"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SkillGroup"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SkillGroup"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CounterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CounterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IntroMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IntroMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SonataMediaUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SonataMediaUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TestimonyCarouselType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TestimonyCarouselType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\UpdateParentHandler.0.App\MessageHandler\UpdateParentHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\UpdateParentHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlockItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlockPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRelationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentRelationRepository"; 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\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleProgressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JouveModuleProgressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JouveModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JouveModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuItemPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuRepository"; 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\PartnerCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiasecRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RiasecRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectorFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserContentRepository"; 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\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VideoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ContentNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ContentNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\EntityNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\MediaPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\MediaPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Loader\LoaderInterface.0.App\Twig\Loader\DatabaseLoader"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Loader\DatabaseLoader"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.client.password_resetting"; reason: abstract.
Removed service ".abstract.instanceof.client.password_resetting"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.entity_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.entity_normalizer"; reason: abstract.
Removed service ".abstract.instanceof.entity_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.content_normalizer"; reason: abstract.
Removed service ".abstract.instanceof.content_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.sonata_media_upload"; reason: abstract.
Removed service ".abstract.instanceof.app.form.type.sonata_media_upload"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.Sonata\AdminBundle\Controller\CRUDController"; reason: abstract.
132
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Admin\AdminAdmin"; reason: unused.
Removed service "App\Admin\BlockAdmin"; reason: unused.
Removed service "App\Admin\BlockItemAdmin"; reason: unused.
Removed service "App\Admin\BlockPositionAdmin"; reason: unused.
Removed service "App\Admin\CategoryAdmin"; reason: unused.
Removed service "App\Admin\EmailAdmin"; reason: unused.
Removed service "App\Admin\JobAdmin"; reason: unused.
Removed service "App\Admin\JouveModuleAdmin"; reason: unused.
Removed service "App\Admin\MediaAdmin"; reason: unused.
Removed service "App\Admin\MenuAdmin"; reason: unused.
Removed service "App\Admin\MenuItemAdmin"; reason: unused.
Removed service "App\Admin\MenuItemPositionAdmin"; reason: unused.
Removed service "App\Admin\PageAdmin"; reason: unused.
Removed service "App\Admin\PartnerCardAdmin"; reason: unused.
Removed service "App\Admin\SectorAdmin"; reason: unused.
Removed service "App\Admin\SettingsAdmin"; reason: unused.
Removed service "App\Admin\SonataUserAdmin"; reason: unused.
Removed service "App\Admin\UserAdmin"; reason: unused.
Removed service "App\Admin\UserGroupAdmin"; reason: unused.
Removed service "App\Admin\VideoAdmin"; reason: unused.
Removed service "App\DQL\MatchAgainst"; reason: unused.
Removed service "App\DQL\Rand"; reason: unused.
Removed service "App\Elasticsearch\ContentRepository"; reason: unused.
Removed service "App\EventSubscriber\ContentIndexSubscriber"; reason: unused.
Removed service "App\Form\Type\SonataMediaUploadType"; reason: unused.
Removed service "App\Infra\JobTypes"; reason: unused.
Removed service "App\Infra\Regions"; reason: unused.
Removed service "App\Message\UpdateParent"; reason: unused.
Removed service "App\Security\AdminAuthenticationHandler"; reason: unused.
Removed service "App\Security\SSOAuthenticator"; reason: unused.
Removed service "App\Service\AggregationService"; reason: unused.
Removed service "App\Service\ContentRequestService"; reason: unused.
Removed service "App\Service\RegistrationService"; reason: unused.
Removed service "admin_success_handler"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; 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 "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~nu..KhK"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.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.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.noop"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "fos_user.user_provider.username_email"; reason: unused.
Removed service "fos_user.user_provider.email"; reason: unused.
Removed service "fos_user.user_checker"; reason: unused.
Removed service "fos_user.mailer.twig_swift"; reason: unused.
Removed service "fos_user.mailer.twig_symfony"; reason: unused.
Removed service "fos_user.mailer.noop"; reason: unused.
Removed service "sonata.user.security.user_provider"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
534
Inlined service ".service_locator.O2p6Lk7.App\Controller\AuthenticationController" to "App\Controller\AuthenticationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CategoryController" to "App\Controller\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ContentRelationController" to "App\Controller\ContentRelationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ContentRequestController" to "App\Controller\ContentRequestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\EmailController" to "App\Controller\EmailController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\JobController" to "App\Controller\JobController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\JouveModuleController" to "App\Controller\JouveModuleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\JouveModuleProgressController" to "App\Controller\JouveModuleProgressController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MediaController" to "App\Controller\MediaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PageController" to "App\Controller\PageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ResettingController" to "App\Controller\ResettingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SectorController" to "App\Controller\SectorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SettingsController" to "App\Controller\SettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SitemapController" to "App\Controller\SitemapController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SsoAuthenticationController" to "App\Controller\SsoAuthenticationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserContentController" to "App\Controller\UserContentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\VideoController" to "App\Controller\VideoController".
Inlined service "App\Service\UserService" to "App\Service\PageRenderService".
Inlined service "App\Service\SsoApiService" to "App\Service\SsoUserService".
Inlined service ".service_locator.2e6LmLI.Sonata\AdminBundle\Controller\CRUDController" to "Sonata\AdminBundle\Controller\CRUDController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
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 "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
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 "sonata.admin.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 "sonata.admin.route_loader" 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 "App\Serializer\ContentNormalizer" to "serializer".
Inlined service "App\Serializer\EntityNormalizer" to "serializer".
Inlined service "entity_normalizer" to "serializer".
Inlined service "content_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "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.translatable" 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 "App\Serializer\CircularReferenceHandler" to "serializer.normalizer.object".
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.gpkYmj3" 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 "fos_user.validator.initializer" to "validator.builder".
Inlined service "sonata.user.validator.user_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.YG9Th1S" 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 "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
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.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "fos_elastica.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.chain" 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.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.user.roles_matrix_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "ace_editor.twig.form_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 "sonata.block.twig.global" to "twig".
Inlined service "sonata.user.twig.global" to "twig".
Inlined service "sonata.media.twig.global" 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 "App\Twig\Loader\DatabaseLoader" to "twig.loader.chain".
Inlined service "twig.loader.native_filesystem" to "twig.loader.chain".
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.dV8qe5Y" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.2wU2SuW" 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.YXT5_Cz" to "doctrine.orm.container_repository_factory".
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.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.dP7Bnj3" to "security.helper".
Inlined service ".service_locator.ITRTPMv" 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.hUJ8xkz" to "security.access_map".
Inlined service ".security.request_matcher.pMjWsc2" to "security.access_map".
Inlined service ".security.request_matcher.8m45N6o" to "security.access_map".
Inlined service ".security.request_matcher.Y75PGej" to "security.access_map".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.adaKQ6j" to "security.access_map".
Inlined service ".security.request_matcher.uxww044" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.ODlkxtX" to "security.access_map".
Inlined service ".security.request_matcher.UexLDfA" to "security.access_map".
Inlined service ".security.request_matcher.ksBL.mI" to "security.access_map".
Inlined service ".security.request_matcher.sj5IGoZ" to "security.access_map".
Inlined service ".security.request_matcher.XAi7QLS" to "security.access_map".
Inlined service ".security.request_matcher.y0b1VeW" to "security.access_map".
Inlined service ".security.request_matcher.uSOAXqd" to "security.access_map".
Inlined service ".security.request_matcher.NtbSVY5" to "security.access_map".
Inlined service ".security.request_matcher.SYfHZEG" to "security.access_map".
Inlined service ".security.request_matcher.ONJaMSy" to "security.access_map".
Inlined service ".security.request_matcher.9lYXmSc" to "security.access_map".
Inlined service ".security.request_matcher.BrFfR3a" to "security.access_map".
Inlined service ".security.request_matcher.nyVbEkt" to "security.access_map".
Inlined service ".security.request_matcher.NAOfCuB" to "security.access_map".
Inlined service ".security.request_matcher.XJiEcNz" to "security.access_map".
Inlined service ".security.request_matcher.b0mSEUb" to "security.access_map".
Inlined service ".security.request_matcher.3ZGorzr" to "security.access_map".
Inlined service ".security.request_matcher.VnuPmrT" to "security.access_map".
Inlined service ".security.request_matcher.tu_GvXH" to "security.access_map".
Inlined service ".security.request_matcher.mAvSOvn" to "security.access_map".
Inlined service ".security.request_matcher.it5.ahQ" to "security.access_map".
Inlined service ".security.request_matcher.juMa3Gd" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.RUC7jTb" to ".security.request_matcher.f.UtGbK".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.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.logout_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.efuIWci" to ".security.request_matcher.OYfcY1_".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "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.1051k_w" to ".security.request_matcher.hUJ8xkz".
Inlined service ".security.request_matcher.FhsJp7j" to ".security.request_matcher.pMjWsc2".
Inlined service ".security.request_matcher.WfHcy89" to ".security.request_matcher.8m45N6o".
Inlined service ".security.request_matcher.13dO_3B" to ".security.request_matcher.Y75PGej".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.0n7kZNb" to ".security.request_matcher.adaKQ6j".
Inlined service ".security.request_matcher.kWjOF59" to ".security.request_matcher.uxww044".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.3mSed7r" to ".security.request_matcher.CgfRQRn".
Inlined service ".security.request_matcher.sXK.iqz" to ".security.request_matcher.ODlkxtX".
Inlined service ".security.request_matcher.21A1dbb" to ".security.request_matcher.UexLDfA".
Inlined service ".security.request_matcher.vOjO1vh" to ".security.request_matcher.ksBL.mI".
Inlined service ".security.request_matcher.g7gkWxt" to ".security.request_matcher.sj5IGoZ".
Inlined service ".security.request_matcher.DIgNAIv" to ".security.request_matcher.XAi7QLS".
Inlined service ".security.request_matcher.Kge4K4T" to ".security.request_matcher.y0b1VeW".
Inlined service ".security.request_matcher.a5cpDVP" to ".security.request_matcher.uSOAXqd".
Inlined service ".security.request_matcher.fVRjsCE" to ".security.request_matcher.NtbSVY5".
Inlined service ".security.request_matcher.LFDDgST" to ".security.request_matcher.SYfHZEG".
Inlined service ".security.request_matcher.Ztcx2iN" to ".security.request_matcher.ONJaMSy".
Inlined service ".security.request_matcher.2VIWm92" to ".security.request_matcher.9lYXmSc".
Inlined service ".security.request_matcher.QiBF6kJ" to ".security.request_matcher.BrFfR3a".
Inlined service ".security.request_matcher.7kCua7Z" to ".security.request_matcher.nyVbEkt".
Inlined service ".security.request_matcher.FKs2GSr" to ".security.request_matcher.NAOfCuB".
Inlined service ".security.request_matcher.qWZha_K" to ".security.request_matcher.XJiEcNz".
Inlined service ".security.request_matcher.d84KZBK" to ".security.request_matcher.b0mSEUb".
Inlined service ".security.request_matcher.wuyqh84" to ".security.request_matcher.3ZGorzr".
Inlined service ".security.request_matcher.wrH_i5L" to ".security.request_matcher.VnuPmrT".
Inlined service ".security.request_matcher.7hJ7cAm" to ".security.request_matcher.tu_GvXH".
Inlined service ".security.request_matcher.Q_GKEyC" to ".security.request_matcher.mAvSOvn".
Inlined service ".security.request_matcher.wyJHvZ." to ".security.request_matcher.it5.ahQ".
Inlined service ".security.request_matcher.Ck41efa" to ".security.request_matcher.juMa3Gd".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.pBWaIXu" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.IGbUtYS" to "sonata.admin.pool".
Inlined service ".service_locator.ejIbxXf" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.2e6LmLI.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service ".service_locator.O2p6Lk7.fos_user.security.controller" to "fos_user.security.controller".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.security.login_manager" to "fos_user.listener.authentication".
Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
Inlined service ".service_locator.O2p6Lk7.fos_user.profile.controller" to "fos_user.profile.controller".
Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
Inlined service ".service_locator.O2p6Lk7.fos_user.registration.controller" to "fos_user.registration.controller".
Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
Inlined service ".service_locator.O2p6Lk7.fos_user.change_password.controller" to "fos_user.change_password.controller".
Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
Inlined service ".service_locator.O2p6Lk7.fos_user.resetting.controller" to "fos_user.resetting.controller".
Inlined service "sonata.user.admin_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "sonata.user.security_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "sonata.user.util.token_generator" to "sonata.user.action.request".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~yh50bTF" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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.TzGE288" to "fos_elastica.persister_registry".
Inlined service ".service_locator.OibpqnF" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.repository_manager" to "fos_elastica.manager.orm".
Inlined service "fos_elastica.model_to_elastica_transformer.content" to "fos_elastica.object_persister.content".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.content".
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\AppImages" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\BlocksFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CodeRiasecFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ContentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\EmailFixtrures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\JobFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\JouveModuleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MenuFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PageFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\PartnerCardsFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SectorFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SettingsFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\setFeaturedJob" to "doctrine.fixtures.loader".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.jouve" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.thumbnail.file" to "sonata.media.provider.file".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service ".service_locator.PK3g_Zq.sonata.media.controller.media.admin" to "sonata.media.controller.media.admin".
Inlined service ".service_locator.2e6LmLI.sonata.media.controller.gallery.admin" to "sonata.media.controller.gallery.admin".
Inlined service "bugsnag.factory" to "bugsnag".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
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 "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\UpdateParentHandler" to ".messenger.handler_descriptor.qgBlyl8".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.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.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.ybClHma" to ".service_locator.ybClHma.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.PK3g_Zq" to ".service_locator.PK3g_Zq.sonata.media.controller.media.admin".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.2dbgUIS" to "debug.argument_resolver.inner".
Inlined service ".service_locator.qemq8Y1" to "console.command_loader".
Inlined service ".service_locator.ybClHma.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "fos_user.object_manager" to "fos_user.user_manager".
Inlined service "fos_elastica.elastica_to_model_transformer.content" to "FOS\ElasticaBundle\Finder\TransformedFinder $contentFinder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "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 "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "App\Service\ProgressBarService" to "doctrine.fixtures_load_command".
Inlined service "App\Service\ProgressBarService" to "doctrine.fixtures_load_command".
Inlined service "App\Service\ProgressBarService" to "doctrine.fixtures_load_command".
4
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?
Tag "sonata.admin.template_registry" was defined on service(s) "admin.job.template_registry", "admin.video.template_registry", "admin.page.template_registry", "admin.blockPosition.template_registry", "admin.block.template_registry", "admin.blockItem.template_registry", "admin.media.template_registry", "admin.emailContent.template_registry", "admin.menu.template_registry", "admin.menuItem.template_registry", "admin.menuItemPosition.template_registry", "admin.settings.template_registry", "admin.admin.template_registry", "admin.member.template_registry", "admin.sectorAdmin.template_registry", "admin.jouveModule.template_registry", "admin.category.template_registry", "admin.partnerCard.template_registry", "sonata.user.admin.user.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery.template_registry", "sonata.media.admin.gallery_item.template_registry", but was never used.