Log messages generated by using features marked as deprecated.
Time
Channel
Message
php
User Deprecated: The Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle class is deprecated since sonata-project/doctrine-extensions 1.9, to be removed in version 2.0. Use Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle instead.
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
User Deprecated: The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.
User Deprecated: The Sonata\FormatterBundle\Formatter\FormatterInterface interface is deprecated since sonata-project/formatter-bundle 4.x, to be removed in 5.0. Use Formatter or ExtendableFormatter instead.
User Deprecated: The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.
User Deprecated: The "Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setIgnoredAttributes()" method is deprecated since Symfony 4.2, use the "ignored_attributes" key of the context instead.
User Deprecated: The "Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setCallbacks()" method is deprecated since Symfony 4.2, use the "callbacks" key of the context instead.
User Deprecated: The "Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setCircularReferenceHandler()" method is deprecated since Symfony 4.2, use the "circular_reference_handler" key of the context instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
User Deprecated: The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.
The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "Sonata\AdminBundle\Controller\CRUDController".
The "App\Controller\Api\ElasticSearch\SearchController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "App\Controller\Api\User\RestLoginController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
The "App\Controller\Api\User\RestProfileController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
The "App\Controller\Api\User\RestRegistrationController" class implements "FOS\RestBundle\Routing\ClassResourceInterface" that is deprecated since 2.8.
The "App\Controller\Api\User\RestRegistrationController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
The "App\Controller\View\ElasticSearch\SearchController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_user" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "coop_tilleuls_ck_editor_sonata_media" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_oauth_server" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
The "Sonata\MediaBundle\Provider\FileProvider" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "App\Application\Sonata\MediaBundle\Provider\CustomFileProvider".
The "Sonata\MediaBundle\Provider\YouTubeProvider" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "App\Application\Sonata\MediaBundle\Provider\YoutubeProvider".
The "Sonata\MediaBundle\Provider\VimeoProvider" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "App\Application\Sonata\MediaBundle\Provider\VimeoProvider".
The "Sonata\MediaBundle\Provider\FileProvider" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "Sonata\MediaBundle\Provider\ImageProvider".
The "Sonata\MediaBundle\Provider\ImageProvider" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "App\Application\Sonata\MediaBundle\Provider\LinkProvider".
The "Sonata\MediaBundle\Controller\MediaAdminController" class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController".
Class "Sonata\DoctrineORMAdminBundle\Model\ModelManager" should implement method "Sonata\AdminBundle\Model\ModelManagerInterface::supportsQuery(object $query)".
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
The "Sonata\UserBundle\Command\TwoStepVerificationCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The "Sonata\ClassificationBundle\Command\FixContextCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
The Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The "Sonata\AdminBundle\Admin\AbstractAdmin::getExportFields()" method is considered final since sonata-project/admin-bundle 3.76. It may change without further notice as of its next major version. You should not extend it from "Sonata\UserBundle\Admin\Model\UserAdmin".
The Sonata\Form\Type\EqualType class is deprecated since version 1.2 and will be removed in 2.0. Use Sonata\AdminBundle\Form\Type\Operator\EqualOperatorType instead.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
The Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
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".
The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.
Constructing "Sonata\DoctrineORMAdminBundle\Model\ModelManager" without passing an instance of "Symfony\Component\PropertyAccess\PropertyAccessorInterface" as second argument is deprecated since sonata-project/doctrine-orm-admin-bundle 3.22 and will be mandatory in 4.0.
SELECT t0.`name` AS name_1, t0.`version` AS version_2, t0.slug AS slug_3, t0.`startDate` AS startDate_4, t0.`endDate` AS endDate_5, t0.enabled AS enabled_6, t0.submenu AS submenu_7, t0.preprod AS preprod_8, t0.singlepagemode AS singlepagemode_9, t0.paid AS paid_10, t0.talk AS talk_11, t0.audio AS audio_12, t0.coverscaling AS coverscaling_13, t0.locale AS locale_14, t0.title AS title_15, t0.metatitle AS metatitle_16, t0.javascript AS javascript_17, t0.stylesheet AS stylesheet_18, t0.commonstylesheet AS commonstylesheet_19, t0.css AS css_20, t0.image_json AS image_json_21, t0.theme_bg_color AS theme_bg_color_22, t0.theme_text_color AS theme_text_color_23, t0.contrast_bg_color AS contrast_bg_color_24, t0.contrast_text_color AS contrast_text_color_25, t0.use_ui_contrast_color AS use_ui_contrast_color_26, t0.use_media_contrast_color AS use_media_contrast_color_27, t0.use_sidebar_contrast_color AS use_sidebar_contrast_color_28, t0.media_icon_color AS media_icon_color_29, t0.opacity_color AS opacity_color_30, t0.theme_css AS theme_css_31, t0.offset AS offset_32, t0.pagination AS pagination_33, t0.fontsize AS fontsize_34, t0.link AS link_35, t0.id AS id_36, t0.created_at AS created_at_37, t0.total_pages AS total_pages_38, t0.width AS width_39, t0.height AS height_40, t0.updated_at AS updated_at_41, t0.bg_json AS bg_json_42, t0.product_json AS product_json_43, t0.modal AS modal_44, t0.font_json AS font_json_45, t0.catalog AS catalog_46, t0.currency AS currency_47, t0.website AS website_48, t0.cover AS cover_49, t0.download AS download_50, t0.toc_id AS toc_id_51, t0.collection AS collection_52, t0.publisher AS publisher_53, t0.logo AS logo_54 FROM magazine t0 WHERE t0.slug = ? AND t0.paid = ? LIMIT 1
SELECT m0_.id AS id_0, m0_.route_name AS route_name_1, m0_.page_alias AS page_alias_2, m0_.`pageno` AS pageno_3, m0_.`position` AS position_4, m0_.`name` AS name_5, m0_.content AS content_6, m0_.slug AS slug_7, m0_.pdfpage AS pdfpage_8, m0_.javascript AS javascript_9, m0_.stylesheet AS stylesheet_10, m0_.enabled AS enabled_11, m0_.bookmarked AS bookmarked_12, m0_.`template` AS template_13, m0_.opposite_icon_color AS opposite_icon_color_14, m0_.created_at AS created_at_15, m0_.updated_at AS updated_at_16, m0_.modal AS modal_17, m0_.image_list AS image_list_18, m0_.thumbnail AS thumbnail_19, m0_.magazine AS magazine_20, m0_.gallery AS gallery_21 FROM magazine_page m0_ INNER JOIN magazine m1_ ON m0_.magazine = m1_.id WHERE m1_.slug = ? ORDER BY m0_.`position` ASC LIMIT 10 OFFSET 111
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
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, t0.thumbnail AS thumbnail_23, t0.collection AS collection_24, t0.category_id AS category_id_25 FROM media__media t0 WHERE t0.id = ?
Removing service-argument resolver for controller "App\Controller\Admin\EditorBlockAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\EditorBlockAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\EditorClassAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\EditorClassAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\EditorCommonCssAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\EditorCommonCssAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\GatrackAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\GatrackAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LoginLinkAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\LoginLinkAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazineAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazineAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazineBlockAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazineBlockAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazinePageAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\MagazinePageAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProductAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\ProductAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PublisherAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PublisherAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PublisherStoreAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\PublisherStoreAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\SettingsAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\SettingsAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\SubscriptionAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\SubscriptionAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TOCAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\TOCAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\productCRUDAdminController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\productCRUDAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController::render": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController::renderWithExtraParams": no corresponding services exist for the referenced types.
Changed reference of service "App\Controller\Api\PublisherStore\SubscriptionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\PublisherStore\SubscriptionController" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "App\Controller\Api\User\LoginLinkController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\User\RestProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\User\RestProfileController" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "App\Controller\Api\User\RestProfileController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\Api\User\RestProfileController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\User\RestProfileController" previously pointing to "fos_user.util.token_generator.default" to "fos_user.util.token_generator".
Changed reference of service "App\Controller\Api\User\RestRegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\User\RestRegistrationController" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "App.Admin.MagazineAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.MagazineAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.MagazinePageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.MagazinePageAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.admin.ProductAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.admin.ProductAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.TOCAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.TOCAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.PublisherAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.PublisherAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.PublisherStoreAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.PublisherStoreAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.SubscriptionAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.SubscriptionAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.LoginLinkAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.LoginLinkAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.GatrackAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.GatrackAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.SettingsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.SettingsAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.EditorClassAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.EditorClassAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.EditorBlockAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.EditorBlockAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "App.Admin.EditorCommonCssAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App.Admin.EditorCommonCssAdmin" previously pointing to "debug.validator" to "validator".
Changed reference of service "event.jwt_success_listener" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.event_dispatcher_debug" 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 "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.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 "templating.engine.php" previously pointing to "templating.loader.filesystem" to "templating.loader".
Changed reference of service "templating.helper.router" previously pointing to "router.default" to "router".
Changed reference of service "templating.helper.translator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
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 "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.api_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.main" 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.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "Sonata\AdminBundle\Command\ExplainAdminCommand" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.controller.admin" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.form.filter.type.number" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.date" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.daterange" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.datetime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.form.filter.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
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.extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.security.handler.acl" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
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 "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.exception.controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.converter.request_body" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "sonata.user.orm.user_manager" 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.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.default" previously pointing to "templating.engine.delegating" to "templating".
Changed reference of service "fos_user.mailer.twig_swift" 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 "sonata.user.orm.user_manager" 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 "sonata.user.orm.user_manager" 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 "sonata.user.orm.user_manager" 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 "sonata.user.orm.user_manager" 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 "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.util.token_generator.default" to "fos_user.util.token_generator".
Changed reference of service "fos_user.group.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.group.controller" previously pointing to "sonata.user.orm.group_manager" to "fos_user.group_manager".
Changed reference of service "sonata.user.editable_role_builder" previously pointing to "translator.data_collector" to "translator".
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 "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.user.admin.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.group" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.user.manager.user" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "sonata.user.google.authenticator.success_handler" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Command\TwoStepVerificationCommand" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\RequestAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "sonata.user.mailer.default" to "sonata.user.mailer".
Changed reference of service "Sonata\UserBundle\Action\SendEmailAction" previously pointing to "fos_user.util.token_generator.default" to "fos_user.util.token_generator".
Changed reference of service "Sonata\UserBundle\Action\CheckEmailAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "router.default" to "router".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "Sonata\UserBundle\Action\ResetAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Sonata\UserBundle\Action\LoginAction" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.controller.api.user" previously pointing to "sonata.user.orm.user_manager" to "fos_user.user_manager".
Changed reference of service "sonata.user.controller.api.user" previously pointing to "sonata.user.orm.group_manager" to "fos_user.group_manager".
Changed reference of service "sonata.user.controller.api.group" previously pointing to "sonata.user.orm.group_manager" to "fos_user.group_manager".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.deserialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.serialization_graph_navigator_factory" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "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.media" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.media.admin.gallery_has_media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_has_media" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.formatter.text.markdown" previously pointing to "markdown.parser.max" to "markdown.parser".
Changed reference of service "sonata.formatter.form.type.selector" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "markdown.parser.parser_manager" previously pointing to "markdown.parser.max" to "markdown.parser".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.category" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.classification.admin.tag" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.tag" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.classification.admin.collection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.collection" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.classification.admin.context" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.classification.admin.context" previously pointing to "debug.validator" to "validator".
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 "fos_oauth_server.controller.authorize" previously pointing to "templating.engine.delegating" to "templating".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.send_token" previously pointing to "debug.validator" to "validator".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.acl.voter.basic_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "Symfony\Bundle\AclBundle\Command\SetAclCommand" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "DH\Auditor\Auditor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.app.magazines" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.suggest.magazines" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "debug.security.voter.security.acl.voter.basic_permissions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.FyoBLPZ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FyoBLPZ" previously pointing to "templating.engine.delegating" to "templating".
Changed reference of service ".service_locator.G_o.wCV" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.G_o.wCV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.G_o.wCV" previously pointing to "templating.engine.delegating" to "templating".
Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.mailer" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.delegating" to "templating".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.memcached.abstract"; reason: abstract.
Removed service "lock.store.redis.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; 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.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
Removed service "security.logout.success_handler"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.simple_form"; reason: abstract.
Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.simple"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; 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.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.type_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.elastica_to_model_transformer.collection"; 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.Twig_ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".abstract.instanceof.SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig.extension.text"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.text"; reason: abstract.
Removed service ".abstract.instanceof.twig.extension.text"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateSuggestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PopulateSuggestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PopulateSuggestCommandSingle"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PopulateSuggestCommandSingle"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Api\ElasticSearch\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ElasticSearch\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Magazine\BookmarkFavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Magazine\BookmarkFavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Magazine\BookmarkFavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Magazine\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Magazine\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Magazine\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Magazine\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Magazine\MagazineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Magazine\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Magazine\TocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Magazine\TocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Magazine\TocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PublisherStore\PublisherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PublisherStore\PublisherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PublisherStore\PublisherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PublisherStore\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PublisherStore\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PublisherStore\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PublisherStore\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PublisherStore\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PublisherStore\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\User\LoginLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\User\LoginLinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\LoginLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Api\User\RestLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\RestLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Api\User\RestProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\RestProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\Api\User\RestRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\User\RestRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\View\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\View\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\View\ElasticSearch\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\ElasticSearch\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\View\Magazine\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\View\Magazine\MagazineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\Magazine\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\View\Magazine\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\View\Magazine\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\Magazine\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\View\Magazine\TocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\View\Magazine\TocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\Magazine\TocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\View\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\View\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\View\PublisherStore\PublisherStoreController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.App\EventListener\DatabaseDoctrineSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DatabaseDoctrineSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ColorPickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ColorPickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImagePickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ImagePickerType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Admin\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\ProductRepository"; 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\CommonCssRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommonCssRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GatrackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GatrackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoginLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MagazineBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MagazineBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MagazinePageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MagazinePageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MagazineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MagazineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublisherRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PublisherRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PublisherStoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PublisherStoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\ElasticSearchPostTransformListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ElasticSearchPostTransformListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Service\ElasticSearchPreTransformListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ElasticSearchPreTransformListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\MagazinePropService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\MagazinePropService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\MagazinePropService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DuplicateUserEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DuplicateUserEmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DuplicateUsernameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DuplicateUsernameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\IsEvenValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\IsEvenValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.fos_elastica.listener.suggest.content"; reason: abstract.
Removed service ".abstract.instanceof.fos_elastica.listener.suggest.content"; reason: abstract.
Inlined service "App\Service\CssCompressor" to "App\Controller\Admin\MagazinePageAdminController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\Api\Magazine\BookmarkFavoriteController" to "App\Controller\Api\Magazine\BookmarkFavoriteController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\Api\Magazine\DashboardController" to "App\Controller\Api\Magazine\DashboardController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\Api\Magazine\MagazineController" to "App\Controller\Api\Magazine\MagazineController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\Api\Magazine\TocController" to "App\Controller\Api\Magazine\TocController".
Inlined service ".service_locator.G_o.wCV.App\Controller\Api\PublisherStore\PublisherController" to "App\Controller\Api\PublisherStore\PublisherController".
Inlined service ".service_locator.G_o.wCV.App\Controller\Api\PublisherStore\PublisherStoreController" to "App\Controller\Api\PublisherStore\PublisherStoreController".
Inlined service "App\Service\PasswordGenerator" to "App\Controller\Api\PublisherStore\SubscriptionController".
Inlined service ".service_locator.G_o.wCV.App\Controller\Api\PublisherStore\SubscriptionController" to "App\Controller\Api\PublisherStore\SubscriptionController".
Inlined service ".service_locator.G_o.wCV.App\Controller\Api\PublisherStore\UserController" to "App\Controller\Api\PublisherStore\UserController".
Inlined service ".service_locator.G_o.wCV.App\Controller\Api\User\LoginLinkController" to "App\Controller\Api\User\LoginLinkController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\View\ContactController" to "App\Controller\View\ContactController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\View\Magazine\MagazineController" to "App\Controller\View\Magazine\MagazineController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\View\Magazine\ThemeController" to "App\Controller\View\Magazine\ThemeController".
Inlined service ".service_locator.FyoBLPZ.App\Controller\View\Magazine\TocController" to "App\Controller\View\Magazine\TocController".
Inlined service ".service_locator.G_o.wCV.App\Controller\View\PublisherStore\PublisherStoreController" to "App\Controller\View\PublisherStore\PublisherStoreController".
Inlined service "App\Service\imageJsonProvider" to "App\EventListener\DatabaseDoctrineSubscriber".
Inlined service ".service_locator.FyoBLPZ.App\Service\MagazinePropService" to "App\Service\MagazinePropService".
Inlined service "App.Admin.TOCAdmin" to "App.Admin.MagazineAdmin".
Inlined service "App.Admin.MagazinePageAdmin" to "App.Admin.MagazineAdmin".
Inlined service "App.admin.ProductAdmin" to "App.Admin.MagazineAdmin".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator._cmka45" to "fragment.handler".
Inlined service ".1_~LPAJ.hS" to "error_handler.error_renderer.html".
Inlined service ".2_~LPAJ.hS" to "error_handler.error_renderer.html".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "translation.writer" to "console.command.translation_update".
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 "session.storage.metadata_bag" to "session.storage.native".
Inlined service ".service_locator.Bppmeg3" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service ".1_ResolvedFormTypeFactory~rgDZ58X" to "form.resolved_type_factory".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.5.9lMkL" 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 "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "templating.filename_parser" to "templating.finder".
Inlined service "templating.engine.php.helpers_locator" to "templating.engine.php".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "fos_user.validator.initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.cdcYEez" to "validator.validator_factory".
Inlined service ".service_locator.V.o0zE7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "Sonata\AdminBundle\Translator\Extractor\AdminExtractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "swiftmailer.data_collector" 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 "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~z9W.QUN".
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 "DH\AuditorBundle\Routing\RoutingAnnotationLoader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".1_LegacyRouteLoaderContainer~z9W.QUN" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
Inlined service ".2_ArrayAdapter~FdGRhdc" to ".1_DoctrineProvider~FdGRhdc".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service ".1_DoctrineProvider~FdGRhdc" to "annotations.cached_reader".
Inlined service ".3_PhpArrayAdapter~FdGRhdc" to "annotations.cache".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.data_uri" 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.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service ".1_~OOT76QF" to "error_handler.error_renderer.serializer".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".2_~OOT76QF" to "error_handler.error_renderer.serializer".
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.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension" to "twig".
Inlined service "twig.extension.text" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.templates.twig.extension" to "twig".
Inlined service "sonata.string.twig.extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "sonata.user.roles_matrix_extension" to "twig".
Inlined service "jms_serializer.twig_extension.serializer" to "twig".
Inlined service "fos_ck_editor.twig_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.formatter.text.twig" to "twig".
Inlined service "twig.extension.exercise.twig" 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 "twig.extension.webprofiler" to "twig".
Inlined service "DH\AuditorBundle\Twig\Extension\TwigExtension" to "twig".
Inlined service "exercise_html_purifier.twig.extension" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" 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.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator._p.uE89" to "twig.runtime_loader".
Inlined service ".1_~FLFJKvE" to "twig.error_renderer.html".
Inlined service "twig.form.engine" to "twig.form.renderer".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
Inlined service ".service_locator.6zQlgQt" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service ".service_locator.rTDJsDw" to "security.firewall.map".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
Inlined service ".security.request_matcher.i0nnAHt" to "security.access_map".
Inlined service ".security.request_matcher.hKF18vw" to "security.access_map".
Inlined service ".security.request_matcher.9Zr7pXb" to "security.access_map".
Inlined service ".security.request_matcher.nnYC1sh" to "security.access_map".
Inlined service ".security.request_matcher.aM8KOLJ" to "security.access_map".
Inlined service ".security.request_matcher.oMzEIFn" to "security.access_map".
Inlined service ".security.request_matcher.BXMo2BK" to "security.access_map".
Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
Inlined service ".security.request_matcher.IdviTHo" to "security.access_map".
Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
Inlined service ".security.request_matcher.K_GxRfk" to "security.access_map".
Inlined service ".security.request_matcher.wd3NZEq" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.eoJuNvA" to "security.access_map".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.oauth_token" to "security.firewall.map.context.oauth_token".
Inlined service "security.firewall.map.config.api_docs" to "security.firewall.map.context.api_docs".
Inlined service "security.firewall.map.config.api_free" to "security.firewall.map.context.api_free".
Inlined service "security.exception_listener.api_register" to "security.firewall.map.context.api_register".
Inlined service "security.firewall.map.config.api_register" to "security.firewall.map.context.api_register".
Inlined service "security.exception_listener.api_autologin" to "security.firewall.map.context.api_autologin".
Inlined service "security.firewall.map.config.api_autologin" to "security.firewall.map.context.api_autologin".
Inlined service "security.exception_listener.refresh" to "security.firewall.map.context.refresh".
Inlined service "security.firewall.map.config.refresh" to "security.firewall.map.context.refresh".
Inlined service "security.exception_listener.api_password_reset" to "security.firewall.map.context.api_password_reset".
Inlined service "security.firewall.map.config.api_password_reset" to "security.firewall.map.context.api_password_reset".
Inlined service "security.logout.success_handler.api_login" to "security.logout_listener.api_login".
Inlined service "security.authentication.success_handler.api_login.form_login" to "security.authentication.listener.form.api_login".
Inlined service "security.authentication.failure_handler.api_login.form_login" to "security.authentication.listener.form.api_login".
Inlined service "security.authentication.form_entry_point.api_login" to "security.exception_listener.api_login".
Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.logout_listener.api_login" to "security.firewall.map.context.api_login".
Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor.api" to "security.authentication.listener.jwt.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.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.logout.success_handler.main" to "security.logout_listener.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "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.lHZYdJL" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.gJlppdO" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.9HfkF4O" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
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 "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.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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.php_compat_util" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_rest.error_listener" to "fos_rest.exception_listener".
Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
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.user_to_username_transformer" to "fos_user.username_form_type".
Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
Inlined service "fos_user.mailer.default" to "fos_user.resetting.controller".
Inlined service "fos_user.group.form.factory" to "fos_user.group.controller".
Inlined service "sonata.user.editable_role_builder" to "sonata.user.form.type.security_roles".
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 ".service_locator.RnpDE64" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "sonata.media.security.connected_strategy" to "sonata.media.pool".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.buzz.connector.curl" to "sonata.media.buzz.browser".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
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 ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~2ei3qnm" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "sonata.formatter.text.markdown" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.text" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.twigengine" to "sonata.formatter.pool".
Inlined service "sonata.formatter.twig.loader.markdown" to "sonata.formatter.twig.env.markdown".
Inlined service "sonata.formatter.twig.lexer.markdown" to "sonata.formatter.twig.env.markdown".
Inlined service "sonata.formatter.twig.loader.text" to "sonata.formatter.twig.env.text".
Inlined service "sonata.formatter.twig.lexer.text" to "sonata.formatter.twig.env.text".
Inlined service "sonata.formatter.twig.loader.rawhtml" to "sonata.formatter.twig.env.rawhtml".
Inlined service "sonata.formatter.twig.lexer.rawhtml" to "sonata.formatter.twig.env.rawhtml".
Inlined service "sonata.formatter.twig.loader.richhtml" to "sonata.formatter.twig.env.richhtml".
Inlined service "sonata.formatter.twig.lexer.richhtml" to "sonata.formatter.twig.env.richhtml".
Inlined service "markdown.parser.min" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.light" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.medium" to "markdown.parser.parser_manager".
Inlined service "markdown.parser.flavored" to "markdown.parser.parser_manager".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "fos_rest.converter.request_body" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.C2Thyvr.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service ".1_NonceGenerator~vdOaWQR" to "web_profiler.csp.handler".
Inlined service ".2_HtmlDumper~vdOaWQR" to "twig.extension.webprofiler".
Inlined service "fos_oauth_server.storage.default" to "fos_oauth_server.server".
Inlined service "fos_oauth_server.authorize.form.handler.default" to "fos_oauth_server.controller.authorize".
Inlined service "gesdinet.jwtrefreshtoken.authenticator" to "gesdinet.jwtrefreshtoken".
Inlined service "gesdinet.jwtrefreshtoken.user_provider" to "gesdinet.jwtrefreshtoken".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "security.acl.object_identity_retrieval_strategy" to "security.acl.voter.basic_permissions".
Inlined service "security.acl.security_identity_retrieval_strategy" to "security.acl.voter.basic_permissions".
Inlined service "security.acl.permission.map" to "security.acl.voter.basic_permissions".
Inlined service "DH\AuditorBundle\User\UserProvider" to "DH\Auditor\Configuration".
Inlined service "DH\AuditorBundle\Security\RoleChecker" to "DH\Auditor\Configuration".
Inlined service "DH\AuditorBundle\Security\SecurityProvider" to "DH\Auditor\Configuration".
Inlined service "DH\Auditor\Configuration" to "DH\Auditor\Auditor".
Inlined service "DH\Auditor\Provider\Doctrine\Service\StorageService" to "DH\Auditor\Provider\Doctrine\DoctrineProvider".
Inlined service "DH\Auditor\Provider\Doctrine\Service\AuditingService" to "DH\Auditor\Provider\Doctrine\DoctrineProvider".
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.indexable" to "fos_elastica.filter_objects_listener".
Inlined service "fos_elastica.model_to_elastica_transformer.app.magazines" to "fos_elastica.object_persister.app.magazines".
Inlined service "fos_elastica.model_to_elastica_transformer.suggest.magazines" to "fos_elastica.object_persister.suggest.magazines".
Inlined service "fos_elastica.elastica_to_model_transformer.suggest.magazines" to "fos_elastica.finder.suggest.magazines".
Inlined service "exercise_html_purifier.config.default" to "exercise_html_purifier.default".
Inlined service ".service_locator.HZJnjFQ" to "exercise_html_purifier.purifiers_registry".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
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_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "security.acl.voter.basic_permissions" to "debug.security.voter.security.acl.voter.basic_permissions".
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 "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
Inlined service ".service_locator.pfwpWHh" to ".service_locator.pfwpWHh.router.default".
Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
Inlined service ".service_locator.pyoaNvu" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.pfwpWHh.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "security.acl.permission_granting_strategy" to "security.acl.provider".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service ".service_locator.N6v_QIi" to "fos_rest.serializer.jms_handler_registry".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "security.helper" to "DH\Auditor\Auditor".
Inlined service "security.helper" to "DH\Auditor\Auditor".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Tag "sonata.admin.template_registry" was defined on service(s) "App.Admin.MagazineAdmin.template_registry", "App.Admin.MagazinePageAdmin.template_registry", "App.admin.ProductAdmin.template_registry", "App.Admin.TOCAdmin.template_registry", "App.Admin.PublisherAdmin.template_registry", "App.Admin.PublisherStoreAdmin.template_registry", "App.Admin.SubscriptionAdmin.template_registry", "App.Admin.LoginLinkAdmin.template_registry", "App.Admin.GatrackAdmin.template_registry", "App.Admin.SettingsAdmin.template_registry", "App.Admin.EditorClassAdmin.template_registry", "App.Admin.EditorBlockAdmin.template_registry", "App.Admin.EditorCommonCssAdmin.template_registry", "sonata.user.admin.user.template_registry", "sonata.user.admin.group.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery.template_registry", "sonata.media.admin.gallery_has_media.template_registry", "sonata.classification.admin.category.template_registry", "sonata.classification.admin.tag.template_registry", "sonata.classification.admin.collection.template_registry", "sonata.classification.admin.context.template_registry", 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 "knp_paginator.subscriber" was defined on service(s) "fos_elastica.paginator.subscriber", but was never used.
Tag "sonata.admin.manager" was defined on service(s) "sonata.admin.manager.orm", but was never used.
Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.