Since symfony/config 7.4: Setting a default value to a required node is deprecated. Remove the default value from the node "enabled" or make it optional.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3018, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3008, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:181 called by AbstractMySQLDriver.php:46, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TreeService.php:28, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
Deprecated: Boab\CmsBundle\Entity\Admin implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.value AS value_3, t0.type AS type_4, t0.required AS required_5 FROM fbeen_settings t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.value AS value_3, t0.type AS type_4, t0.required AS required_5 FROM fbeen_settings t0"
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by LoadThumbnailListener.php:35, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
"SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.path AS path_3, b0_.position AS position_4, b0_.date_created AS date_created_5, b0_.parent_id AS parent_id_6, b0_.route_name AS route_name_7, b0_.template AS template_8, b0_.layout_type AS layout_type_9, b0_.controller AS controller_10, b0_.content_type AS content_type_11, b0_.controller AS controller_12, b0_.content_type AS content_type_13, b0_.url AS url_14, b0_.permanent AS permanent_15, b0_.route_type AS route_type_16 FROM boab_cms_route b0_ WHERE b0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY b0_.position ASC"
doctrine
[
"sql" => "SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.path AS path_3, b0_.position AS position_4, b0_.date_created AS date_created_5, b0_.parent_id AS parent_id_6, b0_.route_name AS route_name_7, b0_.template AS template_8, b0_.layout_type AS layout_type_9, b0_.controller AS controller_10, b0_.content_type AS content_type_11, b0_.controller AS controller_12, b0_.content_type AS content_type_13, b0_.url AS url_14, b0_.permanent AS permanent_15, b0_.route_type AS route_type_16 FROM boab_cms_route b0_ WHERE b0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY b0_.position ASC"
]
"SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, date_published_16 FROM (SELECT b0_.id AS id_0, b0_.unique_id AS unique_id_1, b0_.title AS title_2, b0_.slug AS slug_3, b0_.summary AS summary_4, b0_.body AS body_5, b0_.thumbnail AS thumbnail_6, b0_.status AS status_7, b0_.is_featured AS is_featured_8, b0_.promoted AS promoted_9, b0_.publish_on_socialmedia AS publish_on_socialmedia_10, b0_.is_published_social_media AS is_published_social_media_11, b0_.is_home AS is_home_12, b0_.publish_at AS publish_at_13, b0_.unpublish_at AS unpublish_at_14, b0_.date_created AS date_created_15, b0_.date_published AS date_published_16, b0_.meta_keywords AS meta_keywords_17, b0_.meta_description AS meta_description_18, b0_.updated_at AS updated_at_19, b0_.position AS position_20, b0_.views AS views_21, b1_.id AS id_22, b1_.firstname AS firstname_23, b1_.lastname AS lastname_24, b1_.gender AS gender_25, b1_.dob AS dob_26, b1_.contact_number AS contact_number_27, b1_.email AS email_28, b1_.address AS address_29, b1_.city AS city_30, b1_.country AS country_31, b1_.postal_code AS postal_code_32, b1_.roles AS roles_33, b1_.password AS password_34, b1_.salt AS salt_35, b1_.account_status AS account_status_36, b1_.is_activated AS is_activated_37, b1_.is_verified AS is_verified_38, b1_.created_at AS created_at_39, b1_.updated_at AS updated_at_40, b1_.bio AS bio_41, b1_.auth_code AS auth_code_42, b1_.is_two_factor_enabled AS is_two_factor_enabled_43, b1_.recovery_email AS recovery_email_44, b1_.notify_workflow_approver AS notify_workflow_approver_45, b1_.notify_workflow_submitter AS notify_workflow_submitter_46, b1_.notify_workflow_stakeholder AS notify_workflow_stakeholder_47, b1_.trusted_token_version AS trusted_token_version_48, b1_.credentials_version AS credentials_version_49, b1_.thumbnail AS thumbnail_50, b0_.content_type AS content_type_51, b1_.user_type AS user_type_52 FROM boab_cms_article b3_ INNER JOIN boab_cms_content b0_ ON b3_.id = b0_.id LEFT JOIN boab_cms_user b1_ ON b0_.user_id = b1_.id LEFT JOIN boab_cms_user_admin b2_ ON b1_.id = b2_.id WHERE b0_.status = ?) dctrn_result_inner ORDER BY date_published_16 DESC) dctrn_result LIMIT 10"
(parameters:
[1 => "published"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, date_published_16 FROM (SELECT b0_.id AS id_0, b0_.unique_id AS unique_id_1, b0_.title AS title_2, b0_.slug AS slug_3, b0_.summary AS summary_4, b0_.body AS body_5, b0_.thumbnail AS thumbnail_6, b0_.status AS status_7, b0_.is_featured AS is_featured_8, b0_.promoted AS promoted_9, b0_.publish_on_socialmedia AS publish_on_socialmedia_10, b0_.is_published_social_media AS is_published_social_media_11, b0_.is_home AS is_home_12, b0_.publish_at AS publish_at_13, b0_.unpublish_at AS unpublish_at_14, b0_.date_created AS date_created_15, b0_.date_published AS date_published_16, b0_.meta_keywords AS meta_keywords_17, b0_.meta_description AS meta_description_18, b0_.updated_at AS updated_at_19, b0_.position AS position_20, b0_.views AS views_21, b1_.id AS id_22, b1_.firstname AS firstname_23, b1_.lastname AS lastname_24, b1_.gender AS gender_25, b1_.dob AS dob_26, b1_.contact_number AS contact_number_27, b1_.email AS email_28, b1_.address AS address_29, b1_.city AS city_30, b1_.country AS country_31, b1_.postal_code AS postal_code_32, b1_.roles AS roles_33, b1_.password AS password_34, b1_.salt AS salt_35, b1_.account_status AS account_status_36, b1_.is_activated AS is_activated_37, b1_.is_verified AS is_verified_38, b1_.created_at AS created_at_39, b1_.updated_at AS updated_at_40, b1_.bio AS bio_41, b1_.auth_code AS auth_code_42, b1_.is_two_factor_enabled AS is_two_factor_enabled_43, b1_.recovery_email AS recovery_email_44, b1_.notify_workflow_approver AS notify_workflow_approver_45, b1_.notify_workflow_submitter AS notify_workflow_submitter_46, b1_.notify_workflow_stakeholder AS notify_workflow_stakeholder_47, b1_.trusted_token_version AS trusted_token_version_48, b1_.credentials_version AS credentials_version_49, b1_.thumbnail AS thumbnail_50, b0_.content_type AS content_type_51, b1_.user_type AS user_type_52 FROM boab_cms_article b3_ INNER JOIN boab_cms_content b0_ ON b3_.id = b0_.id LEFT JOIN boab_cms_user b1_ ON b0_.user_id = b1_.id LEFT JOIN boab_cms_user_admin b2_ ON b1_.id = b2_.id WHERE b0_.status = ?) dctrn_result_inner ORDER BY date_published_16 DESC) dctrn_result LIMIT 10"
"params" => [1 => "published"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT b0_.id AS id_0, b0_.unique_id AS unique_id_1, b0_.title AS title_2, b0_.slug AS slug_3, b0_.summary AS summary_4, b0_.body AS body_5, b0_.thumbnail AS thumbnail_6, b0_.status AS status_7, b0_.is_featured AS is_featured_8, b0_.promoted AS promoted_9, b0_.publish_on_socialmedia AS publish_on_socialmedia_10, b0_.is_published_social_media AS is_published_social_media_11, b0_.is_home AS is_home_12, b0_.publish_at AS publish_at_13, b0_.unpublish_at AS unpublish_at_14, b0_.date_created AS date_created_15, b0_.date_published AS date_published_16, b0_.meta_keywords AS meta_keywords_17, b0_.meta_description AS meta_description_18, b0_.updated_at AS updated_at_19, b0_.position AS position_20, b0_.views AS views_21, b1_.id AS id_22, b1_.firstname AS firstname_23, b1_.lastname AS lastname_24, b1_.gender AS gender_25, b1_.dob AS dob_26, b1_.contact_number AS contact_number_27, b1_.email AS email_28, b1_.address AS address_29, b1_.city AS city_30, b1_.country AS country_31, b1_.postal_code AS postal_code_32, b1_.roles AS roles_33, b1_.password AS password_34, b1_.salt AS salt_35, b1_.account_status AS account_status_36, b1_.is_activated AS is_activated_37, b1_.is_verified AS is_verified_38, b1_.created_at AS created_at_39, b1_.updated_at AS updated_at_40, b1_.bio AS bio_41, b1_.auth_code AS auth_code_42, b1_.is_two_factor_enabled AS is_two_factor_enabled_43, b1_.recovery_email AS recovery_email_44, b1_.notify_workflow_approver AS notify_workflow_approver_45, b1_.notify_workflow_submitter AS notify_workflow_submitter_46, b1_.notify_workflow_stakeholder AS notify_workflow_stakeholder_47, b1_.trusted_token_version AS trusted_token_version_48, b1_.credentials_version AS credentials_version_49, b1_.thumbnail AS thumbnail_50, b0_.content_type AS content_type_51, b0_.user_id AS user_id_52, b0_.term_id AS term_id_53, b1_.user_type AS user_type_54 FROM boab_cms_article b3_ INNER JOIN boab_cms_content b0_ ON b3_.id = b0_.id LEFT JOIN boab_cms_user b1_ ON b0_.user_id = b1_.id LEFT JOIN boab_cms_user_admin b2_ ON b1_.id = b2_.id WHERE b0_.status = ? AND b0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY b0_.date_published DESC"
[
"sql" => "SELECT b0_.id AS id_0, b0_.unique_id AS unique_id_1, b0_.title AS title_2, b0_.slug AS slug_3, b0_.summary AS summary_4, b0_.body AS body_5, b0_.thumbnail AS thumbnail_6, b0_.status AS status_7, b0_.is_featured AS is_featured_8, b0_.promoted AS promoted_9, b0_.publish_on_socialmedia AS publish_on_socialmedia_10, b0_.is_published_social_media AS is_published_social_media_11, b0_.is_home AS is_home_12, b0_.publish_at AS publish_at_13, b0_.unpublish_at AS unpublish_at_14, b0_.date_created AS date_created_15, b0_.date_published AS date_published_16, b0_.meta_keywords AS meta_keywords_17, b0_.meta_description AS meta_description_18, b0_.updated_at AS updated_at_19, b0_.position AS position_20, b0_.views AS views_21, b1_.id AS id_22, b1_.firstname AS firstname_23, b1_.lastname AS lastname_24, b1_.gender AS gender_25, b1_.dob AS dob_26, b1_.contact_number AS contact_number_27, b1_.email AS email_28, b1_.address AS address_29, b1_.city AS city_30, b1_.country AS country_31, b1_.postal_code AS postal_code_32, b1_.roles AS roles_33, b1_.password AS password_34, b1_.salt AS salt_35, b1_.account_status AS account_status_36, b1_.is_activated AS is_activated_37, b1_.is_verified AS is_verified_38, b1_.created_at AS created_at_39, b1_.updated_at AS updated_at_40, b1_.bio AS bio_41, b1_.auth_code AS auth_code_42, b1_.is_two_factor_enabled AS is_two_factor_enabled_43, b1_.recovery_email AS recovery_email_44, b1_.notify_workflow_approver AS notify_workflow_approver_45, b1_.notify_workflow_submitter AS notify_workflow_submitter_46, b1_.notify_workflow_stakeholder AS notify_workflow_stakeholder_47, b1_.trusted_token_version AS trusted_token_version_48, b1_.credentials_version AS credentials_version_49, b1_.thumbnail AS thumbnail_50, b0_.content_type AS content_type_51, b0_.user_id AS user_id_52, b0_.term_id AS term_id_53, b1_.user_type AS user_type_54 FROM boab_cms_article b3_ INNER JOIN boab_cms_content b0_ ON b3_.id = b0_.id LEFT JOIN boab_cms_user b1_ ON b0_.user_id = b1_.id LEFT JOIN boab_cms_user_admin b2_ ON b1_.id = b2_.id WHERE b0_.status = ? AND b0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY b0_.date_published DESC"
"params" => [1 => "published"
2 => "5d488384-99fe-4c0e-9cc2-2ef780d8d465"
3 => "b4ae4b44-5bef-44ad-b7e1-836c79f4f3c1"
4 => "d2243e44-8f67-41f9-b3b9-b9067daf42a4"
5 => "3869272e-01a7-4bd8-82c9-31c4fd3990df"
6 => "6d98d55f-94cc-4ead-bec5-7a82fea8bbae"
7 => "47e2a172-f26e-4cb2-98e8-bc4e93237b12"
]
"types" => [1 => 22 => 23 => 24 => 25 => 26 => 27 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.weight AS weight_5, t0.path AS path_6, t0.lvl AS lvl_7, t0.createdAt AS createdAt_8, t0.updatedAt AS updatedAt_9, t0.is_enable AS is_enable_10, t0.template AS template_11, t0.thumbnail AS thumbnail_12, t0.vid AS vid_13, t14.id AS id_15, t14.human_label AS human_label_16, t14.name AS name_17, t14.description AS description_18, t14.is_orderable AS is_orderable_19, t14.weight AS weight_20, t14.createdAt AS createdAt_21, t14.updatedAt AS updatedAt_22, t0.pid AS pid_23, t24.id AS id_25, t24.name AS name_26, t24.slug AS slug_27, t24.description AS description_28, t24.weight AS weight_29, t24.path AS path_30, t24.lvl AS lvl_31, t24.createdAt AS createdAt_32, t24.updatedAt AS updatedAt_33, t24.is_enable AS is_enable_34, t24.template AS template_35, t24.thumbnail AS thumbnail_36, t24.vid AS vid_37, t24.pid AS pid_38, t24.route_id AS route_id_39, t0.route_id AS route_id_40 FROM boab_cms_taxonomy_term t0 LEFT JOIN boab_cms_taxonomy_vocabulary t14 ON t0.vid = t14.id LEFT JOIN boab_cms_taxonomy_term t24 ON t0.pid = t24.id WHERE t0.id IN (?, ?)"
(parameters:
[1 => 142 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.weight AS weight_5, t0.path AS path_6, t0.lvl AS lvl_7, t0.createdAt AS createdAt_8, t0.updatedAt AS updatedAt_9, t0.is_enable AS is_enable_10, t0.template AS template_11, t0.thumbnail AS thumbnail_12, t0.vid AS vid_13, t14.id AS id_15, t14.human_label AS human_label_16, t14.name AS name_17, t14.description AS description_18, t14.is_orderable AS is_orderable_19, t14.weight AS weight_20, t14.createdAt AS createdAt_21, t14.updatedAt AS updatedAt_22, t0.pid AS pid_23, t24.id AS id_25, t24.name AS name_26, t24.slug AS slug_27, t24.description AS description_28, t24.weight AS weight_29, t24.path AS path_30, t24.lvl AS lvl_31, t24.createdAt AS createdAt_32, t24.updatedAt AS updatedAt_33, t24.is_enable AS is_enable_34, t24.template AS template_35, t24.thumbnail AS thumbnail_36, t24.vid AS vid_37, t24.pid AS pid_38, t24.route_id AS route_id_39, t0.route_id AS route_id_40 FROM boab_cms_taxonomy_term t0 LEFT JOIN boab_cms_taxonomy_vocabulary t14 ON t0.vid = t14.id LEFT JOIN boab_cms_taxonomy_term t24 ON t0.pid = t24.id WHERE t0.id IN (?, ?)"
"params" => [1 => 142 => 7]
"types" => [1 => 12 => 1]
]
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "main"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "main"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "footer"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.template AS template_5, t0.cache_key AS cache_key_6, t0.position AS position_7, t0.enabled AS enabled_8, t0.system AS system_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM boab_menu_component t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "footer"
]
"types" => [1 => 2]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
402
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyNewsCommand" (parent: .abstract.instanceof.App\Command\ImportLegacyNewsCommand).
Resolving inheritance for ".instanceof.App\Command\ImportLegacyNewsCommand.0.App\Command\ImportLegacyNewsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyNewsCommand).
Resolving inheritance for "App\Command\ImportLegacyNewsCommand" (parent: .instanceof.App\Command\ImportLegacyNewsCommand.0.App\Command\ImportLegacyNewsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNationalDocumentsCommand" (parent: .abstract.instanceof.App\Command\ImportNationalDocumentsCommand).
Resolving inheritance for ".instanceof.App\Command\ImportNationalDocumentsCommand.0.App\Command\ImportNationalDocumentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNationalDocumentsCommand).
Resolving inheritance for "App\Command\ImportNationalDocumentsCommand" (parent: .instanceof.App\Command\ImportNationalDocumentsCommand.0.App\Command\ImportNationalDocumentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWapcasSitemapCommand" (parent: .abstract.instanceof.App\Command\SeedWapcasSitemapCommand).
Resolving inheritance for ".instanceof.App\Command\SeedWapcasSitemapCommand.0.App\Command\SeedWapcasSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWapcasSitemapCommand).
Resolving inheritance for "App\Command\SeedWapcasSitemapCommand" (parent: .instanceof.App\Command\SeedWapcasSitemapCommand.0.App\Command\SeedWapcasSitemapCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTwoFactorController" (parent: .abstract.instanceof.App\Controller\AdminTwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTwoFactorController).
Resolving inheritance for ".instanceof.App\Controller\AdminTwoFactorController.0.App\Controller\AdminTwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTwoFactorController).
Resolving inheritance for "App\Controller\AdminTwoFactorController" (parent: .instanceof.App\Controller\AdminTwoFactorController.0.App\Controller\AdminTwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.App\Controller\ContentController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.App\Controller\ContentController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.App\Controller\VolunteerController.0.App\Controller\VolunteerController" (parent: .abstract.instanceof.App\Controller\VolunteerController).
Resolving inheritance for "App\Controller\VolunteerController" (parent: .instanceof.App\Controller\VolunteerController.0.App\Controller\VolunteerController).
Resolving inheritance for ".instanceof.App\EventListener\AssetsInstallCopyListener.0.App\EventListener\AssetsInstallCopyListener" (parent: .abstract.instanceof.App\EventListener\AssetsInstallCopyListener).
Resolving inheritance for "App\EventListener\AssetsInstallCopyListener" (parent: .instanceof.App\EventListener\AssetsInstallCopyListener.0.App\EventListener\AssetsInstallCopyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailMessengerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EmailMessengerSubscriber).
Resolving inheritance for "App\EventSubscriber\EmailMessengerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailMessengerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserAccountSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserAccountSubscriber).
Resolving inheritance for "App\EventSubscriber\UserAccountSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserAccountSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType" (parent: .abstract.instanceof.App\Form\MemberType).
Resolving inheritance for "App\Form\MemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CardType" (parent: .abstract.instanceof.App\Form\Type\CardType).
Resolving inheritance for "App\Form\Type\CardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CardType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeroBannerSlideType" (parent: .abstract.instanceof.App\Form\Type\HeroBannerSlideType).
Resolving inheritance for "App\Form\Type\HeroBannerSlideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeroBannerSlideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaPathType" (parent: .abstract.instanceof.App\Form\Type\MediaPathType).
Resolving inheritance for "App\Form\Type\MediaPathType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaPathType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PartnerLogoType" (parent: .abstract.instanceof.App\Form\Type\PartnerLogoType).
Resolving inheritance for "App\Form\Type\PartnerLogoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PartnerLogoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VolunteerType" (parent: .abstract.instanceof.App\Form\VolunteerType).
Resolving inheritance for "App\Form\VolunteerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VolunteerType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Logger\Repository\EmailLoggerRepository" (parent: .abstract.instanceof.App\Logger\Repository\EmailLoggerRepository).
Resolving inheritance for "App\Logger\Repository\EmailLoggerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Logger\Repository\EmailLoggerRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\FormErrorNormalizer" (parent: .abstract.instanceof.App\Normalizer\FormErrorNormalizer).
Resolving inheritance for "App\Normalizer\FormErrorNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\FormErrorNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository" (parent: .abstract.instanceof.App\Repository\MemberRepository).
Resolving inheritance for "App\Repository\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository" (parent: .abstract.instanceof.App\Repository\SubscriberRepository).
Resolving inheritance for "App\Repository\SubscriberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VolunteerRepository" (parent: .abstract.instanceof.App\Repository\VolunteerRepository).
Resolving inheritance for "App\Repository\VolunteerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VolunteerRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter" (parent: .abstract.instanceof.App\Security\Voter\InvoiceVoter).
Resolving inheritance for "App\Security\Voter\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension" (parent: .abstract.instanceof.App\Twig\Extension\AppExtension).
Resolving inheritance for "App\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CmsThumbnailExtension" (parent: .abstract.instanceof.App\Twig\Extension\CmsThumbnailExtension).
Resolving inheritance for "App\Twig\Extension\CmsThumbnailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CmsThumbnailExtension).
Resolving inheritance for ".instanceof.App\Block\PartnerLogosBlockService.0.app.block.partner_logos" (parent: .abstract.instanceof.app.block.partner_logos).
Resolving inheritance for "app.block.partner_logos" (parent: .instanceof.App\Block\PartnerLogosBlockService.0.app.block.partner_logos).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.scheduler" (parent: cache.app).
Resolving inheritance for "cache.adapter.valkey" (parent: cache.adapter.redis).
Resolving inheritance for "cache.adapter.valkey_tag_aware" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.two_factor.admin" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.admin" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.admin" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.admin" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.admin" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.admin" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.admin" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.admin" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.admin" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.admin" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.public_images" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for "liip_imagine.binary.loader.user_profile_loader" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for "liip_imagine.binary.loader.top_banner_loader" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "tchoulom.viewcounter" (parent: tchoulom.viewcounter.base).
Resolving inheritance for "tchoulom.viewcounter.cleanup.command" (parent: tchoulom.viewcounter.command.base).
Resolving inheritance for "tchoulom.viewcounter.stats_converter.command" (parent: tchoulom.viewcounter.command.base).
Resolving inheritance for "tchoulom.viewcounter.repository" (parent: tchoulom.viewcounter.repository.base).
Resolving inheritance for "fbeen.settings_controller" (parent: base_controller).
Resolving inheritance for "boabcms_dashboard_controller" (parent: base_controller).
Resolving inheritance for "admin_content_controller" (parent: base_controller).
Resolving inheritance for "cms_content_review_queue_controller" (parent: base_controller).
Resolving inheritance for "content_controller" (parent: base_controller).
Resolving inheritance for "boab_cms.photo_controller" (parent: base_controller).
Resolving inheritance for "boab_cms.content_revision_controller" (parent: base_controller).
Resolving inheritance for "route_controller" (parent: base_controller).
Resolving inheritance for "boab_cms.block_controller" (parent: base_controller).
Resolving inheritance for "boabcms.route_service" (parent: base_service).
Resolving inheritance for "boab_cms.user_controller" (parent: base_controller).
Resolving inheritance for "boab_cms.user_permission_controller" (parent: base_controller).
Resolving inheritance for "login_controller" (parent: base_controller).
Resolving inheritance for "role_controller" (parent: base_controller).
Resolving inheritance for "role_admin_controller" (parent: base_controller).
Resolving inheritance for "role_permission_admin_controller" (parent: base_controller).
Resolving inheritance for "permission_admin_controller" (parent: base_controller).
Resolving inheritance for "content_type_permission_admin_controller" (parent: base_controller).
Resolving inheritance for "user_service" (parent: base_service).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler" (parent: .abstract.instanceof.Boab\CmsBundle\Handler\ContentSchedulePublishHandler).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Handler\ContentSchedulePublishHandler.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler" (parent: .instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler).
Resolving inheritance for "Boab\CmsBundle\Handler\ContentSchedulePublishHandler" (parent: .instanceof.Boab\CmsBundle\Handler\ContentSchedulePublishHandler.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand).
Resolving inheritance for "Boab\CmsBundle\Command\SeedContentScheduleTaskCommand" (parent: .instanceof.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand).
Resolving inheritance for "Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand" (parent: .instanceof.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand).
Resolving inheritance for "Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand" (parent: .instanceof.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand).
Resolving inheritance for "Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand" (parent: .instanceof.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand).
Resolving inheritance for "Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand" (parent: .instanceof.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand).
Resolving inheritance for "Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand" (parent: .instanceof.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\EventListener\RouteNavigationSyncListener.0.Boab\CmsBundle\EventListener\RouteNavigationSyncListener" (parent: .abstract.instanceof.Boab\CmsBundle\EventListener\RouteNavigationSyncListener).
Resolving inheritance for "Boab\CmsBundle\EventListener\RouteNavigationSyncListener" (parent: .instanceof.Boab\CmsBundle\EventListener\RouteNavigationSyncListener.0.Boab\CmsBundle\EventListener\RouteNavigationSyncListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand" (parent: .abstract.instanceof.Boab\CmsBundle\Command\PortCmsPublicNavCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Command\PortCmsPublicNavCommand.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand).
Resolving inheritance for "Boab\CmsBundle\Command\PortCmsPublicNavCommand" (parent: .instanceof.Boab\CmsBundle\Command\PortCmsPublicNavCommand.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.Boab\CmsBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Controller\ResetPasswordController.0.Boab\CmsBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\ResetPasswordController).
Resolving inheritance for "Boab\CmsBundle\Controller\ResetPasswordController" (parent: .instanceof.Boab\CmsBundle\Controller\ResetPasswordController.0.Boab\CmsBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\AccountVerificationController" (parent: .abstract.instanceof.Boab\CmsBundle\Controller\AccountVerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\AccountVerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\AccountVerificationController).
Resolving inheritance for ".instanceof.Boab\CmsBundle\Controller\AccountVerificationController.0.Boab\CmsBundle\Controller\AccountVerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\AccountVerificationController).
Resolving inheritance for "Boab\CmsBundle\Controller\AccountVerificationController" (parent: .instanceof.Boab\CmsBundle\Controller\AccountVerificationController.0.Boab\CmsBundle\Controller\AccountVerificationController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ChangePasswordFormType" (parent: .abstract.instanceof.Boab\CmsBundle\Form\ChangePasswordFormType).
Resolving inheritance for "Boab\CmsBundle\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Boab\CmsBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for "Boab\CmsBundle\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\CmsBundle\Validator\NotInPasswordHistoryValidator" (parent: .abstract.instanceof.Boab\CmsBundle\Validator\NotInPasswordHistoryValidator).
Resolving inheritance for "Boab\CmsBundle\Validator\NotInPasswordHistoryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\CmsBundle\Validator\NotInPasswordHistoryValidator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber" (parent: .abstract.instanceof.Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber).
Resolving inheritance for "Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController" (parent: .abstract.instanceof.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController).
Resolving inheritance for ".instanceof.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController).
Resolving inheritance for "Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController" (parent: .instanceof.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand" (parent: .abstract.instanceof.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand).
Resolving inheritance for "Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand" (parent: .instanceof.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand" (parent: .abstract.instanceof.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand).
Resolving inheritance for ".instanceof.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand).
Resolving inheritance for "Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand" (parent: .instanceof.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand).
Resolving inheritance for "register_controller" (parent: base_controller).
Resolving inheritance for "taxonomy.vocab.controller" (parent: base_controller).
Resolving inheritance for "taxonomy.term.controller" (parent: base_controller).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\PermissionRepository" (parent: .abstract.instanceof.Boab\CoreBundle\Repository\PermissionRepository).
Resolving inheritance for "Boab\CoreBundle\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\RolePermissionRepository" (parent: .abstract.instanceof.Boab\CoreBundle\Repository\RolePermissionRepository).
Resolving inheritance for "Boab\CoreBundle\Repository\RolePermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\RolePermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\UserPermissionRepository" (parent: .abstract.instanceof.Boab\CoreBundle\Repository\UserPermissionRepository).
Resolving inheritance for "Boab\CoreBundle\Repository\UserPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\UserPermissionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.boab.permission_command" (parent: .abstract.instanceof.boab.permission_command).
Resolving inheritance for "boab.permission_command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.boab.permission_command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CoreBundle\Command\SeedRolesCommand" (parent: .abstract.instanceof.Boab\CoreBundle\Command\SeedRolesCommand).
Resolving inheritance for "Boab\CoreBundle\Command\SeedRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\CoreBundle\Command\SeedRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Boab\CoreBundle\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.Boab\CoreBundle\Security\Voter\PermissionVoter).
Resolving inheritance for "Boab\CoreBundle\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Boab\CoreBundle\Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber" (parent: .abstract.instanceof.Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for "Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber" (parent: .abstract.instanceof.Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber).
Resolving inheritance for "Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\CoreBundle\Twig\BreadcrumbExtension" (parent: .abstract.instanceof.Boab\CoreBundle\Twig\BreadcrumbExtension).
Resolving inheritance for "Boab\CoreBundle\Twig\BreadcrumbExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Boab\CoreBundle\Twig\BreadcrumbExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_type" (parent: .abstract.instanceof.boab.role_type).
Resolving inheritance for "boab.role_type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_permission_type" (parent: .abstract.instanceof.boab.role_permission_type).
Resolving inheritance for "boab.role_permission_type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_permission_type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.user_permissions_type" (parent: .abstract.instanceof.boab.user_permissions_type).
Resolving inheritance for "boab.user_permissions_type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.user_permissions_type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CoreBundle\Form\PermissionType" (parent: .abstract.instanceof.Boab\CoreBundle\Form\PermissionType).
Resolving inheritance for "Boab\CoreBundle\Form\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CoreBundle\Form\PermissionType).
Resolving inheritance for ".instanceof.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler.0.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler" (parent: .abstract.instanceof.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler).
Resolving inheritance for "Boab\CoreBundle\MessageHandler\EmailDispatcherHandler" (parent: .instanceof.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler.0.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber" (parent: .abstract.instanceof.Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber).
Resolving inheritance for "Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.uuid_encoder_extension" (parent: .abstract.instanceof.twig.extension.uuid_encoder_extension).
Resolving inheritance for "twig.extension.uuid_encoder_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.uuid_encoder_extension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand" (parent: .abstract.instanceof.Boab\MenuBundle\Command\ImportLegacyMenuCommand).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Command\ImportLegacyMenuCommand.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand).
Resolving inheritance for "Boab\MenuBundle\Command\ImportLegacyMenuCommand" (parent: .instanceof.Boab\MenuBundle\Command\ImportLegacyMenuCommand.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\InstallMenuCommand" (parent: .abstract.instanceof.Boab\MenuBundle\Command\InstallMenuCommand).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Command\InstallMenuCommand.0.Boab\MenuBundle\Command\InstallMenuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\InstallMenuCommand).
Resolving inheritance for "Boab\MenuBundle\Command\InstallMenuCommand" (parent: .instanceof.Boab\MenuBundle\Command\InstallMenuCommand.0.Boab\MenuBundle\Command\InstallMenuCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand" (parent: .abstract.instanceof.Boab\MenuBundle\Command\SeedMenuComponentsCommand).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Command\SeedMenuComponentsCommand.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand).
Resolving inheritance for "Boab\MenuBundle\Command\SeedMenuComponentsCommand" (parent: .instanceof.Boab\MenuBundle\Command\SeedMenuComponentsCommand.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Controller\MenuComponentController.0.Boab\MenuBundle\Controller\MenuComponentController" (parent: boab.base_controller).
Resolving inheritance for "Boab\MenuBundle\Controller\MenuComponentController" (parent: .instanceof.Boab\MenuBundle\Controller\MenuComponentController.0.Boab\MenuBundle\Controller\MenuComponentController).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Controller\MenuController.0.Boab\MenuBundle\Controller\MenuController" (parent: boab.base_controller).
Resolving inheritance for "Boab\MenuBundle\Controller\MenuController" (parent: .instanceof.Boab\MenuBundle\Controller\MenuController.0.Boab\MenuBundle\Controller\MenuController).
Resolving inheritance for ".instanceof.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener.0.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener" (parent: .abstract.instanceof.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener).
Resolving inheritance for "Boab\MenuBundle\EventListener\MenuCacheInvalidationListener" (parent: .instanceof.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener.0.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuComponentType" (parent: .abstract.instanceof.Boab\MenuBundle\Form\MenuComponentType).
Resolving inheritance for "Boab\MenuBundle\Form\MenuComponentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuComponentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuType" (parent: .abstract.instanceof.Boab\MenuBundle\Form\MenuType).
Resolving inheritance for "Boab\MenuBundle\Form\MenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuComponentRepository" (parent: .abstract.instanceof.Boab\MenuBundle\Repository\MenuComponentRepository).
Resolving inheritance for "Boab\MenuBundle\Repository\MenuComponentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuComponentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuRepository" (parent: .abstract.instanceof.Boab\MenuBundle\Repository\MenuRepository).
Resolving inheritance for "Boab\MenuBundle\Repository\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuRepository).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\AdminRouteLinkResolver" (parent: .abstract.instanceof.Boab\MenuBundle\Resolver\AdminRouteLinkResolver).
Resolving inheritance for "Boab\MenuBundle\Resolver\AdminRouteLinkResolver" (parent: .instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\AdminRouteLinkResolver).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ExternalLinkResolver" (parent: .abstract.instanceof.Boab\MenuBundle\Resolver\ExternalLinkResolver).
Resolving inheritance for "Boab\MenuBundle\Resolver\ExternalLinkResolver" (parent: .instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ExternalLinkResolver).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ModuleLinkResolver" (parent: .abstract.instanceof.Boab\MenuBundle\Resolver\ModuleLinkResolver).
Resolving inheritance for "Boab\MenuBundle\Resolver\ModuleLinkResolver" (parent: .instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ModuleLinkResolver).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuExtension" (parent: .abstract.instanceof.Boab\MenuBundle\Twig\MenuExtension).
Resolving inheritance for "Boab\MenuBundle\Twig\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuHrefExtension" (parent: .abstract.instanceof.Boab\MenuBundle\Twig\MenuHrefExtension).
Resolving inheritance for "Boab\MenuBundle\Twig\MenuHrefExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuHrefExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator" (parent: .abstract.instanceof.Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator).
Resolving inheritance for "Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageBlockRepository" (parent: .abstract.instanceof.Boab\PageBuilderBundle\Repository\PageBlockRepository).
Resolving inheritance for "Boab\PageBuilderBundle\Repository\PageBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageLayoutRepository" (parent: .abstract.instanceof.Boab\PageBuilderBundle\Repository\PageLayoutRepository).
Resolving inheritance for "Boab\PageBuilderBundle\Repository\PageLayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageLayoutRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\PageBuilderBundle\Twig\PageBuilderExtension" (parent: .abstract.instanceof.Boab\PageBuilderBundle\Twig\PageBuilderExtension).
Resolving inheritance for "Boab\PageBuilderBundle\Twig\PageBuilderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Boab\PageBuilderBundle\Twig\PageBuilderExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\PageBuilderBundle\Controller\PageBuilderController" (parent: .abstract.instanceof.Boab\PageBuilderBundle\Controller\PageBuilderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\PageBuilderBundle\Controller\PageBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\PageBuilderBundle\Controller\PageBuilderController).
Resolving inheritance for ".instanceof.Boab\PageBuilderBundle\Controller\PageBuilderController.0.Boab\PageBuilderBundle\Controller\PageBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\PageBuilderBundle\Controller\PageBuilderController).
Resolving inheritance for "Boab\PageBuilderBundle\Controller\PageBuilderController" (parent: .instanceof.Boab\PageBuilderBundle\Controller\PageBuilderController.0.Boab\PageBuilderBundle\Controller\PageBuilderController).
Resolving inheritance for ".instanceof.Boab\PageBuilderBundle\Controller\PageBlockApiController.0.Boab\PageBuilderBundle\Controller\PageBlockApiController" (parent: .abstract.instanceof.Boab\PageBuilderBundle\Controller\PageBlockApiController).
Resolving inheritance for "Boab\PageBuilderBundle\Controller\PageBlockApiController" (parent: .instanceof.Boab\PageBuilderBundle\Controller\PageBlockApiController.0.Boab\PageBuilderBundle\Controller\PageBlockApiController).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController.0.Boab\ScheduleTaskBundle\Controller\SchedulerController" (parent: boab.base_controller).
Resolving inheritance for "Boab\ScheduleTaskBundle\Controller\SchedulerController" (parent: .instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController.0.Boab\ScheduleTaskBundle\Controller\SchedulerController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\ScheduleTaskBundle\Form\ScheduledTaskType" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Form\ScheduledTaskType).
Resolving inheritance for "Boab\ScheduleTaskBundle\Form\ScheduledTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\ScheduleTaskBundle\Form\ScheduledTaskType).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler" (parent: .instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler).
Resolving inheritance for "Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler" (parent: .instanceof.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler.0.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler).
Resolving inheritance for "Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler" (parent: .instanceof.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler.0.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository).
Resolving inheritance for "Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider.0.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider).
Resolving inheritance for "Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider" (parent: .instanceof.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider.0.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator).
Resolving inheritance for "Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator).
Resolving inheritance for "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" (parent: boab.base_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController" (parent: .abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController).
Resolving inheritance for ".instanceof.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController).
Resolving inheritance for "Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController" (parent: .instanceof.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" (parent: .abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController).
Resolving inheritance for ".instanceof.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController).
Resolving inheritance for "Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" (parent: .instanceof.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController).
Resolving inheritance for ".instanceof.Boab\AuthorizationWorkflowBundle\UrlGenerator\WorkflowUrlGeneratorInterface.0.Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator" (parent: .abstract.instanceof.Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator).
Resolving inheritance for "Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator" (parent: .instanceof.Boab\AuthorizationWorkflowBundle\UrlGenerator\WorkflowUrlGeneratorInterface.0.Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator).
Resolving inheritance for "oneup_flysystem.default_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.public_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.user_profile_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.top_banner_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.default_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.public_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.user_profile_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.top_banner_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
Resolving inheritance for ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0..abstract.Boab\MenuBundle\Contract\MenuLinkResolverInterface" (parent: .abstract.instanceof..abstract.Boab\MenuBundle\Contract\MenuLinkResolverInterface).
Resolving inheritance for ".abstract.instanceof.Boab\MenuBundle\Controller\MenuComponentController" (parent: boab.base_controller).
Resolving inheritance for ".abstract.instanceof.Boab\MenuBundle\Controller\MenuController" (parent: boab.base_controller).
Resolving inheritance for ".abstract.instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController" (parent: boab.base_controller).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0..abstract.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface" (parent: .abstract.instanceof..abstract.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpression" (parent: .abstract.instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpression).
Resolving inheritance for ".instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpression.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpression" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpression).
Resolving inheritance for ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" (parent: boab.base_controller).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
5
Skipping service "App\DataFixtures\AppFixtures": Class or interface "App\DataFixtures\AppFixtures" cannot be loaded.
Skipping service "App\Event\OrderEvent": Class or interface "App\Event\OrderEvent" cannot be loaded.
Skipping service "App\Event\OrderVerifiedEvent": Class or interface "App\Event\OrderVerifiedEvent" cannot be loaded.
Skipping service "App\Event\SendOrderPincodeEvent": Class or interface "App\Event\SendOrderPincodeEvent" cannot be loaded.
Skipping service "App\Event\StudentAdmittedEvent": Class or interface "App\Event\StudentAdmittedEvent" cannot be loaded.
255
Removing method "setEventDispatcher" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Controller\ContactController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Controller\Newsletter" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Controller\RegisterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Controller\VolunteerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boabcms_dashboard_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "admin_content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "cms_content_review_queue_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "content_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boab_cms.photo_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boab_cms.content_revision_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "route_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boab_cms.block_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boab_cms.user_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "boab_cms.user_permission_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "login_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "role_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "role_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "role_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "content_type_permission_admin_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "taxonomy.vocab.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTemplate" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setThemeManager" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlash" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "taxonomy.term.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParams" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "Boab\MenuBundle\Controller\MenuComponentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParams" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "Boab\MenuBundle\Controller\MenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParams" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEventDispatcher" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormFactory" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenStorage" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSerializer" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setParams" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setCsrfTokenManager" of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
1
[liip/imagine-bundle] Can not handle assets versioning with custom format "http_client.uri_template". asset twig function can likely not be used with the imagine_filter
360
Removed service "App\Block\CardsBlockService"; reason: private alias.
Removed service "App\Block\HeroBannersBlockService"; reason: private alias.
Removed service "App\Block\PartnerLogosBlockService"; reason: private alias.
Removed service "Boab\CmsBundle\Repository\UserRepositoryInterface"; reason: private alias.
Removed service "Boab\CmsBundle\View\ViewManagerInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Repository\EventRepositoryInterface"; reason: private alias.
Removed service "RandomLib\Factory"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "cmf_routing.content_repository"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Counter\AbstractViewCounter"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Counter\ViewCounter"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Manager\CounterManager"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Model\ViewcounterConfig"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Model\ViewcounterNodeConfig"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Model\StatisticsNodeConfig"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Adapter\FileStorageAdapter"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Storage\Filesystem\FilesystemStorage"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Storage\Database\MongoDB\MongoDBStorage"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Manager\StatsManager"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Builder\FileStatsBuilder"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Finder\FileStatsFinder"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Compute\StatsComputer"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\ETL\StatsConverter"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Command\AbstractCommand"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Command\ViewcounterCleanupCommand"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Command\StatsConverterCommand"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Adapter\Geolocator\GeolocatorAdapter"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Repository\AbstractRepository"; reason: private alias.
Removed service "Tchoulom\ViewCounterBundle\Repository\CounterRepository"; reason: private alias.
Removed service "Boab\CmsBundle\View\ThemeManagerInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Util\FlashInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Util\Paginator\PaginatorFactory"; reason: private alias.
Removed service "Boab\CmsBundle\Security\RandomGeneratorInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Manager\ContentRevisionSnapshotter"; reason: private alias.
Removed service "Boab\CmsBundle\Manager\ContentRevisionDiffer"; reason: private alias.
Removed service "Boab\CmsBundle\Manager\ContentRevisionManager"; reason: private alias.
Removed service "Boab\CmsBundle\Repository\RouteRepositoryInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Repository\ContentRepositoryInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Service\PaginationInterface"; reason: private alias.
Removed service "Boab\CmsBundle\Manager\ContentTypeManagerInterface"; reason: private alias.
Removed service "Boab\CoreBundle\Utils\Pagination\PaginatorManagerInterface"; reason: private alias.
Removed service "Boab\CoreBundle\Utils\Pagination\PaginationInterface"; reason: private alias.
Removed service "Doctrine\Common\Annotations\AnnotationReader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "boab.permission_repository"; reason: private alias.
Removed service "Boab\CoreBundle\Repository\ModuleRepository"; reason: private alias.
Removed service "Boab\CoreBundle\Repository\RoleRepository"; reason: private alias.
Removed service "boab.core_role_permission"; reason: private alias.
Removed service "boab.user_permissions_repository"; reason: private alias.
Removed service "Boab\CoreBundle\Service\PermissionService"; reason: private alias.
Removed service "Boab\CoreBundle\Service\UserPermissionService"; reason: private alias.
Removed service "Boab\CoreBundle\Service\RoleService"; reason: private alias.
Removed service "Boab\CoreBundle\Manager\ModuleManagerInterface"; reason: private alias.
Removed service "Boab\CoreBundle\Security\RandomGeneratorInterface"; reason: private alias.
Removed service "Boab\CoreBundle\Service\UserService"; reason: private alias.
Removed service "Boab\CoreBundle\Service\Email\EmailService"; reason: private alias.
Removed service "Boab\CoreBundle\Service\Email\EmailServiceInterface"; reason: private alias.
Removed service "Boab\CoreBundle\Doctrine\UuidEncoder"; reason: private alias.
Removed service "Boab\CoreBundle\Doctrine\UuidEncoderInterface"; reason: private alias.
Removed service "Boab\MenuBundle\Service\PermissionMenuServiceInterface"; reason: private alias.
Removed service "Boab\PageBuilderBundle\Contract\BlockRendererInterface"; reason: private alias.
Removed service "Boab\PageBuilderBundle\Contract\BlockFormProviderInterface"; reason: private alias.
Removed service "Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Repository\ItemWorkflowRepository"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Repository\WorkflowAuditRepository"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Repository\WorkflowConfigurationRepository"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Repository\WorkflowDataRepository"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Repository\WorkflowEventRepository"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Manager\WorkflowManager"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Manager\WorkflowManagerInterface"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\WorkflowServiceInterface"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\WorkflowService"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\DepartmentAuthorizationService"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\AutoDepartmentAssignmentService"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\WorkflowDataHelper"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\WorkflowValidationService"; reason: private alias.
Removed service "Boab\AuthorizationWorkflowBundle\Service\WorkflowNotificationService"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $default_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $defaultFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $public_uploads_filesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $publicUploadsFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $user_profileFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $userProfileFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $top_bannerFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $topBannerFilesystem"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface"; reason: private alias.
Removed service "scheb_two_factor.security.email.form_renderer"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "Sonata\SeoBundle\Seo\SeoPageInterface"; reason: private alias.
Removed service "scheb_two_factor.security.email.auth_code_mailer"; reason: private alias.
Removed service ".service_locator.DHUPvzc"; reason: private alias.
Removed service ".service_locator.oeWXF0n"; reason: private alias.
Removed service ".service_locator.gO0etMc"; reason: private alias.
Removed service ".service_locator.z418hQD"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.AzSy3.b"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.FKd9CiG"; reason: private alias.
Removed service ".service_locator.aWQXwCg"; reason: private alias.
Removed service ".service_locator.oi7RUE4"; reason: private alias.
Removed service ".service_locator.XJF5DDT"; reason: private alias.
Removed service ".service_locator.sh1CXZL"; reason: private alias.
Removed service ".service_locator.AiLuUT0"; reason: private alias.
Removed service ".service_locator.7PLC9Yp"; reason: private alias.
Removed service ".service_locator..XwZqG2"; reason: private alias.
Removed service ".service_locator.9RZdJdm"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.e9ybNPO"; reason: private alias.
Removed service ".service_locator.m9gVqsZ"; reason: private alias.
Removed service ".service_locator.PVVCRk6"; reason: private alias.
Removed service ".service_locator.47ixn5N"; reason: private alias.
Removed service ".service_locator.zJWkE.S"; reason: private alias.
Removed service ".service_locator.u18Y_V3"; reason: private alias.
Removed service ".service_locator.AtXvJ02"; reason: private alias.
Removed service ".service_locator.02ox51t"; reason: private alias.
Removed service ".service_locator.BEMEGop"; reason: private alias.
Removed service ".service_locator.TzFqc9N"; reason: private alias.
Removed service ".service_locator.D2ArWqu"; reason: private alias.
Removed service ".service_locator.KjPFSyw"; reason: private alias.
Removed service ".service_locator.XHTX5Yl"; reason: private alias.
Removed service ".service_locator.sUgHknm"; reason: private alias.
Removed service ".service_locator.3gZfU1F"; reason: private alias.
Removed service ".service_locator.PMEjudt"; reason: private alias.
Removed service ".service_locator.WsOgLEO"; reason: private alias.
Removed service ".service_locator.lfTtWLc"; reason: private alias.
Removed service ".service_locator.L._gegg"; reason: private alias.
Removed service ".service_locator.DAvmOWK"; reason: private alias.
Removed service ".service_locator.CGaW_sd"; reason: private alias.
Removed service ".service_locator.8iKz8LK"; reason: private alias.
Removed service ".service_locator.w0YArb6"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
Removed service ".service_locator.g7.qVYs"; reason: private alias.
Removed service ".service_locator.E9lDeu8"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
243
Changed reference of service "App\Cms\Import\LegacyNewsImporter" previously pointing to "oneup_flysystem.public_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "App\Controller\AdminTwoFactorController" previously pointing to "scheb_two_factor.security.email.default_code_generator" to "scheb_two_factor.security.email.code_generator".
Changed reference of service "App\Controller\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AuthController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Controller\ContactController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Controller\ContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Controller\Newsletter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Newsletter" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Controller\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RegisterController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Controller\VolunteerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\VolunteerController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Form\Type\MediaPathType" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Security\AuthenticationHandler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Security\LogoutListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Twig\Extension\CmsThumbnailExtension" previously pointing to "oneup_flysystem.public_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "liip_imagine.binary.loader.public_images" previously pointing to "oneup_flysystem.public_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "liip_imagine.binary.loader.user_profile_loader" previously pointing to "oneup_flysystem.user_profile_filesystem" to "user_profile_filesystem".
Changed reference of service "liip_imagine.binary.loader.top_banner_loader" previously pointing to "oneup_flysystem.top_banner_filesystem" to "top_banner_filesystem".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "liip_imagine.cache.manager" 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 "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "boabcms.route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.nested_matcher" previously pointing to "boabcms.route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.generator" previously pointing to "boabcms.route_provider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fbeen.settings_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fbeen.settings_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "api_content_normaliser" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "api_user_normaliser" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "base_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "base_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "base_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boabcms.menu_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boabcms.dynamic_generator_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "seo_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boabcms.social_content_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boabcms_dashboard_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boabcms_dashboard_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "admin_content_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "admin_content_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "cms_content_review_queue_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_content_review_queue_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "content_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "content_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.photo_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.photo_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.content_revision_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.content_revision_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "route_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "route_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\CmsBundle\Normalizer\RouteAdminListNormalizer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.block_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.block_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boabcms.route_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "menu_widget_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "content_type_manager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "content_type_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.user_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.user_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.user_permission_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab_cms.user_permission_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "login_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "login_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "role_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "role_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "role_admin_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "role_admin_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "role_permission_admin_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "role_permission_admin_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "permission_admin_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "permission_admin_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "content_type_permission_admin_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "content_type_permission_admin_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "user_service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "login_success_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "logout_success_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.security_logout_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.public_filesystem" previously pointing to "oneup_flysystem.public_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "Boab\CmsBundle\Service\ContentApprovalService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\CmsBundle\UrlGenerator\ContentApprovalUrlGenerator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\CmsBundle\Menu\CmsRouteLinkResolver" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\CmsBundle\Controller\ResetPasswordController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "register_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "register_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab_cms.photo.normalizer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "taxonomy.vocab.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "taxonomy.vocab.controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "taxonomy.term.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "taxonomy.term.controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab.base_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab.base_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab.module_manager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab.email_service" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\MenuBundle\Controller\MenuController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Boab\MenuBundle\Controller\MenuController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\MenuBundle\Manager\RouteMenuScanner" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\MenuBundle\Resolver\AdminRouteLinkResolver" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\MenuBundle\Service\MenuRoutePathResolver" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\MenuBundle\Twig\MenuPathGenerator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab.authorization_workflow_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "boab.authorization_workflow_manager" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "boab.workflow_config_normalizer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab.item_workflow_normalizer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "boab.workflow_notification_subscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Boab\AuthorizationWorkflowBundle\MessageHandler\WorkflowNotificationHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Boab\AuthorizationWorkflowBundle\Command\WorkflowSlaCheckCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.public_uploads_filesystem_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.user_profile_filesystem" to "user_profile_filesystem".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.top_banner_filesystem" to "top_banner_filesystem".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Sonata\SeoBundle\Command\SitemapGeneratorCommand" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.email.provider" previously pointing to "scheb_two_factor.security.email.default_code_generator" to "scheb_two_factor.security.email.code_generator".
Changed reference of service "scheb_two_factor.security.email.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Service\FileTypeService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".instanceof.Boab\MenuBundle\Controller\MenuComponentController.0.Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".instanceof.Boab\MenuBundle\Controller\MenuComponentController.0.Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuComponentController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".instanceof.Boab\MenuBundle\Controller\MenuController.0.Boab\MenuBundle\Controller\MenuController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".instanceof.Boab\MenuBundle\Controller\MenuController.0.Boab\MenuBundle\Controller\MenuController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController.0.Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController.0.Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".abstract.instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator._m7E.a3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9ZLPGOp" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.eAGaofL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.scheb_two_factor.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 ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Boab\CmsBundle\Security\Voter\ContentTypeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Boab\CoreBundle\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.J5XrZ.L" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.NE4dAFa" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.o1mc53S" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
439
Removed service "App\DependencyInjection"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "App\Admin\Entity"; reason: abstract.
Removed service "App\Logger\Entity"; reason: abstract.
Removed service ".abstract.App\FileManager\ThumbnailInterface"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.valkey"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.valkey_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.binary.locator.asset_mapper"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "tchoulom.viewcounter.base"; reason: abstract.
Removed service "tchoulom.viewcounter.command.base"; reason: abstract.
Removed service "tchoulom.viewcounter.repository.base"; reason: abstract.
Removed service "base_controller"; reason: abstract.
Removed service "base_service"; reason: abstract.
Removed service "boab.base_controller"; reason: abstract.
Removed service "Boab\MenuBundle\Attribute"; reason: abstract.
Removed service "Boab\MenuBundle\DependencyInjection"; reason: abstract.
Removed service "Boab\MenuBundle\Entity"; reason: abstract.
Removed service "Boab\MenuBundle\Controller\ResolvesMenuAdminEntitiesTrait"; reason: abstract.
Removed service "Boab\MenuBundle\Provider\MenuDefinition"; reason: abstract.
Removed service "Boab\MenuBundle\Provider\MenuProviderInterface"; reason: abstract.
Removed service "Boab\MenuBundle\Resources"; reason: abstract.
Removed service "Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteName"; reason: abstract.
Removed service "Boab\MenuBundle\MenuBundle"; reason: abstract.
Removed service ".abstract.Boab\MenuBundle\Contract\MenuLinkResolverInterface"; reason: abstract.
Removed service ".abstract.Boab\MenuBundle\Service\PermissionMenuServiceInterface"; reason: abstract.
Removed service "Boab\ScheduleTaskBundle\DependencyInjection"; reason: abstract.
Removed service "Boab\ScheduleTaskBundle\Entity"; reason: abstract.
Removed service "Boab\ScheduleTaskBundle\DataFixtures"; reason: abstract.
Removed service "Boab\ScheduleTaskBundle\ScheduleTaskBundle"; reason: abstract.
Removed service ".abstract.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyNewsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportLegacyNewsCommand.0.App\Command\ImportLegacyNewsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportLegacyNewsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNationalDocumentsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportNationalDocumentsCommand.0.App\Command\ImportNationalDocumentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportNationalDocumentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedWapcasSitemapCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SeedWapcasSitemapCommand.0.App\Command\SeedWapcasSitemapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedWapcasSitemapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTwoFactorController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminTwoFactorController.0.App\Controller\AdminTwoFactorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminTwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.App\Controller\VolunteerController.0.App\Controller\VolunteerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VolunteerController"; reason: abstract.
Removed service ".instanceof.App\EventListener\AssetsInstallCopyListener.0.App\EventListener\AssetsInstallCopyListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AssetsInstallCopyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EmailMessengerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EmailMessengerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserAccountSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserAccountSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeroBannerSlideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HeroBannerSlideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MediaPathType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MediaPathType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PartnerLogoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PartnerLogoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VolunteerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VolunteerType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Logger\Repository\EmailLoggerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Logger\Repository\EmailLoggerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\FormErrorNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\FormErrorNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VolunteerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VolunteerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CmsThumbnailExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\CmsThumbnailExtension"; reason: abstract.
Removed service ".instanceof.App\Block\PartnerLogosBlockService.0.app.block.partner_logos"; reason: abstract.
Removed service ".abstract.instanceof.app.block.partner_logos"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Handler\ContentSchedulePublishHandler.0.Boab\CmsBundle\Handler\ContentSchedulePublishHandler"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Handler\ContentSchedulePublishHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand.0.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\SeedContentScheduleTaskCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand.0.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\GrantContentPermsToEditorPublisherCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand.0.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\ContentTypePermissionsSeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\SeedCmsContentApprovalWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand.0.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\SeedCmsContentUnpublishWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand.0.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\RepairContentReviewWorkflowCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\EventListener\RouteNavigationSyncListener.0.Boab\CmsBundle\EventListener\RouteNavigationSyncListener"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\EventListener\RouteNavigationSyncListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Command\PortCmsPublicNavCommand.0.Boab\CmsBundle\Command\PortCmsPublicNavCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Command\PortCmsPublicNavCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Controller\ResetPasswordController.0.Boab\CmsBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\Controller\AccountVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\Controller\AccountVerificationController"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\Controller\AccountVerificationController.0.Boab\CmsBundle\Controller\AccountVerificationController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Controller\AccountVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CmsBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\CmsBundle\Validator\NotInPasswordHistoryValidator"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\Validator\NotInPasswordHistoryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\EventSubscriber\PasswordResetEmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController.0.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand.0.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\PageBuilder\Command\ImportLegacyPageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand"; reason: abstract.
Removed service ".instanceof.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand.0.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CmsBundle\PageBuilder\Command\SeedPageBuilderLayoutsCommand"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\RolePermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Repository\RolePermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\CoreBundle\Repository\UserPermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Repository\UserPermissionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.boab.permission_command"; reason: abstract.
Removed service ".abstract.instanceof.boab.permission_command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\CoreBundle\Command\SeedRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Command\SeedRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Boab\CoreBundle\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Security\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\EventSubscriber\BreadcrumbSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\CoreBundle\Twig\BreadcrumbExtension"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Twig\BreadcrumbExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_type"; reason: abstract.
Removed service ".abstract.instanceof.boab.role_type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.role_permission_type"; reason: abstract.
Removed service ".abstract.instanceof.boab.role_permission_type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.boab.user_permissions_type"; reason: abstract.
Removed service ".abstract.instanceof.boab.user_permissions_type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\CoreBundle\Form\PermissionType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\Form\PermissionType"; reason: abstract.
Removed service ".instanceof.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler.0.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\MessageHandler\EmailDispatcherHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Boab\CoreBundle\EventSubscriber\UuidConverterSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.uuid_encoder_extension"; reason: abstract.
Removed service ".abstract.instanceof.twig.extension.uuid_encoder_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Command\ImportLegacyMenuCommand.0.Boab\MenuBundle\Command\ImportLegacyMenuCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Command\ImportLegacyMenuCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\InstallMenuCommand"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Command\InstallMenuCommand.0.Boab\MenuBundle\Command\InstallMenuCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Command\InstallMenuCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Command\SeedMenuComponentsCommand.0.Boab\MenuBundle\Command\SeedMenuComponentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Command\SeedMenuComponentsCommand"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0..abstract.Boab\MenuBundle\Contract\MenuLinkResolverInterface"; reason: abstract.
Removed service ".abstract.instanceof..abstract.Boab\MenuBundle\Contract\MenuLinkResolverInterface"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Controller\MenuComponentController.0.Boab\MenuBundle\Controller\MenuComponentController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuComponentController"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Controller\MenuController.0.Boab\MenuBundle\Controller\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Controller\MenuController"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener.0.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\EventListener\MenuCacheInvalidationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuComponentType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Form\MenuComponentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\MenuBundle\Form\MenuType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Form\MenuType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuComponentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Repository\MenuComponentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\MenuBundle\Repository\MenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Repository\MenuRepository"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\AdminRouteLinkResolver"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Resolver\AdminRouteLinkResolver"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ExternalLinkResolver"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Resolver\ExternalLinkResolver"; reason: abstract.
Removed service ".instanceof.Boab\MenuBundle\Contract\MenuLinkResolverInterface.0.Boab\MenuBundle\Resolver\ModuleLinkResolver"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Resolver\ModuleLinkResolver"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Twig\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\MenuBundle\Twig\MenuHrefExtension"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Twig\MenuHrefExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator"; reason: abstract.
Removed service ".abstract.instanceof.Boab\MenuBundle\Validator\Constraints\UniqueMenuRouteNameValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\PageBuilderBundle\Repository\PageBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\PageBuilderBundle\Repository\PageLayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\PageBuilderBundle\Repository\PageLayoutRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Boab\PageBuilderBundle\Twig\PageBuilderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Boab\PageBuilderBundle\Twig\PageBuilderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\PageBuilderBundle\Controller\PageBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\PageBuilderBundle\Controller\PageBuilderController"; reason: abstract.
Removed service ".instanceof.Boab\PageBuilderBundle\Controller\PageBuilderController.0.Boab\PageBuilderBundle\Controller\PageBuilderController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\PageBuilderBundle\Controller\PageBuilderController"; reason: abstract.
Removed service ".instanceof.Boab\PageBuilderBundle\Controller\PageBlockApiController.0.Boab\PageBuilderBundle\Controller\PageBlockApiController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\PageBuilderBundle\Controller\PageBlockApiController"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController.0.Boab\ScheduleTaskBundle\Controller\SchedulerController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Controller\SchedulerController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Boab\ScheduleTaskBundle\Form\ScheduledTaskType"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Form\ScheduledTaskType"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler.0.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Handler\SendDailyReportHandler"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface.0..abstract.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface"; reason: abstract.
Removed service ".abstract.instanceof..abstract.Boab\ScheduleTaskBundle\Handler\TaskHandlerInterface"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler.0.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Repository\ScheduledTaskRepository"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider.0.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Scheduler\DatabaseScheduleProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpression"; reason: abstract.
Removed service ".instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpression.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpression"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpression"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator"; reason: abstract.
Removed service ".abstract.instanceof.Boab\ScheduleTaskBundle\Validator\ValidCronExpressionValidator"; reason: abstract.
Removed service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController"; reason: abstract.
Removed service ".instanceof.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController"; reason: abstract.
Removed service ".instanceof.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController.0.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController"; reason: abstract.
Removed service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController"; reason: abstract.
Removed service ".instanceof.Boab\AuthorizationWorkflowBundle\UrlGenerator\WorkflowUrlGeneratorInterface.0.Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator"; reason: abstract.
Removed service ".abstract.instanceof.Boab\AuthorizationWorkflowBundle\UrlGenerator\DefaultWorkflowUrlGenerator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
479
Removed service "App\Cms\Seed\WapcasSitemapDefinition"; reason: unused.
Removed service "App\DataFixtures\AppFixtures"; reason: unused.
Removed service "App\Event\ApplicationCompletedEvent"; reason: unused.
Removed service "App\Event\ApplicationPasswordCompletedEvent"; reason: unused.
Removed service "App\Event\OrderEvent"; reason: unused.
Removed service "App\Event\OrderVerifiedEvent"; reason: unused.
Removed service "App\Event\SendOrderPincodeEvent"; reason: unused.
Removed service "App\Event\StudentAdmittedEvent"; reason: unused.
Removed service "App\Events"; reason: unused.
Removed service "App\Exception\AppException"; reason: unused.
Removed service "App\Exception\InsufficientFundException"; reason: unused.
Removed service "App\FileManager\FilesystemHelper"; reason: unused.
Removed service "App\Model\Mail"; reason: unused.
Removed service "App\Security\AccessDeniedHandler"; reason: unused.
Removed service "App\Security\AuthenticationHandler"; reason: unused.
Removed service "App\Util\PdfServiceManager"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.logger"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
Removed service "finder"; reason: unused.
Removed service "imagine_gd"; reason: unused.
Removed service "core.validation"; reason: unused.
Removed service "pagination"; reason: unused.
Removed service "boabcms.social_content_generator"; reason: unused.
Removed service "boabcms.route_service"; reason: unused.
Removed service "menu_widget_builder"; reason: unused.
Removed service "menu.route_provider"; reason: unused.
Removed service "boab_cms.log_entry_repository"; reason: unused.
Removed service "admin_form_builder"; reason: unused.
Removed service "boab_cms.role_repository"; reason: unused.
Removed service "login_success_handler"; reason: unused.
Removed service "logout_success_handler"; reason: unused.
Removed service "token_repository"; reason: unused.
Removed service "register_controller"; reason: unused.
Removed service "boab_cms.sms_gateway"; reason: unused.
Removed service "taxonomy"; reason: unused.
Removed service "boab.array_collection_pagination"; reason: unused.
Removed service "boab.array_pagination"; reason: unused.
Removed service "boab.paginator_manager"; reason: unused.
Removed service "Boab\MenuBundle\Exception\MenuAdminException"; reason: unused.
Removed service "Boab\MenuBundle\Exception\MenuComponentAdminException"; reason: unused.
Removed service "Boab\ScheduleTaskBundle\Message\DynamicTaskMessage"; reason: unused.
Removed service "Boab\ScheduleTaskBundle\Validator\ValidCronExpression"; reason: unused.
Removed service "boab.workfow_listener"; reason: unused.
Removed service "boab.workflow_configuration_repository"; reason: unused.
Removed service "boab.workflow_itemstage_repository"; reason: unused.
Removed service "boab.workflow_data_repository"; reason: unused.
Removed service "boab.workflow_event_repository"; reason: unused.
Removed service "boab.auto_department_assignment_service"; reason: unused.
Removed service "boab.workflow_data_helper"; reason: unused.
Removed service "boab.workflow_validation_service"; reason: unused.
Removed service "boab.workflow_manager_select_type"; reason: unused.
Removed service "boab.workflow_notification_subscriber"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator._m7E.a3.App\Controller\AuthController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\AuthController::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.App\Controller\AuthController::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.App\Controller\AuthController::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.App\Controller\AuthController::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.App\Controller\AuthController::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.App\Controller\AuthController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\AuthController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.App\Controller\AuthController::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.App\Controller\ContactController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\ContactController::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.App\Controller\ContactController::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.App\Controller\ContactController::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.App\Controller\ContactController::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.App\Controller\ContactController::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.App\Controller\ContactController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\ContactController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.App\Controller\ContactController::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.App\Controller\Newsletter::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\Newsletter::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.App\Controller\Newsletter::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.App\Controller\Newsletter::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.App\Controller\Newsletter::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.App\Controller\Newsletter::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.App\Controller\Newsletter::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\Newsletter::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.App\Controller\Newsletter::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.App\Controller\RegisterController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\RegisterController::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.App\Controller\RegisterController::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.App\Controller\RegisterController::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.App\Controller\RegisterController::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.App\Controller\RegisterController::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.App\Controller\RegisterController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\RegisterController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.App\Controller\RegisterController::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.App\Controller\VolunteerController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.App\Controller\VolunteerController::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.App\Controller\VolunteerController::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.App\Controller\VolunteerController::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.App\Controller\VolunteerController::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.App\Controller\VolunteerController::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.App\Controller\VolunteerController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.App\Controller\VolunteerController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.App\Controller\VolunteerController::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.boabcms_dashboard_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.boabcms_dashboard_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.boabcms_dashboard_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.boabcms_dashboard_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.boabcms_dashboard_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.boabcms_dashboard_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.boabcms_dashboard_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.boabcms_dashboard_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.boabcms_dashboard_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.content_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.content_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.content_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.content_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.content_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.content_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.content_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.content_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.content_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.boab_cms.photo_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.boab_cms.photo_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.boab_cms.photo_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.boab_cms.photo_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.boab_cms.photo_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.boab_cms.photo_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.boab_cms.photo_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.boab_cms.photo_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.boab_cms.photo_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.route_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.route_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.route_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.route_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.route_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.route_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.route_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.route_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.route_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.boab_cms.block_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.boab_cms.block_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.boab_cms.block_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.boab_cms.block_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.boab_cms.block_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.boab_cms.block_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.boab_cms.block_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.boab_cms.block_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.boab_cms.block_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.boab_cms.user_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.boab_cms.user_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.boab_cms.user_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.boab_cms.user_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.boab_cms.user_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.boab_cms.user_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.boab_cms.user_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.boab_cms.user_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.boab_cms.user_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.boab_cms.user_permission_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.boab_cms.user_permission_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.boab_cms.user_permission_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.boab_cms.user_permission_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.boab_cms.user_permission_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.boab_cms.user_permission_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.boab_cms.user_permission_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.boab_cms.user_permission_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.boab_cms.user_permission_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.login_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.login_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.login_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.login_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.login_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.login_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.login_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.login_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.login_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.role_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.role_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.role_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.role_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.role_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.role_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.role_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.role_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.role_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.role_admin_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.role_admin_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.role_admin_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.role_admin_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.role_admin_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.role_admin_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.role_admin_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.role_admin_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.role_admin_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.role_permission_admin_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.role_permission_admin_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.role_permission_admin_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.role_permission_admin_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.role_permission_admin_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.role_permission_admin_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.role_permission_admin_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.role_permission_admin_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.role_permission_admin_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.permission_admin_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.permission_admin_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.permission_admin_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.permission_admin_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.permission_admin_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.permission_admin_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.permission_admin_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.permission_admin_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.permission_admin_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.content_type_permission_admin_controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.content_type_permission_admin_controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.content_type_permission_admin_controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.content_type_permission_admin_controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.content_type_permission_admin_controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.content_type_permission_admin_controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.content_type_permission_admin_controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.content_type_permission_admin_controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.content_type_permission_admin_controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.taxonomy.vocab.controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.taxonomy.vocab.controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.taxonomy.vocab.controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.taxonomy.vocab.controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.taxonomy.vocab.controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.taxonomy.vocab.controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.taxonomy.vocab.controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.taxonomy.vocab.controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.taxonomy.vocab.controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.taxonomy.term.controller::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.taxonomy.term.controller::setEntityManager()"; reason: unused.
Removed service ".service_locator.Xm_Mj4P.taxonomy.term.controller::setTemplate()"; reason: unused.
Removed service ".service_locator.hHF5rks.taxonomy.term.controller::setThemeManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.taxonomy.term.controller::setFormFactory()"; reason: unused.
Removed service ".service_locator.sGI6y9M.taxonomy.term.controller::setFlash()"; reason: unused.
Removed service ".service_locator.njNbREz.taxonomy.term.controller::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.taxonomy.term.controller::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.taxonomy.term.controller::setRouter()"; reason: unused.
Removed service ".service_locator._m7E.a3.Boab\MenuBundle\Controller\MenuComponentController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.Boab\MenuBundle\Controller\MenuComponentController::setEntityManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.Boab\MenuBundle\Controller\MenuComponentController::setFormFactory()"; reason: unused.
Removed service ".service_locator.njNbREz.Boab\MenuBundle\Controller\MenuComponentController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.Boab\MenuBundle\Controller\MenuComponentController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.Boab\MenuBundle\Controller\MenuComponentController::setRouter()"; reason: unused.
Removed service ".service_locator.01sAJz9"; reason: unused.
Removed service ".service_locator.01sAJz9.Boab\MenuBundle\Controller\MenuComponentController::setTwig()"; reason: unused.
Removed service ".service_locator.0j4henY.Boab\MenuBundle\Controller\MenuComponentController::setSerializer()"; reason: unused.
Removed service ".service_locator.j5K1gLt"; reason: unused.
Removed service ".service_locator.j5K1gLt.Boab\MenuBundle\Controller\MenuComponentController::setRequestStack()"; reason: unused.
Removed service ".service_locator..TL8LKF"; reason: unused.
Removed service ".service_locator..TL8LKF.Boab\MenuBundle\Controller\MenuComponentController::setLogger()"; reason: unused.
Removed service ".service_locator.294qaJj"; reason: unused.
Removed service ".service_locator.294qaJj.Boab\MenuBundle\Controller\MenuComponentController::setParams()"; reason: unused.
Removed service ".service_locator.p7M1XgL.Boab\MenuBundle\Controller\MenuComponentController::setCsrfTokenManager()"; reason: unused.
Removed service ".service_locator._m7E.a3.Boab\MenuBundle\Controller\MenuController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.Boab\MenuBundle\Controller\MenuController::setEntityManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.Boab\MenuBundle\Controller\MenuController::setFormFactory()"; reason: unused.
Removed service ".service_locator.njNbREz.Boab\MenuBundle\Controller\MenuController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.Boab\MenuBundle\Controller\MenuController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.Boab\MenuBundle\Controller\MenuController::setRouter()"; reason: unused.
Removed service ".service_locator.01sAJz9.Boab\MenuBundle\Controller\MenuController::setTwig()"; reason: unused.
Removed service ".service_locator.0j4henY.Boab\MenuBundle\Controller\MenuController::setSerializer()"; reason: unused.
Removed service ".service_locator.j5K1gLt.Boab\MenuBundle\Controller\MenuController::setRequestStack()"; reason: unused.
Removed service ".service_locator..TL8LKF.Boab\MenuBundle\Controller\MenuController::setLogger()"; reason: unused.
Removed service ".service_locator.294qaJj.Boab\MenuBundle\Controller\MenuController::setParams()"; reason: unused.
Removed service ".service_locator.p7M1XgL.Boab\MenuBundle\Controller\MenuController::setCsrfTokenManager()"; reason: unused.
Removed service ".service_locator._m7E.a3.Boab\ScheduleTaskBundle\Controller\SchedulerController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.Boab\ScheduleTaskBundle\Controller\SchedulerController::setEntityManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.Boab\ScheduleTaskBundle\Controller\SchedulerController::setFormFactory()"; reason: unused.
Removed service ".service_locator.njNbREz.Boab\ScheduleTaskBundle\Controller\SchedulerController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.Boab\ScheduleTaskBundle\Controller\SchedulerController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.Boab\ScheduleTaskBundle\Controller\SchedulerController::setRouter()"; reason: unused.
Removed service ".service_locator.01sAJz9.Boab\ScheduleTaskBundle\Controller\SchedulerController::setTwig()"; reason: unused.
Removed service ".service_locator.0j4henY.Boab\ScheduleTaskBundle\Controller\SchedulerController::setSerializer()"; reason: unused.
Removed service ".service_locator.j5K1gLt.Boab\ScheduleTaskBundle\Controller\SchedulerController::setRequestStack()"; reason: unused.
Removed service ".service_locator..TL8LKF.Boab\ScheduleTaskBundle\Controller\SchedulerController::setLogger()"; reason: unused.
Removed service ".service_locator.294qaJj.Boab\ScheduleTaskBundle\Controller\SchedulerController::setParams()"; reason: unused.
Removed service ".service_locator.p7M1XgL.Boab\ScheduleTaskBundle\Controller\SchedulerController::setCsrfTokenManager()"; reason: unused.
Removed service ".service_locator._m7E.a3.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setEventDispatcher()"; reason: unused.
Removed service ".service_locator.3BoFVFw.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setEntityManager()"; reason: unused.
Removed service ".service_locator.UkhqPjI.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setFormFactory()"; reason: unused.
Removed service ".service_locator.njNbREz.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setAuthorizationChecker()"; reason: unused.
Removed service ".service_locator.wNicUqG.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setTokenStorage()"; reason: unused.
Removed service ".service_locator.9ZLPGOp.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setRouter()"; reason: unused.
Removed service ".service_locator.01sAJz9.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setTwig()"; reason: unused.
Removed service ".service_locator.0j4henY.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setSerializer()"; reason: unused.
Removed service ".service_locator.j5K1gLt.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setRequestStack()"; reason: unused.
Removed service ".service_locator..TL8LKF.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setLogger()"; reason: unused.
Removed service ".service_locator.294qaJj.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setParams()"; reason: unused.
Removed service ".service_locator.p7M1XgL.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::setCsrfTokenManager()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.api_user_normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.doctrine_collection.normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.app_exception.normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.form_error.normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.date_time.normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.Boab\CmsBundle\Normalizer\RouteAdminListNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Boab\MenuBundle\Normalizer\MenuAdminListNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Boab\MenuBundle\Normalizer\MenuComponentAdminListNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_content_normaliser"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\FormErrorNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.boab_cms.photo.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.boab.workflow_config_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.boab.item_workflow_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.boab.stage_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.scheduler_trigger"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
535
Inlined service "App\Cms\Import\LegacyNewsImporter" to "App\Command\ImportLegacyNewsCommand".
Inlined service "App\Cms\Seed\WapcasSitemapSeeder" to "App\Command\SeedWapcasSitemapCommand".
Inlined service ".service_locator.J5XrZ.L.App\Controller\AdminTwoFactorController" to "App\Controller\AdminTwoFactorController".
Inlined service ".service_locator.J5XrZ.L.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service "boab.role_service" to "App\EventSubscriber\UserAccountSubscriber".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "cache.scheduler.recorder_inner" to "cache.scheduler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.zsAmMN5.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.yjsvFwM" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.LjKPuDN" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.UoTJz6S" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.aAkpSVS" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.MwmMT0I" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" 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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Extension\AppExtension" to "twig".
Inlined service "App\Twig\Extension\CmsThumbnailExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "fbeen_settings.twig_extension" to "twig".
Inlined service "twig.extension.flash" to "twig".
Inlined service "twig.extension.boabcms" to "twig".
Inlined service "twig.extension.boabglobal" to "twig".
Inlined service "twig.extension.boabmenu" to "twig".
Inlined service "twig.extension.paginator" to "twig".
Inlined service "Boab\CoreBundle\Twig\BreadcrumbExtension" to "twig".
Inlined service "twig.extension.uuid_encoder_extension" to "twig".
Inlined service "Boab\MenuBundle\Twig\MenuExtension" to "twig".
Inlined service "Boab\MenuBundle\Twig\MenuHrefExtension" to "twig".
Inlined service "Boab\PageBuilderBundle\Twig\PageBuilderExtension" to "twig".
Inlined service "boab.extension.workflow_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "sonata.seo.twig.extension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.8BV7Ypj" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.5ltxHEW" to "security.helper".
Inlined service ".service_locator.6V1rtcE" to "security.helper".
Inlined service ".service_locator.567piEK" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.Fdvd_Jr" to "security.access_map".
Inlined service ".security.request_matcher.F1Z5kfg" to "security.access_map".
Inlined service ".security.request_matcher.Vy9jNwT" to "security.access_map".
Inlined service ".security.request_matcher.vRsJgn0" to "security.access_map".
Inlined service ".security.request_matcher.RV5kbvp" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.ykRlu15" to "security.access_map".
Inlined service ".security.request_matcher.6e4ly3p" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.PxgnMPT" to "security.access_map".
Inlined service ".security.request_matcher.NKSWCpK" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.admin".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.admin".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.admin".
Inlined service "security.authentication.success_handler.two_factor.admin" to "security.authenticator.two_factor.admin".
Inlined service "security.authentication.failure_handler.two_factor.admin" to "security.authenticator.two_factor.admin".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "boab_cms.access_denied_handler" 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.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.gwEhYlT" to ".security.request_matcher.Fdvd_Jr".
Inlined service ".security.request_matcher.mAE4hmT" to ".security.request_matcher.F1Z5kfg".
Inlined service ".security.request_matcher.wXNwERd" to ".security.request_matcher.Vy9jNwT".
Inlined service ".security.request_matcher._R264hG" to ".security.request_matcher.vRsJgn0".
Inlined service ".security.request_matcher.JnjYEC3" to ".security.request_matcher.RV5kbvp".
Inlined service ".security.request_matcher.FGz5ltO" to ".security.request_matcher.ykRlu15".
Inlined service ".security.request_matcher.a4tT1AB" to ".security.request_matcher.6e4ly3p".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.lYvkyAV" to ".security.request_matcher.PxgnMPT".
Inlined service ".security.request_matcher.kKjNRCa" to ".security.request_matcher.NKSWCpK".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service ".service_locator.dlsC_FI" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "boab_cms.block.loader" to "sonata.block.loader.chain".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.tree".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.default_controller" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.content_repository" to "cmf_routing.dynamic_router".
Inlined service "route_template_enhancer" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service "view_locator" to "boab_cms.view_manager".
Inlined service "boab_cms.pagination" to "boab_cms.repository_factory".
Inlined service "boab_cms.random_generator" to "boabcms.menu_builder".
Inlined service "boabcms.menu_builder" to "boabcms.admin_menu_builder".
Inlined service "boab_cms.content_revision_differ" to "boab_cms.content_revision_controller".
Inlined service "Boab\CmsBundle\Service\RouteListSerializer" to "route_controller".
Inlined service "user_service" to "role_controller".
Inlined service "Boab\CmsBundle\Menu\CmsPublicNavPortService" to "Boab\CmsBundle\Command\PortCmsPublicNavCommand".
Inlined service ".service_locator.TJNRSaV.Boab\CmsBundle\Controller\ResetPasswordController" to "Boab\CmsBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.TJNRSaV.Boab\CmsBundle\Controller\AccountVerificationController" to "Boab\CmsBundle\Controller\AccountVerificationController".
Inlined service ".service_locator.TJNRSaV.Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController" to "Boab\CmsBundle\PageBuilder\Controller\CmsPageBuilderController".
Inlined service "boabcms.admin_menu_builder" to "twig.extension.boabmenu".
Inlined service "boab_cms.paginator_factory" to "twig.extension.paginator".
Inlined service "boab.email_attachment_service" to "boab.email_service".
Inlined service "Boab\MenuBundle\Security\MenuVisibilityChecker" to "Boab\MenuBundle\Builder\MenuBuilder".
Inlined service "Boab\MenuBundle\Builder\MenuBuilder" to "Boab\MenuBundle\Cache\MenuCacheManager".
Inlined service "Boab\MenuBundle\Manager\LegacyMenuScanner" to "Boab\MenuBundle\Command\ImportLegacyMenuCommand".
Inlined service "Boab\MenuBundle\Service\MenuComponentService" to "Boab\MenuBundle\Controller\MenuComponentController".
Inlined service "Boab\MenuBundle\Service\MenuItemService" to "Boab\MenuBundle\Controller\MenuController".
Inlined service "Boab\MenuBundle\Manager\RouteMenuScanner" to "Boab\MenuBundle\Manager\MenuInstaller".
Inlined service "Boab\MenuBundle\Registry\MenuRegistry" to "Boab\MenuBundle\Manager\MenuInstaller".
Inlined service "boab.menu.pagination" to "Boab\MenuBundle\Repository\MenuRepository".
Inlined service "Boab\MenuBundle\Twig\MenuPathGenerator" to "Boab\MenuBundle\Twig\MenuExtension".
Inlined service "Boab\MenuBundle\Resolver\MenuLinkResolverRegistry" to "Boab\MenuBundle\Twig\MenuHrefExtension".
Inlined service "Boab\CmsBundle\PageBuilder\Adapter\SonataBlockRendererAdapter" to "Boab\PageBuilderBundle\Renderer\RegionRenderer".
Inlined service "Boab\PageBuilderBundle\Renderer\RegionRenderer" to "Boab\PageBuilderBundle\Twig\PageBuilderExtension".
Inlined service ".service_locator.TJNRSaV.Boab\PageBuilderBundle\Controller\PageBuilderController" to "Boab\PageBuilderBundle\Controller\PageBuilderController".
Inlined service ".service_locator.NE4dAFa.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController" to "Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController".
Inlined service "boab.workflow_notification_service" to "Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController".
Inlined service ".service_locator.TJNRSaV.Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController" to "Boab\AuthorizationWorkflowBundle\Controller\WorkflowNotificationTestController".
Inlined service "boab.random_generator" to "boab.authorization_workflow_manager".
Inlined service "App\Service\RandomUidGenerator" to "boab.authorization_workflow_manager".
Inlined service "Boab\CmsBundle\Workflow\ContentApprovalWorkflow" to "boab.authorization_workflow_manager".
Inlined service "Boab\CmsBundle\Workflow\ContentUnpublishWorkflow" to "boab.authorization_workflow_manager".
Inlined service "Boab\CmsBundle\Guard\ContentTypePermissionGuard" to "boab.authorization_workflow_manager".
Inlined service "boab.stage_workflow_repository" to "boab.workflow_service".
Inlined service "boab.item_workflow_repository" to "boab.workflow_service".
Inlined service "oneup_flysystem.default_filesystem_filesystem" to "oneup_flysystem.mount_manager".
Inlined service "oneup_flysystem.default_adapter_adapter" to "oneup_flysystem.default_filesystem_filesystem".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service "sonata.seo.sitemap.manager" to "Sonata\SeoBundle\Command\SitemapGeneratorCommand".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.algorithm" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.key" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration" to "scheb_two_factor.trusted_jwt_encoder".
Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "Artgris\Bundle\FileManagerBundle\Service\FilemanagerService" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service ".service_locator.TJNRSaV.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.REP7tw8" to ".service_locator.REP7tw8.App\Controller\ContentController::index()".
Inlined service ".service_locator.0MQaTBY" to ".service_locator.0MQaTBY.App\Controller\RegisterController::login()".
Inlined service ".service_locator.SjhUA5O" to ".service_locator.SjhUA5O.App\Controller\RegisterController::register()".
Inlined service ".service_locator.Llpr4cw" to ".service_locator.Llpr4cw.App\Controller\VolunteerController::show()".
Inlined service ".service_locator.tUZuZoX" to ".service_locator.tUZuZoX.admin_content_controller::getFormErrorsxx()".
Inlined service ".service_locator.0j4henY" to ".service_locator.0j4henY.content_controller::searchAction()".
Inlined service ".service_locator.eAGaofL" to ".service_locator.eAGaofL.Boab\CmsBundle\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.f3_bGqS" to ".service_locator.f3_bGqS.Boab\CmsBundle\Controller\AccountVerificationController::accountPasswordSetup()".
Inlined service ".service_locator.KIJJBQR" to ".service_locator.KIJJBQR.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::workflowDetails()".
Inlined service ".service_locator.BO45zk6" to ".service_locator.BO45zk6.Boab\AuthorizationWorkflowBundle\Controller\AuthorizationController::getFormattedFormErrors()".
Inlined service ".service_locator.WWNPdD0" to ".service_locator.WWNPdD0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController::indexAction()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "scheduler.messenger.service_call_message_handler" to ".messenger.handler_descriptor.KMq4SyQ".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "Boab\CoreBundle\MessageHandler\EmailDispatcherHandler" to ".messenger.handler_descriptor.B_BgXSZ".
Inlined service "Boab\ScheduleTaskBundle\MessageHandler\DynamicTaskHandler" to ".messenger.handler_descriptor.cMsYeam".
Inlined service "Boab\AuthorizationWorkflowBundle\MessageHandler\WorkflowNotificationHandler" to ".messenger.handler_descriptor.fdkPWrK".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\Voter\InvoiceVoter" to ".debug.security.voter.App\Security\Voter\InvoiceVoter".
Inlined service "Boab\CmsBundle\Security\Voter\ContentTypeVoter" to ".debug.security.voter.Boab\CmsBundle\Security\Voter\ContentTypeVoter".
Inlined service "Boab\CoreBundle\Security\Voter\PermissionVoter" to ".debug.security.voter.Boab\CoreBundle\Security\Voter\PermissionVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.zsAmMN5" to ".service_locator.zsAmMN5.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.NE4dAFa" to ".service_locator.NE4dAFa.Boab\AuthorizationWorkflowBundle\Controller\DepartmentAuthorizationTestController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.0POsmEw" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_user_normaliser" to "debug.serializer.inner".
Inlined service "doctrine_collection.normaliser" to "debug.serializer.inner".
Inlined service "app_exception.normaliser" to "debug.serializer.inner".
Inlined service "form_error.normaliser" to "debug.serializer.inner".
Inlined service "date_time.normaliser" to "debug.serializer.inner".
Inlined service "Boab\CmsBundle\Normalizer\RouteAdminListNormalizer" to "debug.serializer.inner".
Inlined service "Boab\MenuBundle\Normalizer\MenuAdminListNormalizer" to "debug.serializer.inner".
Inlined service "Boab\MenuBundle\Normalizer\MenuComponentAdminListNormalizer" to "debug.serializer.inner".
Inlined service "api_content_normaliser" to "debug.serializer.inner".
Inlined service "App\Normalizer\FormErrorNormalizer" to "debug.serializer.inner".
Inlined service "boab_cms.photo.normalizer" to "debug.serializer.inner".
Inlined service "boab.workflow_config_normalizer" to "debug.serializer.inner".
Inlined service "boab.item_workflow_normalizer" to "debug.serializer.inner".
Inlined service "boab.stage_normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.scheduler_trigger" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.4sevVjC" to "console.command_loader".
Inlined service "cmf_routing.dynamic_router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "oneup_flysystem.public_uploads_adapter_adapter" to "League\Flysystem\Filesystem".
Inlined service "oneup_flysystem.user_profile_adapter_adapter" to "user_profile_filesystem".
Inlined service "oneup_flysystem.top_banner_adapter_adapter" to "top_banner_filesystem".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "boab.module_manager" to "console.command.public_alias.boab.permission_command".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "boab_cms.cmf_content_repository" to "router".
Inlined service "boab_cms.cmf_content_repository" to "router".
4
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.controller_resolver", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.main", "scheb_two_factor.security.authentication.trust_resolver", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "boab_cms.type_manager" was defined on service(s) "page_type_manager", "article_type_manager", "news_type_manager", "video_type_manager", "audio_type_manager", "event_type_manager", "document_type_manager", "album_type_manager", "project_type_manager", but was never used.
Tag "boab.paginator" was defined on service(s) "boab.pagination", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.
6
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.