Setting the code, the model class and the base controller name with the constructor is deprecated since sonata-project/admin-bundle version 4.8 and will not be possible in 5.0 version. Use the `code`, `model_class` and `controller` attribute of the `sonata.admin` tag or the method "setCode()", "setModelClass()" and "setBaseControllerName()" instead.
Overriding the baseRouteName property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRouteName() instead.
Overriding the baseRoutePattern property is deprecated since sonata-project/admin-bundle 4.15. You MUST override the method Sonata\AdminBundle\Admin\AbstractAdmin::generateBaseRoutePattern() instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.name = ? LIMIT 1"
(parameters:
[1 => "Guitar"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.name = ? LIMIT 1"
"params" => [1 => "Guitar"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ WHERE r0_.type = ? ORDER BY r0_.date DESC"
(parameters:
[1 => "all"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ WHERE r0_.type = ? ORDER BY r0_.date DESC"
"params" => [1 => "all"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ WHERE r0_.type = ? ORDER BY r0_.date DESC LIMIT 3"
(parameters:
[1 => "all"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ WHERE r0_.type = ? ORDER BY r0_.date DESC LIMIT 3"
"params" => [1 => "all"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.price AS price_4, p0_.duration AS duration_5, i1_.name AS name_6, i1_.id AS id_7, p0_.pelecard_installments AS pelecard_installments_8, p0_.is_featured AS is_featured_9, p0_.is_auto_renew AS is_auto_renew_10 FROM plans p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE (p0_.is_custom = ? AND p0_.count_less = -1) AND (p0_.deleted_at IS NULL) ORDER BY p0_.duration DESC"
(parameters:
[1 => 0]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.price AS price_4, p0_.duration AS duration_5, i1_.name AS name_6, i1_.id AS id_7, p0_.pelecard_installments AS pelecard_installments_8, p0_.is_featured AS is_featured_9, p0_.is_auto_renew AS is_auto_renew_10 FROM plans p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE (p0_.is_custom = ? AND p0_.count_less = -1) AND (p0_.deleted_at IS NULL) ORDER BY p0_.duration DESC"
"params" => [1 => 0]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ INNER JOIN review_instruments r2_ ON r0_.id = r2_.review_id INNER JOIN instruments i1_ ON i1_.id = r2_.instrument_id WHERE i1_.id = ? ORDER BY r0_.date DESC"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.author AS author_1, r0_.rating AS rating_2, r0_.date AS date_3, r0_.text AS text_4, r0_.type AS type_5, r0_.entity_id AS entity_id_6, r0_.image_name AS image_name_7, r0_.image_unique_name AS image_unique_name_8, r0_.updated_at AS updated_at_9 FROM reviews r0_ INNER JOIN review_instruments r2_ ON r0_.id = r2_.review_id INNER JOIN instruments i1_ ON i1_.id = r2_.instrument_id WHERE i1_.id = ? ORDER BY r0_.date DESC"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.price AS price_4, p0_.duration AS duration_5, i1_.name AS name_6, i1_.id AS id_7, p0_.pelecard_installments AS pelecard_installments_8, p0_.is_featured AS is_featured_9, p0_.is_auto_renew AS is_auto_renew_10 FROM plans p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE (p0_.is_custom = ? AND p0_.count_less = -1) AND (p0_.deleted_at IS NULL) ORDER BY p0_.duration DESC"
(parameters:
[1 => 0]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.price AS price_4, p0_.duration AS duration_5, i1_.name AS name_6, i1_.id AS id_7, p0_.pelecard_installments AS pelecard_installments_8, p0_.is_featured AS is_featured_9, p0_.is_auto_renew AS is_auto_renew_10 FROM plans p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE (p0_.is_custom = ? AND p0_.count_less = -1) AND (p0_.deleted_at IS NULL) ORDER BY p0_.duration DESC"
"params" => [1 => 0]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 1) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
(parameters:
[1 => "Chords-feature"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 1) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
"params" => [1 => "Chords-feature"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 12) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
(parameters:
[1 => "Chords-feature"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 12) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
"params" => [1 => "Chords-feature"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_song_access = 1 AND p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 1) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
(parameters:
[1 => "Piano-songs-only"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_song_access = 1 AND p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 1) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
"params" => [1 => "Piano-songs-only"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_song_access = 1 AND p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 12) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
(parameters:
[1 => "Piano-songs-only"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_mobile AS description_mobile_3, p0_.instrument_id AS instrument_id_4, p0_.gift_plan_id AS gift_plan_id_5, p0_.price AS price_6, p0_.duration AS duration_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.is_auto_renew AS is_auto_renew_11, p0_.is_custom AS is_custom_12, p0_.pelecard_installments AS pelecard_installments_13, p0_.count_less AS count_less_14, p0_.has_song_access AS has_song_access_15, p0_.has_feature_access AS has_feature_access_16, p0_.is_featured AS is_featured_17, p0_.is_promotion AS is_promotion_18, p0_.is_gift AS is_gift_19, p0_.summary_text AS summary_text_20, p0_.invoice_text AS invoice_text_21, p0_.invoice_item_name AS invoice_item_name_22, p0_.duration_text AS duration_text_23, p0_.is_free AS is_free_24 FROM plans p0_ INNER JOIN instruments i1_ ON (p0_.instrument_id = i1_.id) WHERE ((p0_.has_song_access = 1 AND p0_.has_feature_access = 1 AND p0_.is_auto_renew = 1 AND p0_.duration = 12) AND i1_.name = ?) AND (p0_.deleted_at IS NULL) LIMIT 1"
"params" => [1 => "Piano-songs-only"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT p0_.title AS title_0, p0_.options AS options_1, i1_.name AS name_2 FROM plans_group_descriptions p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id)"
doctrine
[
"sql" => "SELECT p0_.title AS title_0, p0_.options AS options_1, i1_.name AS name_2 FROM plans_group_descriptions p0_ LEFT JOIN instruments i1_ ON (p0_.instrument_id = i1_.id)"
]
debug
Executing query:
"SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.hebrew_name AS hebrew_name_2 FROM instruments i0_"
doctrine
[
"sql" => "SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.hebrew_name AS hebrew_name_2 FROM instruments i0_"
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.header AS header_4, t0.subheader AS subheader_5, t0.incentives AS incentives_6, t0.content AS content_7, t0.description AS description_8, t0.description_mobile AS description_mobile_9, t0.rating AS rating_10, t0.reviews_count AS reviews_count_11, t0.students_count AS students_count_12, t0.video AS video_13, t0.title_seo AS title_seo_14, t0.meta_title_seo AS meta_title_seo_15, t0.meta_description_seo AS meta_description_seo_16, t0.title_breadcrumb AS title_breadcrumb_17, t0.updated_at AS updated_at_18, t0.instrument_id AS instrument_id_19 FROM courses t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.header AS header_4, t0.subheader AS subheader_5, t0.incentives AS incentives_6, t0.content AS content_7, t0.description AS description_8, t0.description_mobile AS description_mobile_9, t0.rating AS rating_10, t0.reviews_count AS reviews_count_11, t0.students_count AS students_count_12, t0.video AS video_13, t0.title_seo AS title_seo_14, t0.meta_title_seo AS meta_title_seo_15, t0.meta_description_seo AS meta_description_seo_16, t0.title_breadcrumb AS title_breadcrumb_17, t0.updated_at AS updated_at_18, t0.instrument_id AS instrument_id_19 FROM courses t0"
]
"SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
(parameters:
[1 => "payment-page"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
"params" => [1 => "payment-page"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
(parameters:
[1 => "payment-page"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
"params" => [1 => "payment-page"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
(parameters:
[1 => "payment-page"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1"
"params" => [1 => "payment-page"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT v0_.id AS id_0, v0_.vimeo_video_id AS vimeo_video_id_1, v0_.title AS title_2, v0_.person_name AS person_name_3, v0_.person_age AS person_age_4, v0_.person_city AS person_city_5, v0_.position AS position_6, v0_.is_enabled AS is_enabled_7, v0_.created_at AS created_at_8, v0_.updated_at AS updated_at_9 FROM video_testimonials v0_ INNER JOIN video_testimonial_instruments v2_ ON v0_.id = v2_.video_testimonial_id INNER JOIN instruments i1_ ON i1_.id = v2_.instrument_id WHERE LOWER(i1_.name) = ? AND v0_.is_enabled = ? ORDER BY v0_.position ASC"
(parameters:
[1 => "guitar"
2 => 1]
, types:
[1 => 22 => 5]
)
doctrine
[
"sql" => "SELECT v0_.id AS id_0, v0_.vimeo_video_id AS vimeo_video_id_1, v0_.title AS title_2, v0_.person_name AS person_name_3, v0_.person_age AS person_age_4, v0_.person_city AS person_city_5, v0_.position AS position_6, v0_.is_enabled AS is_enabled_7, v0_.created_at AS created_at_8, v0_.updated_at AS updated_at_9 FROM video_testimonials v0_ INNER JOIN video_testimonial_instruments v2_ ON v0_.id = v2_.video_testimonial_id INNER JOIN instruments i1_ ON i1_.id = v2_.instrument_id WHERE LOWER(i1_.name) = ? AND v0_.is_enabled = ? ORDER BY v0_.position ASC"
"params" => [1 => "guitar"
2 => 1]
"types" => [1 => 22 => 5]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
680
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalIPNController" (parent: .abstract.instanceof.App\API\PayPal\PayPalIPNController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalIPNController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalIPNController).
Resolving inheritance for "App\API\PayPal\PayPalIPNController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalIPNController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalWebhookController" (parent: .abstract.instanceof.App\API\PayPal\PayPalWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalWebhookController).
Resolving inheritance for "App\API\PayPal\PayPalWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\Pelecard\PelecardController" (parent: .abstract.instanceof.App\API\Pelecard\PelecardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\Pelecard\PelecardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\Pelecard\PelecardController).
Resolving inheritance for "App\API\Pelecard\PelecardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\Pelecard\PelecardController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupFormLogsCommand" (parent: .abstract.instanceof.App\Command\CleanupFormLogsCommand).
Resolving inheritance for "App\Command\CleanupFormLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupFormLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupWatermarkLogsCommand" (parent: .abstract.instanceof.App\Command\CleanupWatermarkLogsCommand).
Resolving inheritance for "App\Command\CleanupWatermarkLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupWatermarkLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureRecurringPaymentCommand" (parent: .abstract.instanceof.App\Command\CreateFeatureRecurringPaymentCommand).
Resolving inheritance for "App\Command\CreateFeatureRecurringPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureRecurringPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureYearlyRecurringPaymentCommand" (parent: .abstract.instanceof.App\Command\CreateFeatureYearlyRecurringPaymentCommand).
Resolving inheritance for "App\Command\CreateFeatureYearlyRecurringPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureYearlyRecurringPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ArtistsImagesImport" (parent: .abstract.instanceof.App\Command\Deprecated\ArtistsImagesImport).
Resolving inheritance for "App\Command\Deprecated\ArtistsImagesImport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ArtistsImagesImport).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\LessonsImport" (parent: .abstract.instanceof.App\Command\Deprecated\LessonsImport).
Resolving inheritance for "App\Command\Deprecated\LessonsImport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\LessonsImport).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\OneTimeExecuteCommand" (parent: .abstract.instanceof.App\Command\Deprecated\OneTimeExecuteCommand).
Resolving inheritance for "App\Command\Deprecated\OneTimeExecuteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\OneTimeExecuteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ParseLessonTitles" (parent: .abstract.instanceof.App\Command\Deprecated\ParseLessonTitles).
Resolving inheritance for "App\Command\Deprecated\ParseLessonTitles" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ParseLessonTitles).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\PianoXMLImport" (parent: .abstract.instanceof.App\Command\Deprecated\PianoXMLImport).
Resolving inheritance for "App\Command\Deprecated\PianoXMLImport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\PianoXMLImport).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\RemoveSubscribeFAQ" (parent: .abstract.instanceof.App\Command\Deprecated\RemoveSubscribeFAQ).
Resolving inheritance for "App\Command\Deprecated\RemoveSubscribeFAQ" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\RemoveSubscribeFAQ).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SubscriptionSeparationCommand" (parent: .abstract.instanceof.App\Command\Deprecated\SubscriptionSeparationCommand).
Resolving inheritance for "App\Command\Deprecated\SubscriptionSeparationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SubscriptionSeparationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SuperAdminInit" (parent: .abstract.instanceof.App\Command\Deprecated\SuperAdminInit).
Resolving inheritance for "App\Command\Deprecated\SuperAdminInit" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SuperAdminInit).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DetectWatermarkCommand" (parent: .abstract.instanceof.App\Command\DetectWatermarkCommand).
Resolving inheritance for "App\Command\DetectWatermarkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DetectWatermarkCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FreeViewTimerClear" (parent: .abstract.instanceof.App\Command\FreeViewTimerClear).
Resolving inheritance for "App\Command\FreeViewTimerClear" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FreeViewTimerClear).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChordImagesCommand" (parent: .abstract.instanceof.App\Command\ImportChordImagesCommand).
Resolving inheritance for "App\Command\ImportChordImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChordImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPianoImagesCommand" (parent: .abstract.instanceof.App\Command\ImportPianoImagesCommand).
Resolving inheritance for "App\Command\ImportPianoImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPianoImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice4uSender" (parent: .abstract.instanceof.App\Command\Invoice4uSender).
Resolving inheritance for "App\Command\Invoice4uSender" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice4uSender).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayPalReconcileSubscriptionsCommand" (parent: .abstract.instanceof.App\Command\PayPalReconcileSubscriptionsCommand).
Resolving inheritance for "App\Command\PayPalReconcileSubscriptionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayPalReconcileSubscriptionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PelecardPayments" (parent: .abstract.instanceof.App\Command\PelecardPayments).
Resolving inheritance for "App\Command\PelecardPayments" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PelecardPayments).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PremiumExpiredLog" (parent: .abstract.instanceof.App\Command\PremiumExpiredLog).
Resolving inheritance for "App\Command\PremiumExpiredLog" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PremiumExpiredLog).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessCustomPaymentInvoicesCommand" (parent: .abstract.instanceof.App\Command\ProcessCustomPaymentInvoicesCommand).
Resolving inheritance for "App\Command\ProcessCustomPaymentInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessCustomPaymentInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesCrossSaleFixtureCommand" (parent: .abstract.instanceof.App\Command\SeedSalesCrossSaleFixtureCommand).
Resolving inheritance for "App\Command\SeedSalesCrossSaleFixtureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesCrossSaleFixtureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesDashboardFixtureCommand" (parent: .abstract.instanceof.App\Command\SeedSalesDashboardFixtureCommand).
Resolving inheritance for "App\Command\SeedSalesDashboardFixtureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesDashboardFixtureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendInBlueTaskExecute" (parent: .abstract.instanceof.App\Command\SendInBlueTaskExecute).
Resolving inheritance for "App\Command\SendInBlueTaskExecute" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendInBlueTaskExecute).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendinblueStartedToRegister" (parent: .abstract.instanceof.App\Command\SendinblueStartedToRegister).
Resolving inheritance for "App\Command\SendinblueStartedToRegister" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendinblueStartedToRegister).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StatisticsCalculate" (parent: .abstract.instanceof.App\Command\StatisticsCalculate).
Resolving inheritance for "App\Command\StatisticsCalculate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StatisticsCalculate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCustomPaymentEmailCommand" (parent: .abstract.instanceof.App\Command\TestCustomPaymentEmailCommand).
Resolving inheritance for "App\Command\TestCustomPaymentEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCustomPaymentEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExpiredSubscriptionCommand" (parent: .abstract.instanceof.App\Command\TestExpiredSubscriptionCommand).
Resolving inheritance for "App\Command\TestExpiredSubscriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExpiredSubscriptionCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbstractAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AbstractAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbstractAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbstractAdminController).
Resolving inheritance for "App\Controller\Admin\AbstractAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbstractAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccompanimentAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AccompanimentAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccompanimentAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccompanimentAdminController).
Resolving inheritance for "App\Controller\Admin\AccompanimentAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccompanimentAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArtistAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ArtistAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArtistAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArtistAdminController).
Resolving inheritance for "App\Controller\Admin\ArtistAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArtistAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ChordAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordAdminController).
Resolving inheritance for "App\Controller\Admin\ChordAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordEditorController" (parent: .abstract.instanceof.App\Controller\Admin\ChordEditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordEditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordEditorController).
Resolving inheritance for "App\Controller\Admin\ChordEditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordEditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CouponAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponAdminController).
Resolving inheritance for "App\Controller\Admin\CouponAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CourseAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseAdminController).
Resolving inheritance for "App\Controller\Admin\CourseAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CrossSaleDiscountAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountAdminController).
Resolving inheritance for "App\Controller\Admin\CrossSaleDiscountAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CrossSaleDiscountReligiousAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController).
Resolving inheritance for "App\Controller\Admin\CrossSaleDiscountReligiousAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPaymentPageAdminController" (parent: .abstract.instanceof.App\Controller\Admin\CustomPaymentPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPaymentPageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPaymentPageAdminController).
Resolving inheritance for "App\Controller\Admin\CustomPaymentPageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPaymentPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EasyVersionStatsController" (parent: .abstract.instanceof.App\Controller\Admin\EasyVersionStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EasyVersionStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EasyVersionStatsController).
Resolving inheritance for "App\Controller\Admin\EasyVersionStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EasyVersionStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FailedSearchAdminController" (parent: .abstract.instanceof.App\Controller\Admin\FailedSearchAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FailedSearchAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FailedSearchAdminController).
Resolving inheritance for "App\Controller\Admin\FailedSearchAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FailedSearchAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LessonAdminController" (parent: .abstract.instanceof.App\Controller\Admin\LessonAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LessonAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LessonAdminController).
Resolving inheritance for "App\Controller\Admin\LessonAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LessonAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsLongRowsReportController" (parent: .abstract.instanceof.App\Controller\Admin\LyricsLongRowsReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsLongRowsReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsLongRowsReportController).
Resolving inheritance for "App\Controller\Admin\LyricsLongRowsReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsLongRowsReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsRerenderBatchController" (parent: .abstract.instanceof.App\Controller\Admin\LyricsRerenderBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsRerenderBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsRerenderBatchController).
Resolving inheritance for "App\Controller\Admin\LyricsRerenderBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsRerenderBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanAdminController" (parent: .abstract.instanceof.App\Controller\Admin\PlanAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanAdminController).
Resolving inheritance for "App\Controller\Admin\PlanAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportAdminController).
Resolving inheritance for "App\Controller\Admin\ReportAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReviewAdminController" (parent: .abstract.instanceof.App\Controller\Admin\ReviewAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReviewAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReviewAdminController).
Resolving inheritance for "App\Controller\Admin\ReviewAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReviewAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SaleBannerAdminController" (parent: .abstract.instanceof.App\Controller\Admin\SaleBannerAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SaleBannerAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SaleBannerAdminController).
Resolving inheritance for "App\Controller\Admin\SaleBannerAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SaleBannerAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalePageAdminController" (parent: .abstract.instanceof.App\Controller\Admin\SalePageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalePageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalePageAdminController).
Resolving inheritance for "App\Controller\Admin\SalePageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalePageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardAdminController" (parent: .abstract.instanceof.App\Controller\Admin\SalesDashboardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardAdminController).
Resolving inheritance for "App\Controller\Admin\SalesDashboardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardController" (parent: .abstract.instanceof.App\Controller\Admin\SalesDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardController).
Resolving inheritance for "App\Controller\Admin\SalesDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController" (parent: .abstract.instanceof.App\Controller\Admin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController).
Resolving inheritance for "App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongAdminController" (parent: .abstract.instanceof.App\Controller\Admin\SongAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongAdminController).
Resolving inheritance for "App\Controller\Admin\SongAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongLyricsAjaxController" (parent: .abstract.instanceof.App\Controller\Admin\SongLyricsAjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongLyricsAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongLyricsAjaxController).
Resolving inheritance for "App\Controller\Admin\SongLyricsAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongLyricsAjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageAdminController" (parent: .abstract.instanceof.App\Controller\Admin\StaticPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageAdminController).
Resolving inheritance for "App\Controller\Admin\StaticPageAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\SubscriptionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionAdminController).
Resolving inheritance for "App\Controller\Admin\SubscriptionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminAjaxController" (parent: .abstract.instanceof.App\Controller\Admin\UserAdminAjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminAjaxController).
Resolving inheritance for "App\Controller\Admin\UserAdminAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminAjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController" (parent: .abstract.instanceof.App\Controller\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController).
Resolving inheritance for "App\Controller\Admin\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSongAccessController" (parent: .abstract.instanceof.App\Controller\Admin\UserSongAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSongAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSongAccessController).
Resolving inheritance for "App\Controller\Admin\UserSongAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSongAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\RegistrationController" (parent: .abstract.instanceof.App\Controller\Bundle\FOSUser\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\RegistrationController).
Resolving inheritance for "App\Controller\Bundle\FOSUser\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\ResettingController" (parent: .abstract.instanceof.App\Controller\Bundle\FOSUser\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\ResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\ResettingController).
Resolving inheritance for "App\Controller\Bundle\FOSUser\ResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccompanimentNotificationController" (parent: .abstract.instanceof.App\Controller\Front\AccompanimentNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccompanimentNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccompanimentNotificationController).
Resolving inheritance for "App\Controller\Front\AccompanimentNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccompanimentNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArtistController" (parent: .abstract.instanceof.App\Controller\Front\ArtistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArtistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArtistController).
Resolving inheritance for "App\Controller\Front\ArtistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArtistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController" (parent: .abstract.instanceof.App\Controller\Front\CommonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController).
Resolving inheritance for "App\Controller\Front\CommonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ComponentController" (parent: .abstract.instanceof.App\Controller\Front\ComponentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ComponentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ComponentController).
Resolving inheritance for "App\Controller\Front\ComponentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ComponentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CustomPaymentPageController" (parent: .abstract.instanceof.App\Controller\Front\CustomPaymentPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CustomPaymentPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CustomPaymentPageController).
Resolving inheritance for "App\Controller\Front\CustomPaymentPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CustomPaymentPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\EasyVersionController" (parent: .abstract.instanceof.App\Controller\Front\EasyVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\EasyVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\EasyVersionController).
Resolving inheritance for "App\Controller\Front\EasyVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\EasyVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ExercisesController" (parent: .abstract.instanceof.App\Controller\Front\ExercisesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ExercisesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ExercisesController).
Resolving inheritance for "App\Controller\Front\ExercisesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ExercisesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GenreController" (parent: .abstract.instanceof.App\Controller\Front\GenreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GenreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GenreController).
Resolving inheritance for "App\Controller\Front\GenreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GenreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GoogleAuthenticationController" (parent: .abstract.instanceof.App\Controller\Front\GoogleAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GoogleAuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GoogleAuthenticationController).
Resolving inheritance for "App\Controller\Front\GoogleAuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GoogleAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LessonController" (parent: .abstract.instanceof.App\Controller\Front\LessonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LessonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LessonController).
Resolving inheritance for "App\Controller\Front\LessonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LessonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ModalController" (parent: .abstract.instanceof.App\Controller\Front\ModalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ModalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ModalController).
Resolving inheritance for "App\Controller\Front\ModalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ModalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PayPalController" (parent: .abstract.instanceof.App\Controller\Front\PayPalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PayPalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PayPalController).
Resolving inheritance for "App\Controller\Front\PayPalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PayPalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController" (parent: .abstract.instanceof.App\Controller\Front\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController).
Resolving inheritance for "App\Controller\Front\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PianoController" (parent: .abstract.instanceof.App\Controller\Front\PianoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PianoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PianoController).
Resolving inheritance for "App\Controller\Front\PianoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PianoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RegistrationController" (parent: .abstract.instanceof.App\Controller\Front\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RegistrationController).
Resolving inheritance for "App\Controller\Front\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReviewController" (parent: .abstract.instanceof.App\Controller\Front\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReviewController).
Resolving inheritance for "App\Controller\Front\ReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SalePageController" (parent: .abstract.instanceof.App\Controller\Front\SalePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SalePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SalePageController).
Resolving inheritance for "App\Controller\Front\SalePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SalePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongController" (parent: .abstract.instanceof.App\Controller\Front\SongController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongController).
Resolving inheritance for "App\Controller\Front\SongController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongLyricsController" (parent: .abstract.instanceof.App\Controller\Front\SongLyricsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongLyricsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongLyricsController).
Resolving inheritance for "App\Controller\Front\SongLyricsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongLyricsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\StaticPageController" (parent: .abstract.instanceof.App\Controller\Front\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\StaticPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\StaticPageController).
Resolving inheritance for "App\Controller\Front\StaticPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\StaticPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserAjaxController" (parent: .abstract.instanceof.App\Controller\Front\UserAjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserAjaxController).
Resolving inheritance for "App\Controller\Front\UserAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserAjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController" (parent: .abstract.instanceof.App\Controller\Front\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController).
Resolving inheritance for "App\Controller\Front\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteListController" (parent: .abstract.instanceof.App\Controller\Front\UserFavoriteListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteListController).
Resolving inheritance for "App\Controller\Front\UserFavoriteListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteSongsController" (parent: .abstract.instanceof.App\Controller\Front\UserFavoriteSongsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteSongsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteSongsController).
Resolving inheritance for "App\Controller\Front\UserFavoriteSongsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteSongsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserProfileController" (parent: .abstract.instanceof.App\Controller\Front\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserProfileController).
Resolving inheritance for "App\Controller\Front\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController" (parent: .abstract.instanceof.App\Controller\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController).
Resolving inheritance for "App\Controller\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FOSUserListener" (parent: .abstract.instanceof.App\EventListener\FOSUserListener).
Resolving inheritance for "App\EventListener\FOSUserListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FOSUserListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GoogleAuthenticationSubscriber" (parent: .abstract.instanceof.App\EventListener\GoogleAuthenticationSubscriber).
Resolving inheritance for "App\EventListener\GoogleAuthenticationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GoogleAuthenticationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginListener" (parent: .abstract.instanceof.App\EventListener\LoginListener).
Resolving inheritance for "App\EventListener\LoginListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FormSubmitLoggerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FormSubmitLoggerSubscriber).
Resolving inheritance for "App\EventSubscriber\FormSubmitLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FormSubmitLoggerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AccompanimentType" (parent: .abstract.instanceof.App\Form\Admin\AccompanimentType).
Resolving inheritance for "App\Form\Admin\AccompanimentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AccompanimentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomPaymentPageType" (parent: .abstract.instanceof.App\Form\Admin\CustomPaymentPageType).
Resolving inheritance for "App\Form\Admin\CustomPaymentPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomPaymentPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqAttachmentType" (parent: .abstract.instanceof.App\Form\Admin\FaqAttachmentType).
Resolving inheritance for "App\Form\Admin\FaqAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqAttachmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqType" (parent: .abstract.instanceof.App\Form\Admin\FaqType).
Resolving inheritance for "App\Form\Admin\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GenresType" (parent: .abstract.instanceof.App\Form\Admin\GenresType).
Resolving inheritance for "App\Form\Admin\GenresType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GenresType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LessonFaqType" (parent: .abstract.instanceof.App\Form\Admin\LessonFaqType).
Resolving inheritance for "App\Form\Admin\LessonFaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LessonFaqType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MatchesType" (parent: .abstract.instanceof.App\Form\Admin\MatchesType).
Resolving inheritance for "App\Form\Admin\MatchesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MatchesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OptionType" (parent: .abstract.instanceof.App\Form\Admin\OptionType).
Resolving inheritance for "App\Form\Admin\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StorePromotionalType" (parent: .abstract.instanceof.App\Form\Admin\StorePromotionalType).
Resolving inheritance for "App\Form\Admin\StorePromotionalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StorePromotionalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserSongAccessForm" (parent: .abstract.instanceof.App\Form\Admin\UserSongAccessForm).
Resolving inheritance for "App\Form\Admin\UserSongAccessForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserSongAccessForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\CancelTransactionType" (parent: .abstract.instanceof.App\Form\Front\CancelTransactionType).
Resolving inheritance for "App\Form\Front\CancelTransactionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\CancelTransactionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FooterContactType" (parent: .abstract.instanceof.App\Form\Front\FooterContactType).
Resolving inheritance for "App\Form\Front\FooterContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FooterContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FreeRegistrationType" (parent: .abstract.instanceof.App\Form\Front\FreeRegistrationType).
Resolving inheritance for "App\Form\Front\FreeRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FreeRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\GoogleRegistrationType" (parent: .abstract.instanceof.App\Form\Front\GoogleRegistrationType).
Resolving inheritance for "App\Form\Front\GoogleRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\GoogleRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\MainContactType" (parent: .abstract.instanceof.App\Form\Front\MainContactType).
Resolving inheritance for "App\Form\Front\MainContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\MainContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ManagerRegistrationType" (parent: .abstract.instanceof.App\Form\Front\ManagerRegistrationType).
Resolving inheritance for "App\Form\Front\ManagerRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ManagerRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PaidSongRequestType" (parent: .abstract.instanceof.App\Form\Front\PaidSongRequestType).
Resolving inheritance for "App\Form\Front\PaidSongRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PaidSongRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PlanType" (parent: .abstract.instanceof.App\Form\Front\PlanType).
Resolving inheritance for "App\Form\Front\PlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PromoteRegistrationType" (parent: .abstract.instanceof.App\Form\Front\PromoteRegistrationType).
Resolving inheritance for "App\Form\Front\PromoteRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PromoteRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\RegistrationType" (parent: .abstract.instanceof.App\Form\Front\RegistrationType).
Resolving inheritance for "App\Form\Front\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ResettingType" (parent: .abstract.instanceof.App\Form\Front\ResettingType).
Resolving inheritance for "App\Form\Front\ResettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ResettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\SuggestionSongType" (parent: .abstract.instanceof.App\Form\Front\SuggestionSongType).
Resolving inheritance for "App\Form\Front\SuggestionSongType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\SuggestionSongType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\TestRegistrationType" (parent: .abstract.instanceof.App\Form\Front\TestRegistrationType).
Resolving inheritance for "App\Form\Front\TestRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\TestRegistrationType).
Resolving inheritance for ".instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\EmailMessageHandler).
Resolving inheritance for "App\MessageHandler\EmailMessageHandler" (parent: .instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccompanimentRepository" (parent: .abstract.instanceof.App\Repository\AccompanimentRepository).
Resolving inheritance for "App\Repository\AccompanimentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccompanimentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnonymousEasyVersionAccessRepository" (parent: .abstract.instanceof.App\Repository\AnonymousEasyVersionAccessRepository).
Resolving inheritance for "App\Repository\AnonymousEasyVersionAccessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnonymousEasyVersionAccessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository" (parent: .abstract.instanceof.App\Repository\ArtistRepository).
Resolving inheritance for "App\Repository\ArtistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordEditorSaveRepository" (parent: .abstract.instanceof.App\Repository\ChordEditorSaveRepository).
Resolving inheritance for "App\Repository\ChordEditorSaveRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordEditorSaveRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordRepository" (parent: .abstract.instanceof.App\Repository\ChordRepository).
Resolving inheritance for "App\Repository\ChordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository" (parent: .abstract.instanceof.App\Repository\CouponRepository).
Resolving inheritance for "App\Repository\CouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository" (parent: .abstract.instanceof.App\Repository\CourseRepository).
Resolving inheritance for "App\Repository\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountReligiousRepository" (parent: .abstract.instanceof.App\Repository\CrossSaleDiscountReligiousRepository).
Resolving inheritance for "App\Repository\CrossSaleDiscountReligiousRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountReligiousRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountRepository" (parent: .abstract.instanceof.App\Repository\CrossSaleDiscountRepository).
Resolving inheritance for "App\Repository\CrossSaleDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPaymentPageRepository" (parent: .abstract.instanceof.App\Repository\CustomPaymentPageRepository).
Resolving inheritance for "App\Repository\CustomPaymentPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPaymentPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExerciseRepository" (parent: .abstract.instanceof.App\Repository\ExerciseRepository).
Resolving inheritance for "App\Repository\ExerciseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExerciseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPelecardPaymentRepository" (parent: .abstract.instanceof.App\Repository\FailedPelecardPaymentRepository).
Resolving inheritance for "App\Repository\FailedPelecardPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPelecardPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedSearchRepository" (parent: .abstract.instanceof.App\Repository\FailedSearchRepository).
Resolving inheritance for "App\Repository\FailedSearchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedSearchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormLogRepository" (parent: .abstract.instanceof.App\Repository\FormLogRepository).
Resolving inheritance for "App\Repository\FormLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreeViewTimerRepository" (parent: .abstract.instanceof.App\Repository\FreeViewTimerRepository).
Resolving inheritance for "App\Repository\FreeViewTimerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreeViewTimerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreezedDataRepository" (parent: .abstract.instanceof.App\Repository\FreezedDataRepository).
Resolving inheritance for "App\Repository\FreezedDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreezedDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GenreRepository" (parent: .abstract.instanceof.App\Repository\GenreRepository).
Resolving inheritance for "App\Repository\GenreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GenreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstrumentRepository" (parent: .abstract.instanceof.App\Repository\InstrumentRepository).
Resolving inheritance for "App\Repository\InstrumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstrumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegacyDataRepository" (parent: .abstract.instanceof.App\Repository\LegacyDataRepository).
Resolving inheritance for "App\Repository\LegacyDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegacyDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonFaqRepository" (parent: .abstract.instanceof.App\Repository\LessonFaqRepository).
Resolving inheritance for "App\Repository\LessonFaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonFaqRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonRepository" (parent: .abstract.instanceof.App\Repository\LessonRepository).
Resolving inheritance for "App\Repository\LessonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository" (parent: .abstract.instanceof.App\Repository\PlanRepository).
Resolving inheritance for "App\Repository\PlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlansGroupDescriptionRepository" (parent: .abstract.instanceof.App\Repository\PlansGroupDescriptionRepository).
Resolving inheritance for "App\Repository\PlansGroupDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlansGroupDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportLogsRepository" (parent: .abstract.instanceof.App\Repository\ReportLogsRepository).
Resolving inheritance for "App\Repository\ReportLogsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportLogsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository" (parent: .abstract.instanceof.App\Repository\ReviewRepository).
Resolving inheritance for "App\Repository\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerRepository" (parent: .abstract.instanceof.App\Repository\SaleBannerRepository).
Resolving inheritance for "App\Repository\SaleBannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerTypeRepository" (parent: .abstract.instanceof.App\Repository\SaleBannerTypeRepository).
Resolving inheritance for "App\Repository\SaleBannerTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalePageRepository" (parent: .abstract.instanceof.App\Repository\SalePageRepository).
Resolving inheritance for "App\Repository\SalePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalePageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchMatchRepository" (parent: .abstract.instanceof.App\Repository\SearchMatchRepository).
Resolving inheritance for "App\Repository\SearchMatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchMatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendInBlueTaskRepository" (parent: .abstract.instanceof.App\Repository\SendInBlueTaskRepository).
Resolving inheritance for "App\Repository\SendInBlueTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendInBlueTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongAccompanimentRepository" (parent: .abstract.instanceof.App\Repository\SongAccompanimentRepository).
Resolving inheritance for "App\Repository\SongAccompanimentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongAccompanimentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongGenreRepository" (parent: .abstract.instanceof.App\Repository\SongGenreRepository).
Resolving inheritance for "App\Repository\SongGenreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongGenreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongInstrumentRepository" (parent: .abstract.instanceof.App\Repository\SongInstrumentRepository).
Resolving inheritance for "App\Repository\SongInstrumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongInstrumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsRepository" (parent: .abstract.instanceof.App\Repository\SongLyricsRepository).
Resolving inheritance for "App\Repository\SongLyricsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsVersionHistoryRepository" (parent: .abstract.instanceof.App\Repository\SongLyricsVersionHistoryRepository).
Resolving inheritance for "App\Repository\SongLyricsVersionHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsVersionHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongRepository" (parent: .abstract.instanceof.App\Repository\SongRepository).
Resolving inheritance for "App\Repository\SongRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StartedToRegisterRepository" (parent: .abstract.instanceof.App\Repository\StartedToRegisterRepository).
Resolving inheritance for "App\Repository\StartedToRegisterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StartedToRegisterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository" (parent: .abstract.instanceof.App\Repository\StaticPageRepository).
Resolving inheritance for "App\Repository\StaticPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticRepository" (parent: .abstract.instanceof.App\Repository\StatisticRepository).
Resolving inheritance for "App\Repository\StatisticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository" (parent: .abstract.instanceof.App\Repository\SubscriptionRepository).
Resolving inheritance for "App\Repository\SubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TempPaymentDataRepository" (parent: .abstract.instanceof.App\Repository\TempPaymentDataRepository).
Resolving inheritance for "App\Repository\TempPaymentDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TempPaymentDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAcceptanceRepository" (parent: .abstract.instanceof.App\Repository\UserAcceptanceRepository).
Resolving inheritance for "App\Repository\UserAcceptanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAcceptanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEasyVersionAccessRepository" (parent: .abstract.instanceof.App\Repository\UserEasyVersionAccessRepository).
Resolving inheritance for "App\Repository\UserEasyVersionAccessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEasyVersionAccessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteListRepository" (parent: .abstract.instanceof.App\Repository\UserFavoriteListRepository).
Resolving inheritance for "App\Repository\UserFavoriteListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteSongsRepository" (parent: .abstract.instanceof.App\Repository\UserFavoriteSongsRepository).
Resolving inheritance for "App\Repository\UserFavoriteSongsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteSongsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLogRepository" (parent: .abstract.instanceof.App\Repository\UserLogRepository).
Resolving inheritance for "App\Repository\UserLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLoginRepository" (parent: .abstract.instanceof.App\Repository\UserLoginRepository).
Resolving inheritance for "App\Repository\UserLoginRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLoginRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfileRepository" (parent: .abstract.instanceof.App\Repository\UserProfileRepository).
Resolving inheritance for "App\Repository\UserProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSongAccessRepository" (parent: .abstract.instanceof.App\Repository\UserSongAccessRepository).
Resolving inheritance for "App\Repository\UserSongAccessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSongAccessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrackerRepository" (parent: .abstract.instanceof.App\Repository\UserTrackerRepository).
Resolving inheritance for "App\Repository\UserTrackerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrackerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoClickRepository" (parent: .abstract.instanceof.App\Repository\VideoClickRepository).
Resolving inheritance for "App\Repository\VideoClickRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoClickRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTestimonialRepository" (parent: .abstract.instanceof.App\Repository\VideoTestimonialRepository).
Resolving inheritance for "App\Repository\VideoTestimonialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTestimonialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WatermarkLogRepository" (parent: .abstract.instanceof.App\Repository\WatermarkLogRepository).
Resolving inheritance for "App\Repository\WatermarkLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WatermarkLogRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFilterExtension" (parent: .abstract.instanceof.App\Twig\CommonFilterExtension).
Resolving inheritance for "App\Twig\CommonFilterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFilterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFunctionExtension" (parent: .abstract.instanceof.App\Twig\CommonFunctionExtension).
Resolving inheritance for "App\Twig\CommonFunctionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFunctionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonTestsExtension" (parent: .abstract.instanceof.App\Twig\CommonTestsExtension).
Resolving inheritance for "App\Twig\CommonTestsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonTestsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactPhoneExtension" (parent: .abstract.instanceof.App\Twig\ContactPhoneExtension).
Resolving inheritance for "App\Twig\ContactPhoneExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactPhoneExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CourseExtension" (parent: .abstract.instanceof.App\Twig\CourseExtension).
Resolving inheritance for "App\Twig\CourseExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CourseExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountExtension" (parent: .abstract.instanceof.App\Twig\CrossSaleDiscountExtension).
Resolving inheritance for "App\Twig\CrossSaleDiscountExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountReligiousExtension" (parent: .abstract.instanceof.App\Twig\CrossSaleDiscountReligiousExtension).
Resolving inheritance for "App\Twig\CrossSaleDiscountReligiousExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountReligiousExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExerciseExtension" (parent: .abstract.instanceof.App\Twig\ExerciseExtension).
Resolving inheritance for "App\Twig\ExerciseExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExerciseExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FaqExtension" (parent: .abstract.instanceof.App\Twig\FaqExtension).
Resolving inheritance for "App\Twig\FaqExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FaqExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilemtimeExtension" (parent: .abstract.instanceof.App\Twig\FilemtimeExtension).
Resolving inheritance for "App\Twig\FilemtimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilemtimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstrumentExtension" (parent: .abstract.instanceof.App\Twig\InstrumentExtension).
Resolving inheritance for "App\Twig\InstrumentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstrumentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Invoice4uExtension" (parent: .abstract.instanceof.App\Twig\Invoice4uExtension).
Resolving inheritance for "App\Twig\Invoice4uExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Invoice4uExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension" (parent: .abstract.instanceof.App\Twig\JsonDecodeExtension).
Resolving inheritance for "App\Twig\JsonDecodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LegacyLogExtension" (parent: .abstract.instanceof.App\Twig\LegacyLogExtension).
Resolving inheritance for "App\Twig\LegacyLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LegacyLogExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LessonsExtension" (parent: .abstract.instanceof.App\Twig\LessonsExtension).
Resolving inheritance for "App\Twig\LessonsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LessonsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ManagerExtension" (parent: .abstract.instanceof.App\Twig\ManagerExtension).
Resolving inheritance for "App\Twig\ManagerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ManagerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentMethodExtension" (parent: .abstract.instanceof.App\Twig\PaymentMethodExtension).
Resolving inheritance for "App\Twig\PaymentMethodExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentMethodExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PositionExtension" (parent: .abstract.instanceof.App\Twig\PositionExtension).
Resolving inheritance for "App\Twig\PositionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PositionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SaleBannerExtension" (parent: .abstract.instanceof.App\Twig\SaleBannerExtension).
Resolving inheritance for "App\Twig\SaleBannerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SaleBannerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SongInstrumentExtension" (parent: .abstract.instanceof.App\Twig\SongInstrumentExtension).
Resolving inheritance for "App\Twig\SongInstrumentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SongInstrumentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SubscriptionExtension" (parent: .abstract.instanceof.App\Twig\SubscriptionExtension).
Resolving inheritance for "App\Twig\SubscriptionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SubscriptionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UrlExtension" (parent: .abstract.instanceof.App\Twig\UrlExtension).
Resolving inheritance for "App\Twig\UrlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UrlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension" (parent: .abstract.instanceof.App\Twig\UserExtension).
Resolving inheritance for "App\Twig\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VideoTestimonialExtension" (parent: .abstract.instanceof.App\Twig\VideoTestimonialExtension).
Resolving inheritance for "App\Twig\VideoTestimonialExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VideoTestimonialExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator).
Resolving inheritance for "App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\MainContact\ContactValidValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Front\MainContact\ContactValidValidator).
Resolving inheritance for "App\Validator\Constraints\Front\MainContact\ContactValidValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\MainContact\ContactValidValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\Registration\CouponAvailableValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Front\Registration\CouponAvailableValidator).
Resolving inheritance for "App\Validator\Constraints\Front\Registration\CouponAvailableValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\Registration\CouponAvailableValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator" (parent: .abstract.instanceof.App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator).
Resolving inheritance for "App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.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 "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.chords_view" (parent: limiter).
Resolving inheritance for "limiter.contact_form" (parent: limiter).
Resolving inheritance for "limiter.login_ip" (parent: limiter).
Resolving inheritance for "limiter.login_penalty" (parent: limiter).
Resolving inheritance for "limiter.registration_initial" (parent: limiter).
Resolving inheritance for "limiter.registration_penalty" (parent: limiter).
Resolving inheritance for "limiter.paypal_webhook" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_mailer" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "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.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.paypal_webhook" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.paypal_webhook" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.chord_editor" (parent: security.firewall.config).
Resolving inheritance for "security.listener.chord_editor.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.chord_editor" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.chord_editor" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.chord_editor" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.chord_editor" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_chord_editor" (parent: limiter).
Resolving inheritance for "limiter._login_global_chord_editor" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.chord_editor" (parent: security.listener.login_throttling).
Resolving inheritance for "security.authenticator.form_login.chord_editor" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.chord_editor.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.chord_editor.form_login" (parent: App\Security\ChordEditorLoginSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.chord_editor.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.chord_editor" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.chord_editor" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.chord_editor" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.chord_editor" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.chord_editor" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.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.genres" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.genres" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.artists" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.artists" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.sales_banners" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.sales_banners" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.sales_pages" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.sales_pages" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.static_pages" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.static_pages" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.reviews" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.reviews" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.guitar_chords" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.guitar_chords" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.piano_chords" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.piano_chords" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.ukulele_chords" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.ukulele_chords" (parent: liip_imagine.binary.locator.filesystem).
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 "Vich\UploaderBundle\Naming\OrignameNamer.exercises_files" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.songs_files" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.artists_images" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.genres_images" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "vich_uploader.namer_safe_filename.sales_banners_images" (parent: vich_uploader.namer_safe_filename).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.sales_pages_images" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.static_pages_images" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer.reviews_images" (parent: Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "vich_uploader.namer_chord.guitar_chords_images" (parent: vich_uploader.namer_chord).
Resolving inheritance for "vich_uploader.namer_chord.piano_chords_images" (parent: vich_uploader.namer_chord).
Resolving inheritance for "vich_uploader.namer_chord.ukulele_chords_images" (parent: vich_uploader.namer_chord).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.exercises_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.exercises_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.exercises_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.songs_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.songs_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.songs_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.artists_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.artists_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.artists_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.genres_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.genres_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.genres_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.sales_banners_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.sales_banners_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.sales_banners_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.sales_pages_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.sales_pages_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.sales_pages_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.static_pages_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.static_pages_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.static_pages_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.reviews_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.reviews_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.reviews_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.guitar_chords_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.guitar_chords_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.guitar_chords_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.piano_chords_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.piano_chords_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.piano_chords_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.ukulele_chords_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.ukulele_chords_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.ukulele_chords_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sendInBlue" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.googleAuthenticator" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.googleAnalytics" (parent: monolog.logger_prototype).
1
Skipping service "App\Security\GoogleMainAuthenticator": Class or interface "App\Security\GoogleMainAuthenticator" cannot be loaded.
420
Removed service "ReCaptcha\RequestMethod"; 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\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $chords_view.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $chordsViewLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $contact_form.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $contactFormLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $login_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $login_penalty.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginPenaltyLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $registration_initial.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $registrationInitialLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $registration_penalty.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $registrationPenaltyLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $paypal_webhook.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $paypalWebhookLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.chord_editor"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_chord_editor.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalChordEditorLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_chord_editor.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalChordEditorLimiter"; reason: private alias.
Removed service "security.user_checker.chord_editor"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "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_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; 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 $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sendInBlueLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $googleAuthenticatorLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $googleAnalyticsLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.UUgLoMC"; reason: private alias.
Removed service ".service_locator.1C2Rolx"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.8HQnoag"; reason: private alias.
Removed service ".service_locator.Sa9LNaC"; reason: private alias.
Removed service ".service_locator.QAFhFCQ"; reason: private alias.
Removed service ".service_locator.WuRqxme"; reason: private alias.
Removed service ".service_locator.oDlbpWi"; reason: private alias.
Removed service ".service_locator.zxyQMRY"; reason: private alias.
Removed service ".service_locator.FeXwcM2"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.chord_editor"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.chord_editor"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.diNoEIK"; reason: private alias.
Removed service ".service_locator.EU2KVM2"; reason: private alias.
Removed service ".service_locator.NfK3kdL"; reason: private alias.
Removed service ".service_locator.L.2pJK."; reason: private alias.
Removed service ".service_locator...2Ndi3"; reason: private alias.
Removed service ".service_locator.boreqUq"; reason: private alias.
Removed service ".service_locator.AZJrxi8"; reason: private alias.
Removed service ".service_locator.CK66ULR"; reason: private alias.
Removed service ".service_locator.Vh_bE9D"; reason: private alias.
Removed service ".service_locator.6YAnMHe"; reason: private alias.
Removed service ".service_locator.HU0erJr"; reason: private alias.
Removed service ".service_locator.qIDYkpc"; reason: private alias.
Removed service ".service_locator.rd_z0dl"; reason: private alias.
Removed service ".service_locator.w5Fucvi"; reason: private alias.
Removed service ".service_locator.QxnNBiQ"; reason: private alias.
Removed service ".service_locator..oWOwFB"; reason: private alias.
Removed service ".service_locator.mmXsVS4"; reason: private alias.
Removed service ".service_locator.akuL7Z3"; reason: private alias.
Removed service ".service_locator.NMcj0Ij"; reason: private alias.
Removed service ".service_locator._YjpLHx"; reason: private alias.
Removed service ".service_locator.lqdNGpc"; reason: private alias.
Removed service ".service_locator.9GRNtKZ"; reason: private alias.
Removed service ".service_locator.rvInAav"; reason: private alias.
Removed service ".service_locator.XnuC2tA"; reason: private alias.
Removed service ".service_locator.U2Pj4cn"; reason: private alias.
Removed service ".service_locator.qkHbbFv"; reason: private alias.
Removed service ".service_locator.tWNGsfN"; reason: private alias.
Removed service ".service_locator.RNt8OsT"; reason: private alias.
Removed service ".service_locator.3LX33mt"; reason: private alias.
Removed service ".service_locator.hJh13cI"; reason: private alias.
Removed service ".service_locator.EXnlzyS"; reason: private alias.
Removed service ".service_locator.JQoelZH"; reason: private alias.
Removed service ".service_locator.GVaUp52"; reason: private alias.
Removed service ".service_locator.M35gFIg"; reason: private alias.
Removed service ".service_locator.y56QXdZ"; reason: private alias.
Removed service ".service_locator.nJpXwgy"; reason: private alias.
Removed service ".service_locator.564Awmf"; reason: private alias.
Removed service ".service_locator.YO2A6iG"; reason: private alias.
Removed service ".service_locator.UySphGl"; reason: private alias.
Removed service ".service_locator.ZJOZxFG"; reason: private alias.
Removed service ".service_locator.G0JfH4R"; reason: private alias.
Removed service ".service_locator.wVxI1Jy"; reason: private alias.
Removed service ".service_locator.rOB9Zn8"; reason: private alias.
Removed service ".service_locator.J6PGjT4"; reason: private alias.
Removed service ".service_locator.ni2Lrjl"; reason: private alias.
Removed service ".service_locator.fm0jx9Z"; reason: private alias.
Removed service ".service_locator.J2HKA6J"; reason: private alias.
Removed service ".service_locator.Myn_0Hc"; reason: private alias.
Removed service ".service_locator.EfuLBm6"; reason: private alias.
Removed service ".service_locator.CjfheRT"; reason: private alias.
Removed service ".service_locator.Bdbb4r9"; reason: private alias.
Removed service ".service_locator.xd3kvcG"; reason: private alias.
Removed service ".service_locator.4olY2vw"; reason: private alias.
Removed service ".service_locator.XLe0kGU"; reason: private alias.
Removed service ".service_locator.60migju"; reason: private alias.
Removed service ".service_locator.XCgxQVl"; reason: private alias.
Removed service ".service_locator.NoYQrdk"; reason: private alias.
Removed service ".service_locator.J1ZL__4"; reason: private alias.
Removed service ".service_locator.qCT5835"; reason: private alias.
Removed service ".service_locator.D1tbI6A"; reason: private alias.
Removed service ".service_locator.4KsIGyf"; reason: private alias.
Removed service ".service_locator.4lvase8"; reason: private alias.
Removed service ".service_locator.4J22ewj"; reason: private alias.
Removed service ".service_locator.5GSLMO2"; reason: private alias.
Removed service ".service_locator.5GreBsj"; reason: private alias.
Removed service ".service_locator.qHnUP9e"; reason: private alias.
Removed service ".service_locator.reNVtLQ"; reason: private alias.
Removed service ".service_locator.lvIGZ5C"; reason: private alias.
Removed service ".service_locator.p7Hy93M"; reason: private alias.
Removed service ".service_locator.a0Lxk.T"; reason: private alias.
Removed service ".service_locator.9yXzXV."; reason: private alias.
Removed service ".service_locator.TfsQMQw"; reason: private alias.
Removed service ".service_locator.Ww.Drr7"; reason: private alias.
Removed service ".service_locator.Pey5IwM"; reason: private alias.
Removed service ".service_locator.VRttgP9"; reason: private alias.
Removed service ".service_locator.4zc.XiM"; reason: private alias.
Removed service ".service_locator.iihQX4a"; reason: private alias.
Removed service ".service_locator.FXYBtEX"; reason: private alias.
Removed service ".service_locator.2IzUuCh"; reason: private alias.
Removed service ".service_locator.A_kJy.i"; reason: private alias.
Removed service ".service_locator.EIEXp_q"; reason: private alias.
Removed service ".service_locator.A8XB40m"; reason: private alias.
Removed service ".service_locator.ZGL7ZfB"; reason: private alias.
Removed service ".service_locator.XUm1Wwj"; reason: private alias.
Removed service ".service_locator.RTdthIV"; reason: private alias.
Removed service ".service_locator.fmvTEMN"; reason: private alias.
Removed service ".service_locator.yqbOEB2"; reason: private alias.
Removed service ".service_locator.kkk7d8m"; reason: private alias.
Removed service ".service_locator.TcmPRWt"; reason: private alias.
Removed service ".service_locator.5ODMmyV"; reason: private alias.
Removed service ".service_locator.TT1Ct6I"; reason: private alias.
Removed service ".service_locator.4rcOJEk"; reason: private alias.
Removed service ".service_locator.Zmx68Th"; reason: private alias.
Removed service ".service_locator.tChG0Xq"; reason: private alias.
Removed service ".service_locator.NKPAvqI"; reason: private alias.
Removed service ".service_locator.E5.bi1S"; reason: private alias.
Removed service ".service_locator.7kFAgC3"; reason: private alias.
Removed service ".service_locator.S3RXWUb"; reason: private alias.
Removed service ".service_locator.fNePOCw"; reason: private alias.
177
Changed reference of service "App\Admin\Classes\ArtistAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SongAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\AccompanimentAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\ChordAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\GenreAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SaleBannerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SalePageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\StaticPageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\ReviewPageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\VideoTestimonialAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\CourseAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\PianoBeginnerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\PianoAccompanimentAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\GuitarBeginnerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\UkuleleBeginnerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\ElectricalKeyboardAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\IdentifingChordsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\GuitarRockAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\UkuleleStrummingAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\PublicFearAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\BuildChordsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\VocalAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\NewVocalAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\AuditionsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\GuitarRelAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\PianoRelAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\BassGuitarAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\Lesson\GuitarStoresAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\ExerciseAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\LessonFaqAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SongInstrumentAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SongLyricsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\UserAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\UserSongAccessAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\PlanAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\GiftPlanAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\PlansGroupDescriptionAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\CouponAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\CrossSaleDiscountAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\CrossSaleDiscountReligiousAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SubscriptionAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\OrderAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\CustomPaymentPageAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\User\UserTrackerAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\SalesDashboardAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\ReportAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\EasyVersionStatsAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Admin\Classes\FailedSearchAdmin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\ClientAPI\Pelecard\PelecardClient" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Bundle\FOSUser\RegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Front\AccompanimentNotificationController" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\ControllerListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\FOSUserListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Common\RegistrationModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Common\UserAjaxModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Model\Common\UserAjaxModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Front\Payment\BankModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Front\Payment\PayPalModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Front\Payment\PaymentMethodModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Front\Payment\PelecardModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Front\UserModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\ChordEditorLoginSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\GoogleOneTapAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\AsyncMailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Google\GoogleAuthenticatorService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Service\Google\GoogleAuthenticatorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Twig\UrlExtension" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.chord_editor.form_login" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu.group_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.security_runtime" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.security.handler.role" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.security.handler.acl" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.EiGygEV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.VFHCOWp" previously pointing to "router.default" to "router".
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.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.M4T1GWm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.M4T1GWm" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.RX0Mr_." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RX0Mr_." previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.RX0Mr_." previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.nIdLNF5" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.nIdLNF5" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.DMfgFyO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YAcX0.U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.WvaJ6E0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WvaJ6E0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.WvaJ6E0" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.9Xs6azC" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.NXTTdTW" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
637
Removed service "App\Admin"; reason: abstract.
Removed service "App\ClientAPI"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; 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\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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.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 "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalIPNController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalIPNController"; reason: abstract.
Removed service ".abstract.instanceof.App\API\PayPal\PayPalIPNController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\PayPal\PayPalWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\PayPal\PayPalWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\API\PayPal\PayPalWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\API\Pelecard\PelecardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\API\Pelecard\PelecardController"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Pelecard\PelecardController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupFormLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupFormLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupWatermarkLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupWatermarkLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureRecurringPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateFeatureRecurringPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFeatureYearlyRecurringPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateFeatureYearlyRecurringPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ArtistsImagesImport"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\ArtistsImagesImport"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\LessonsImport"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\LessonsImport"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\OneTimeExecuteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\OneTimeExecuteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\ParseLessonTitles"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\ParseLessonTitles"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\PianoXMLImport"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\PianoXMLImport"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\RemoveSubscribeFAQ"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\RemoveSubscribeFAQ"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SubscriptionSeparationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\SubscriptionSeparationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Deprecated\SuperAdminInit"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Deprecated\SuperAdminInit"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DetectWatermarkCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DetectWatermarkCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FreeViewTimerClear"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FreeViewTimerClear"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChordImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportChordImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportPianoImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportPianoImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice4uSender"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Invoice4uSender"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PayPalReconcileSubscriptionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PayPalReconcileSubscriptionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PelecardPayments"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PelecardPayments"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PremiumExpiredLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PremiumExpiredLog"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProcessCustomPaymentInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProcessCustomPaymentInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesCrossSaleFixtureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedSalesCrossSaleFixtureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedSalesDashboardFixtureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeedSalesDashboardFixtureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendInBlueTaskExecute"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendInBlueTaskExecute"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendinblueStartedToRegister"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendinblueStartedToRegister"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StatisticsCalculate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\StatisticsCalculate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCustomPaymentEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestCustomPaymentEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExpiredSubscriptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestExpiredSubscriptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AbstractAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AbstractAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AbstractAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccompanimentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccompanimentAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccompanimentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArtistAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArtistAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ArtistAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ChordAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChordEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChordEditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ChordEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CouponAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourseAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CourseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CrossSaleDiscountAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CrossSaleDiscountReligiousAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CrossSaleDiscountReligiousAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomPaymentPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomPaymentPageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomPaymentPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EasyVersionStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EasyVersionStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EasyVersionStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FailedSearchAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FailedSearchAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FailedSearchAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LessonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LessonAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LessonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsLongRowsReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsLongRowsReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LyricsLongRowsReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LyricsRerenderBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LyricsRerenderBatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LyricsRerenderBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PlanAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReviewAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReviewAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReviewAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SaleBannerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SaleBannerAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SaleBannerAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalePageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalePageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SalePageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SalesDashboardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SalesDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SongAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SongLyricsAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SongLyricsAjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SongLyricsAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StaticPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StaticPageAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StaticPageAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubscriptionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminAjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserAdminAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSongAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSongAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserSongAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bundle\FOSUser\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bundle\FOSUser\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bundle\FOSUser\ResettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bundle\FOSUser\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccompanimentNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccompanimentNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\AccompanimentNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArtistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArtistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ArtistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ComponentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CustomPaymentPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CustomPaymentPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CustomPaymentPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\EasyVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\EasyVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\EasyVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ExercisesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ExercisesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ExercisesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GenreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GenreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\GenreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\GoogleAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\GoogleAuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\GoogleAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LessonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\LessonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ModalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ModalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ModalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PayPalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PayPalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PayPalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PianoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PianoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PianoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SalePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SalePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SalePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SongController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SongLyricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SongLyricsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SongLyricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\StaticPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\StaticPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserAjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserAjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserFavoriteListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserFavoriteSongsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserFavoriteSongsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserFavoriteSongsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\FOSUserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FOSUserListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GoogleAuthenticationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\GoogleAuthenticationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LoginListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FormSubmitLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FormSubmitLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AccompanimentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AccompanimentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomPaymentPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CustomPaymentPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqAttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FaqAttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FaqType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FaqType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GenresType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\GenresType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LessonFaqType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LessonFaqType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MatchesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MatchesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StorePromotionalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\StorePromotionalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserSongAccessForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\UserSongAccessForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\CancelTransactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\CancelTransactionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FooterContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\FooterContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\FreeRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\FreeRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\GoogleRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\GoogleRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\MainContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\MainContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ManagerRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\ManagerRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PaidSongRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\PaidSongRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\PlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\PromoteRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\PromoteRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\ResettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\ResettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\SuggestionSongType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\SuggestionSongType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Front\TestRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Front\TestRegistrationType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\EmailMessageHandler.0.App\MessageHandler\EmailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\EmailMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccompanimentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccompanimentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnonymousEasyVersionAccessRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnonymousEasyVersionAccessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArtistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArtistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordEditorSaveRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChordEditorSaveRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CouponRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CouponRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountReligiousRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CrossSaleDiscountReligiousRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CrossSaleDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CrossSaleDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPaymentPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomPaymentPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExerciseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExerciseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPelecardPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FailedPelecardPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedSearchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FailedSearchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FormLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreeViewTimerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FreeViewTimerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FreezedDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FreezedDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GenreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GenreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstrumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InstrumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegacyDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LegacyDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonFaqRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LessonFaqRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LessonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LessonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlansGroupDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlansGroupDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportLogsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportLogsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SaleBannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleBannerTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SaleBannerTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalePageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalePageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchMatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SearchMatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendInBlueTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SendInBlueTaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongAccompanimentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongAccompanimentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongGenreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongGenreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongInstrumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongInstrumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongLyricsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongLyricsVersionHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongLyricsVersionHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SongRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SongRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StartedToRegisterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StartedToRegisterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StaticPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StaticPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TempPaymentDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TempPaymentDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAcceptanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAcceptanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserEasyVersionAccessRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserEasyVersionAccessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserFavoriteListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteSongsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserFavoriteSongsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLoginRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserLoginRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSongAccessRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSongAccessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrackerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserTrackerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoClickRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VideoClickRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoTestimonialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VideoTestimonialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WatermarkLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WatermarkLogRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFilterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CommonFilterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonFunctionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CommonFunctionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommonTestsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CommonTestsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContactPhoneExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ContactPhoneExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CourseExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CourseExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CrossSaleDiscountExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CrossSaleDiscountReligiousExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CrossSaleDiscountReligiousExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ExerciseExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ExerciseExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FaqExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FaqExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FilemtimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FilemtimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InstrumentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\InstrumentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Invoice4uExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Invoice4uExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\JsonDecodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LegacyLogExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LegacyLogExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LessonsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LessonsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ManagerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ManagerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentMethodExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PaymentMethodExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PositionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PositionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SaleBannerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SaleBannerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SongInstrumentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SongInstrumentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SubscriptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SubscriptionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UrlExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UrlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\UserExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\VideoTestimonialExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\VideoTestimonialExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Admin\Coupon\UniqueCouponCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\MainContact\ContactValidValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Front\MainContact\ContactValidValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\Registration\CouponAvailableValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Front\Registration\CouponAvailableValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraintValidator"; reason: abstract.
173
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\ClientAPI\PayPal\Environment"; reason: unused.
Removed service "App\DTO\Google\AuthenticationSessionDTO"; reason: unused.
Removed service "App\DTO\Google\AuthenticationStateDTO"; reason: unused.
Removed service "App\DoctrineExtension\Date"; reason: unused.
Removed service "App\DoctrineExtension\Field"; reason: unused.
Removed service "App\DoctrineExtension\Greatest"; reason: unused.
Removed service "App\DoctrineExtension\Hex"; reason: unused.
Removed service "App\DoctrineExtension\Regexp"; reason: unused.
Removed service "App\Event\Google\AuthenticationAbstractEvent"; reason: unused.
Removed service "App\Event\Google\AuthenticationCourseEvent"; reason: unused.
Removed service "App\Event\Google\AuthenticationFreeEvent"; reason: unused.
Removed service "App\Event\Google\AuthenticationPaidEvent"; reason: unused.
Removed service "App\Event\Google\AuthenticationStoreEvent"; reason: unused.
Removed service "App\Event\UserEvent"; reason: unused.
Removed service "App\EventListener\SluggableListener"; reason: unused.
Removed service "App\Exception\AccountFrozenException"; reason: unused.
Removed service "App\Exception\Google\GoogleAuthenticationException"; reason: unused.
Removed service "App\Exception\Google\GoogleValidationException"; reason: unused.
Removed service "App\Exception\SendInBlueApiException"; reason: unused.
Removed service "App\Form\Admin\DTO\StorePromotionalDTO"; reason: unused.
Removed service "App\Form\Admin\DataTransformer\SongAccompanimentTransformer"; reason: unused.
Removed service "App\Form\Front\Object\CancelTransaction"; reason: unused.
Removed service "App\Form\Front\Object\FooterContact"; reason: unused.
Removed service "App\Form\Front\Object\MainContact"; reason: unused.
Removed service "App\Form\Front\Object\PaidSongRequest"; reason: unused.
Removed service "App\Form\Front\Object\Plan"; reason: unused.
Removed service "App\Form\Front\Object\SuggestionSong"; reason: unused.
Removed service "App\Math\Percentage"; reason: unused.
Removed service "App\Message\EmailMessage"; reason: unused.
Removed service "App\Model\Common\PaidSongRequestModel"; reason: unused.
Removed service "App\Model\Front\CourseModel"; reason: unused.
Removed service "App\Model\Front\ExerciseModel"; reason: unused.
Removed service "App\Security\ChordEditorLoginSuccessHandler"; reason: unused.
Removed service "App\Security\GoogleMainAuthenticator"; reason: unused.
Removed service "App\Security\StagedRateLimiter"; reason: unused.
Removed service "App\Service\AsyncMailer"; reason: unused.
Removed service "App\Service\ContactPhoneHelper"; reason: unused.
Removed service "App\Service\PDFGenerator"; reason: unused.
Removed service "App\Transformer\GATransformer"; reason: unused.
Removed service "App\Validator\Constraints\Admin\Coupon\UniqueCouponCode"; reason: unused.
Removed service "App\Validator\Constraints\Front\MainContact\ContactValid"; reason: unused.
Removed service "App\Validator\Constraints\Front\Registration\CouponAvailable"; reason: unused.
Removed service "App\Validator\Constraints\Front\ResetPassword\ResetPasswordConstraint"; reason: unused.
Removed service "App\Vich\Naming\ChordNamer"; reason: unused.
Removed service "App\Vich\Naming\SafeFilenameNamer"; 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 "mailer.default_transport"; 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 "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 "lock.strategy.majority"; reason: unused.
Removed service ".cache_connection.MfCypIA"; 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"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~0qmeZrY"; 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_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; 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.user_checker.chain.chord_editor"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "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 "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.bvmE8RF"; reason: unused.
Removed service ".service_locator.pPd95Z1"; reason: unused.
640
Inlined service "App\Model\Front\Payment\PelecardModel" to "App\ClientAPI\Pelecard\PelecardClient".
Inlined service ".service_locator.M4T1GWm.App\API\PayPal\PayPalIPNController" to "App\API\PayPal\PayPalIPNController".
Inlined service "limiter.paypal_webhook" to "App\API\PayPal\PayPalWebhookController".
Inlined service ".service_locator.M4T1GWm.App\API\PayPal\PayPalWebhookController" to "App\API\PayPal\PayPalWebhookController".
Inlined service ".service_locator.M4T1GWm.App\API\Pelecard\PelecardController" to "App\API\Pelecard\PelecardController".
Inlined service "App\Factory\FailedPelecardPaymentFactory" to "App\Command\PelecardPayments".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\AbstractAdminController" to "App\Controller\Admin\AbstractAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\AccompanimentAdminController" to "App\Controller\Admin\AccompanimentAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\ArtistAdminController" to "App\Controller\Admin\ArtistAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\ChordAdminController" to "App\Controller\Admin\ChordAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\ChordEditorController" to "App\Controller\Admin\ChordEditorController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\CouponAdminController" to "App\Controller\Admin\CouponAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\CourseAdminController" to "App\Controller\Admin\CourseAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\CrossSaleDiscountAdminController" to "App\Controller\Admin\CrossSaleDiscountAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\CrossSaleDiscountReligiousAdminController" to "App\Controller\Admin\CrossSaleDiscountReligiousAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\CustomPaymentPageAdminController" to "App\Controller\Admin\CustomPaymentPageAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\EasyVersionStatsController" to "App\Controller\Admin\EasyVersionStatsController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\FailedSearchAdminController" to "App\Controller\Admin\FailedSearchAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\LessonAdminController" to "App\Controller\Admin\LessonAdminController".
Inlined service "App\Service\LyricsLongRowDetector" to "App\Controller\Admin\LyricsLongRowsReportController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\LyricsLongRowsReportController" to "App\Controller\Admin\LyricsLongRowsReportController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\LyricsRerenderBatchController" to "App\Controller\Admin\LyricsRerenderBatchController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\PlanAdminController" to "App\Controller\Admin\PlanAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\ReportAdminController" to "App\Controller\Admin\ReportAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\ReviewAdminController" to "App\Controller\Admin\ReviewAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\SaleBannerAdminController" to "App\Controller\Admin\SaleBannerAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\SalePageAdminController" to "App\Controller\Admin\SalePageAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\SalesDashboardAdminController" to "App\Controller\Admin\SalesDashboardAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\SalesDashboardController" to "App\Controller\Admin\SalesDashboardController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\SearchController" to "App\Controller\Admin\SearchController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\SongAdminController" to "App\Controller\Admin\SongAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\SongLyricsAjaxController" to "App\Controller\Admin\SongLyricsAjaxController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\StaticPageAdminController" to "App\Controller\Admin\StaticPageAdminController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\SubscriptionAdminController" to "App\Controller\Admin\SubscriptionAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\UserAdminAjaxController" to "App\Controller\Admin\UserAdminAjaxController".
Inlined service ".service_locator.RX0Mr_..App\Controller\Admin\UserAdminController" to "App\Controller\Admin\UserAdminController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Admin\UserSongAccessController" to "App\Controller\Admin\UserSongAccessController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Bundle\FOSUser\RegistrationController" to "App\Controller\Bundle\FOSUser\RegistrationController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Bundle\FOSUser\ResettingController" to "App\Controller\Bundle\FOSUser\ResettingController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\AccompanimentNotificationController" to "App\Controller\Front\AccompanimentNotificationController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\ArtistController" to "App\Controller\Front\ArtistController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\CommonController" to "App\Controller\Front\CommonController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\ComponentController" to "App\Controller\Front\ComponentController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\CustomPaymentPageController" to "App\Controller\Front\CustomPaymentPageController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\EasyVersionController" to "App\Controller\Front\EasyVersionController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\ExercisesController" to "App\Controller\Front\ExercisesController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\GenreController" to "App\Controller\Front\GenreController".
Inlined service "App\Service\Google\GoogleValidatorService" to "App\Controller\Front\GoogleAuthenticationController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\GoogleAuthenticationController" to "App\Controller\Front\GoogleAuthenticationController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\LessonController" to "App\Controller\Front\LessonController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\ModalController" to "App\Controller\Front\ModalController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\PayPalController" to "App\Controller\Front\PayPalController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\PaymentController" to "App\Controller\Front\PaymentController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\PianoController" to "App\Controller\Front\PianoController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\RegistrationController" to "App\Controller\Front\RegistrationController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\ReviewController" to "App\Controller\Front\ReviewController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\SalePageController" to "App\Controller\Front\SalePageController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\SongController" to "App\Controller\Front\SongController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\SongLyricsController" to "App\Controller\Front\SongLyricsController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\StaticPageController" to "App\Controller\Front\StaticPageController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\UserAjaxController" to "App\Controller\Front\UserAjaxController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\UserController" to "App\Controller\Front\UserController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\UserFavoriteListController" to "App\Controller\Front\UserFavoriteListController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\UserFavoriteSongsController" to "App\Controller\Front\UserFavoriteSongsController".
Inlined service ".service_locator.nIdLNF5.App\Controller\Front\UserProfileController" to "App\Controller\Front\UserProfileController".
Inlined service ".service_locator.nIdLNF5.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.nIdLNF5.App\Controller\TwoFactorController" to "App\Controller\TwoFactorController".
Inlined service "App\Model\Front\Payment\BankModel" to "App\Model\Front\Payment\BankClient".
Inlined service "App\ClientAPI\Google\GoogleAnalytics" to "App\Model\Front\PaymentModel".
Inlined service "App\API\SendInBlueTracker\SendInBlueApiTracker" to "App\Service\SendInBlueTracker".
Inlined service "limiter.login_ip" to "app.staged_limiter.login".
Inlined service "limiter.login_penalty" to "app.staged_limiter.login".
Inlined service "limiter.registration_initial" to "app.staged_limiter.registration".
Inlined service "limiter.registration_penalty" to "app.staged_limiter.registration".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.jkL9kAz" 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 "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.DMfgFyO.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.Hu7m0tQ" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.nvIJVVC" to "router.expression_language_provider".
Inlined service ".service_locator.YAcX0.U.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.chords_view" to "limiter.chords_view".
Inlined service "limiter.storage.contact_form" to "limiter.contact_form".
Inlined service "limiter.storage.login_ip" to "limiter.login_ip".
Inlined service "limiter.storage.login_penalty" to "limiter.login_penalty".
Inlined service "limiter.storage.registration_initial" to "limiter.registration_initial".
Inlined service "limiter.storage.registration_penalty" to "limiter.registration_penalty".
Inlined service "limiter.storage.paypal_webhook" to "limiter.paypal_webhook".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.zqtiJAI" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.dd5I3wa" 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.ll8Xn0T" 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.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async_mailer".
Inlined service "messenger.transport_factory" to "messenger.transport.async_mailer".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.3HygmGA" 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.CCBS8mo" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.3eYNu_w" to "security.helper".
Inlined service ".service_locator.ZK5vQ_4" 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.qbRATtG" to "security.access_map".
Inlined service ".security.request_matcher.DaB3RPi" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.glOiGaX" to ".security.request_matcher.ZXK4xvt".
Inlined service "security.firewall.map.config.paypal_webhook" to "security.firewall.map.context.paypal_webhook".
Inlined service "limiter.storage._login_local_chord_editor" to "limiter._login_local_chord_editor".
Inlined service "limiter.storage._login_global_chord_editor" to "limiter._login_global_chord_editor".
Inlined service "limiter._login_global_chord_editor" to "security.login_throttling.chord_editor.limiter".
Inlined service "limiter._login_local_chord_editor" to "security.login_throttling.chord_editor.limiter".
Inlined service "security.login_throttling.chord_editor.limiter" to "security.listener.login_throttling.chord_editor".
Inlined service "security.authentication.success_handler.chord_editor.form_login" to "security.authenticator.form_login.chord_editor".
Inlined service "security.authentication.failure_handler.chord_editor.form_login" to "security.authenticator.form_login.chord_editor".
Inlined service "debug.security.firewall.authenticator.chord_editor.inner" to "debug.security.firewall.authenticator.chord_editor".
Inlined service "security.exception_listener.chord_editor" to "security.firewall.map.context.chord_editor".
Inlined service "security.logout_listener.chord_editor" to "security.firewall.map.context.chord_editor".
Inlined service "security.firewall.map.config.chord_editor" to "security.firewall.map.context.chord_editor".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.jor1Ghd".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.uZgIRsJ" to ".security.request_matcher.qbRATtG".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" 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.dump" to "twig".
Inlined service "App\Twig\CommonFilterExtension" to "twig".
Inlined service "App\Twig\CommonFunctionExtension" to "twig".
Inlined service "App\Twig\CommonTestsExtension" to "twig".
Inlined service "App\Twig\ContactPhoneExtension" to "twig".
Inlined service "App\Twig\CourseExtension" to "twig".
Inlined service "App\Twig\CrossSaleDiscountExtension" to "twig".
Inlined service "App\Twig\CrossSaleDiscountReligiousExtension" to "twig".
Inlined service "App\Twig\ExerciseExtension" to "twig".
Inlined service "App\Twig\FaqExtension" to "twig".
Inlined service "App\Twig\FilemtimeExtension" to "twig".
Inlined service "App\Twig\InstrumentExtension" to "twig".
Inlined service "App\Twig\Invoice4uExtension" to "twig".
Inlined service "App\Twig\JsonDecodeExtension" to "twig".
Inlined service "App\Twig\LegacyLogExtension" to "twig".
Inlined service "App\Twig\LessonsExtension" to "twig".
Inlined service "App\Twig\ManagerExtension" to "twig".
Inlined service "App\Twig\PaymentMethodExtension" to "twig".
Inlined service "App\Twig\PositionExtension" to "twig".
Inlined service "App\Twig\SaleBannerExtension" to "twig".
Inlined service "App\Twig\SongInstrumentExtension" to "twig".
Inlined service "App\Twig\SubscriptionExtension" to "twig".
Inlined service "App\Twig\UrlExtension" to "twig".
Inlined service "App\Twig\UserExtension" to "twig".
Inlined service "App\Twig\VideoTestimonialExtension" 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 "liip_imagine.templating.filter_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "sonata.formatter.text.twig" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.Fuy.CqR.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.uumJDCm" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "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 "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
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 ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~KhChJkW" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.google".
Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service ".service_locator.JT5d8z0" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.Z5ha0UO" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.RSLNunq" to "sonata.admin.pool".
Inlined service ".service_locator.ORG8h69" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.WvaJ6E0.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "sonata.formatter.text.text" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "sonata.formatter.text.raw" to "sonata.formatter.pool".
Inlined service "debug.security.event_dispatcher.chord_editor.inner" to "debug.security.event_dispatcher.chord_editor".
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 "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service ".service_locator.4gFA3hx" to ".service_locator.4gFA3hx.App\API\PayPal\PayPalIPNController::handlerIPN()".
Inlined service ".service_locator.DzY74D0" to ".service_locator.DzY74D0.App\API\Pelecard\PelecardController::successPayment()".
Inlined service ".service_locator.vzIAoDZ" to ".service_locator.vzIAoDZ.App\Controller\Admin\ChordEditorController::ajaxSend()".
Inlined service ".service_locator.3C17sQW" to ".service_locator.3C17sQW.App\Controller\Admin\ReportAdminController::exportLogs()".
Inlined service ".service_locator.ygxI15b" to ".service_locator.ygxI15b.App\Controller\Admin\ReportAdminController::ajaxExportChords()".
Inlined service ".service_locator.bTA9FKH" to ".service_locator.bTA9FKH.App\Controller\Admin\SearchController::searchUsers()".
Inlined service ".service_locator.F3nDYTC" to ".service_locator.F3nDYTC.App\Controller\Admin\SearchController::searchSongs()".
Inlined service ".service_locator.mMmaUF." to ".service_locator.mMmaUF..App\Controller\Admin\SongLyricsAjaxController::ajaxSaveLyrics()".
Inlined service ".service_locator.8im5_wX" to ".service_locator.8im5_wX.App\Controller\Admin\SongLyricsAjaxController::ajaxHistory()".
Inlined service ".service_locator.QdXXup6" to ".service_locator.QdXXup6.App\Controller\Admin\UserAdminAjaxController::ajaxCancelSubscription()".
Inlined service ".service_locator.gfMJHfg" to ".service_locator.gfMJHfg.App\Controller\Admin\UserAdminAjaxController::ajaxCancelAutoRenewSubscription()".
Inlined service ".service_locator.uTu2lEt" to ".service_locator.uTu2lEt.App\Controller\Admin\UserAdminAjaxController::ajaxAddSubscription()".
Inlined service ".service_locator.Bw4UDE6" to ".service_locator.Bw4UDE6.App\Controller\Admin\UserAdminAjaxController::ajaxModifySubscription()".
Inlined service ".service_locator.D8GtFj9" to ".service_locator.D8GtFj9.App\Controller\Admin\UserAdminAjaxController::ajaxDeletePelecardToken()".
Inlined service ".service_locator.wJm1Ff_" to ".service_locator.wJm1Ff_.App\Controller\Admin\UserSongAccessController::delete()".
Inlined service ".service_locator.Fs63J5x" to ".service_locator.Fs63J5x.App\Controller\Bundle\FOSUser\RegistrationController::confirmAction()".
Inlined service ".service_locator.g_A6y4H" to ".service_locator.g_A6y4H.App\Controller\Front\ArtistController::tileArtistsComponent()".
Inlined service ".service_locator.sS_4O7B" to ".service_locator.sS_4O7B.App\Controller\Front\ArtistController::artist()".
Inlined service ".service_locator.RWqPS33" to ".service_locator.RWqPS33.App\Controller\Front\CommonController::index()".
Inlined service ".service_locator.kWqnbn_" to ".service_locator.kWqnbn_.App\Controller\Front\CommonController::songRequests()".
Inlined service ".service_locator.YLmQLFz" to ".service_locator.YLmQLFz.App\Controller\Front\CommonController::search()".
Inlined service ".service_locator.RqysXNZ" to ".service_locator.RqysXNZ.App\Controller\Front\CommonController::searchArtistsAndSongs()".
Inlined service ".service_locator.ALrc4EX" to ".service_locator.ALrc4EX.App\Controller\Front\CommonController::pianoSongs()".
Inlined service ".service_locator.hfYjGxI" to ".service_locator.hfYjGxI.App\Controller\Front\CommonController::validateCaptcha()".
Inlined service ".service_locator.Uy4GV1L" to ".service_locator.Uy4GV1L.App\Controller\Front\ComponentController::headerNavigationComponent()".
Inlined service ".service_locator.1S5S7Vk" to ".service_locator.1S5S7Vk.App\Controller\Front\ComponentController::footerNavigationComponent()".
Inlined service ".service_locator.4zXBOGj" to ".service_locator.4zXBOGj.App\Controller\Front\LessonController::lessonPage()".
Inlined service ".service_locator.ThRB2cv" to ".service_locator.ThRB2cv.App\Controller\Front\PaymentController::choosePlan()".
Inlined service ".service_locator.ajRWWDT" to ".service_locator.ajRWWDT.App\Controller\Front\PaymentController::summary()".
Inlined service ".service_locator.c4PbqqB" to ".service_locator.c4PbqqB.App\Controller\Front\PaymentController::createAccount()".
Inlined service ".service_locator.zXQn7mO" to ".service_locator.zXQn7mO.App\Controller\Front\PaymentController::createTempPaymentData()".
Inlined service ".service_locator.NakG3OK" to ".service_locator.NakG3OK.App\Controller\Front\PaymentController::confirmChordsPlan()".
Inlined service ".service_locator._JtJ1sj" to ".service_locator._JtJ1sj.App\Controller\Front\PaymentController::managerPayment()".
Inlined service ".service_locator.mqofv42" to ".service_locator.mqofv42.App\Controller\Front\PaymentController::checkMail()".
Inlined service ".service_locator.LFaMzds" to ".service_locator.LFaMzds.App\Controller\Front\PaymentController::trackStartedToRegister()".
Inlined service ".service_locator.U0kiJjs" to ".service_locator.U0kiJjs.App\Controller\Front\PaymentController::chooseMethod()".
Inlined service ".service_locator.KjVlkQP" to ".service_locator.KjVlkQP.App\Controller\Front\PaymentController::bankTransfer()".
Inlined service ".service_locator.qs7rlKK" to ".service_locator.qs7rlKK.App\Controller\Front\PianoController::piano()".
Inlined service ".service_locator.VzaQkuG" to ".service_locator.VzaQkuG.App\Controller\Front\RegistrationController::registration()".
Inlined service ".service_locator.hbSRBHh" to ".service_locator.hbSRBHh.App\Controller\Front\RegistrationController::chordTestRegistration()".
Inlined service ".service_locator.ZkjzbEP" to ".service_locator.ZkjzbEP.App\Controller\Front\SongController::mostPopularInGenreSongsComponent()".
Inlined service ".service_locator.DySuKMw" to ".service_locator.DySuKMw.App\Controller\Front\SongController::otherArtistSongsComponent()".
Inlined service ".service_locator.AsdQWHo" to ".service_locator.AsdQWHo.App\Controller\Front\SongController::songInstrument()".
Inlined service ".service_locator.lvgPdb." to ".service_locator.lvgPdb..App\Controller\Front\SongLyricsController::songLyrics()".
Inlined service ".service_locator.RwlkMuD" to ".service_locator.RwlkMuD.App\Controller\Front\SongLyricsController::ajaxGetChordImages()".
Inlined service ".service_locator.rWJe1aZ" to ".service_locator.rWJe1aZ.App\Controller\Front\SongLyricsController::getNumberOfUsedChords()".
Inlined service ".service_locator.IYQ53aU" to ".service_locator.IYQ53aU.App\Controller\Front\SongLyricsController::getChordType()".
Inlined service ".service_locator.wM_MtHa" to ".service_locator.wM_MtHa.App\Controller\Front\SongLyricsController::getListOfMissingChords()".
Inlined service ".service_locator.5pw.9kR" to ".service_locator.5pw.9kR.App\Controller\Front\SongLyricsController::videoClickStats()".
Inlined service ".service_locator.jGXF5S9" to ".service_locator.jGXF5S9.App\Controller\Front\UserAjaxController::ajaxResetRequest()".
Inlined service ".service_locator.FGWqw5e" to ".service_locator.FGWqw5e.App\Controller\Front\UserAjaxController::ajaxValidateLogin()".
Inlined service ".service_locator.T4EaQpI" to ".service_locator.T4EaQpI.App\Controller\Front\UserAjaxController::ajaxLogin()".
Inlined service ".service_locator.u2WX4x3" to ".service_locator.u2WX4x3.App\Controller\Front\UserAjaxController::ajaxUnfreezeAccountRequest()".
Inlined service ".service_locator.EiGygEV" to ".service_locator.EiGygEV.App\Controller\Front\UserController::profile()".
Inlined service ".service_locator.VFHCOWp" to ".service_locator.VFHCOWp.App\Controller\Front\UserController::userPaymentHistory()".
Inlined service ".service_locator.Mooci7j" to ".service_locator.Mooci7j.App\Controller\Front\UserController::cancelSubscriptionAction()".
Inlined service ".service_locator.ki05gzX" to ".service_locator.ki05gzX.App\Controller\Front\UserFavoriteListController::deleteList()".
Inlined service ".service_locator.M7oqoUl" to ".service_locator.M7oqoUl.App\Controller\Front\UserFavoriteSongsController::addToFavorites()".
Inlined service ".service_locator.OX.RiTi" to ".service_locator.OX.RiTi.App\Controller\Front\UserFavoriteSongsController::checkFavoritesBulk()".
Inlined service ".service_locator.sFuJl8I" to ".service_locator.sFuJl8I.App\Controller\Front\UserFavoriteSongsController::countTotalForUser()".
Inlined service ".service_locator.fklbao7" to ".service_locator.fklbao7.App\Controller\Front\UserFavoriteSongsController::favoriteSongsPage()".
Inlined service ".service_locator.Dc0GC0k" to ".service_locator.Dc0GC0k.App\Controller\Front\UserFavoriteSongsController::delete()".
Inlined service ".service_locator.s2xhbIx" to ".service_locator.s2xhbIx.App\Controller\Front\UserFavoriteSongsController::moveSong()".
Inlined service ".service_locator.S8ByR5L" to ".service_locator.S8ByR5L.App\Controller\Front\UserFavoriteSongsController::reorderSongs()".
Inlined service ".service_locator.V9WWa75" to ".service_locator.V9WWa75.App\Controller\TwoFactorController::verify()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\EmailMessageHandler" to ".messenger.handler_descriptor.7FecLY1".
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 "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "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.DMfgFyO" to ".service_locator.DMfgFyO.translation.warmer".
Inlined service ".service_locator.TwX6SON" to ".service_locator.TwX6SON.router.default".
Inlined service ".service_locator.YAcX0.U" to ".service_locator.YAcX0.U.router.cache_warmer".
Inlined service ".service_locator.Fuy.CqR" to ".service_locator.Fuy.CqR.twig.template_cache_warmer".
Inlined service ".service_locator.WvaJ6E0" to ".service_locator.WvaJ6E0.sonata.admin.controller.crud".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Rk0HM4l" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.zG.Lyqy" to "console.command_loader".
Inlined service ".service_locator.TwX6SON.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "knp_menu.manipulator" to "twig".
Inlined service "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 "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
7
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.chord_editor", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.chord_editor", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "rate_limiter" was defined on service(s) "limiter.chords_view", "limiter.contact_form", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "sonata.admin.template_registry" was defined on service(s) "App\Admin\Classes\ArtistAdmin.template_registry", "App\Admin\Classes\SongAdmin.template_registry", "App\Admin\Classes\AccompanimentAdmin.template_registry", "App\Admin\Classes\ChordAdmin.template_registry", "App\Admin\Classes\GenreAdmin.template_registry", "App\Admin\Classes\SaleBannerAdmin.template_registry", "App\Admin\Classes\SalePageAdmin.template_registry", "App\Admin\Classes\StaticPageAdmin.template_registry", "App\Admin\Classes\ReviewPageAdmin.template_registry", "App\Admin\Classes\VideoTestimonialAdmin.template_registry", "App\Admin\Classes\CourseAdmin.template_registry", "App\Admin\Classes\Lesson\PianoBeginnerAdmin.template_registry", "App\Admin\Classes\Lesson\PianoAccompanimentAdmin.template_registry", "App\Admin\Classes\Lesson\GuitarBeginnerAdmin.template_registry", "App\Admin\Classes\Lesson\UkuleleBeginnerAdmin.template_registry", "App\Admin\Classes\Lesson\ElectricalKeyboardAdmin.template_registry", "App\Admin\Classes\Lesson\IdentifingChordsAdmin.template_registry", "App\Admin\Classes\Lesson\GuitarRockAdmin.template_registry", "App\Admin\Classes\Lesson\UkuleleStrummingAdmin.template_registry", "App\Admin\Classes\Lesson\PublicFearAdmin.template_registry", "App\Admin\Classes\Lesson\BuildChordsAdmin.template_registry", "App\Admin\Classes\Lesson\VocalAdmin.template_registry", "App\Admin\Classes\Lesson\NewVocalAdmin.template_registry", "App\Admin\Classes\Lesson\AuditionsAdmin.template_registry", "App\Admin\Classes\Lesson\GuitarRelAdmin.template_registry", "App\Admin\Classes\Lesson\PianoRelAdmin.template_registry", "App\Admin\Classes\Lesson\BassGuitarAdmin.template_registry", "App\Admin\Classes\Lesson\GuitarStoresAdmin.template_registry", "App\Admin\Classes\ExerciseAdmin.template_registry", "App\Admin\Classes\LessonFaqAdmin.template_registry", "App\Admin\Classes\SongInstrumentAdmin.template_registry", "App\Admin\Classes\SongLyricsAdmin.template_registry", "App\Admin\Classes\UserAdmin.template_registry", "App\Admin\Classes\UserSongAccessAdmin.template_registry", "App\Admin\Classes\PlanAdmin.template_registry", "App\Admin\Classes\GiftPlanAdmin.template_registry", "App\Admin\Classes\PlansGroupDescriptionAdmin.template_registry", "App\Admin\Classes\CouponAdmin.template_registry", "App\Admin\Classes\CrossSaleDiscountAdmin.template_registry", "App\Admin\Classes\CrossSaleDiscountReligiousAdmin.template_registry", "App\Admin\Classes\SubscriptionAdmin.template_registry", "App\Admin\Classes\OrderAdmin.template_registry", "App\Admin\Classes\CustomPaymentPageAdmin.template_registry", "App\Admin\Classes\User\UserTrackerAdmin.template_registry", "App\Admin\Classes\SalesDashboardAdmin.template_registry", "App\Admin\Classes\ReportAdmin.template_registry", "App\Admin\Classes\EasyVersionStatsAdmin.template_registry", "App\Admin\Classes\FailedSearchAdmin.template_registry", but was never used.