Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "WeDevelop\UXTable\DependencyInjection\WeDevelopUXTableExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Security\DeletedUserVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\MediaVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
Since symfony/dependency-injection 7.1: The "Symfony\Component\DependencyInjection\Attribute\TaggedLocator" attribute is deprecated, use "Symfony\Component\DependencyInjection\Attribute\AutowireLocator" instead.
Since symfony/framework-bundle 7.3: The "Symfony\Component\RateLimiter\RateLimiterFactory $adsImpressionsLimiter" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adsImpressionsLimiter" instead. It is being referenced by the ".service_locator.zQ9ROOX" service.
Since symfony/framework-bundle 7.3: The "Symfony\Component\RateLimiter\RateLimiterFactory $adsServeLimiter" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adsServeLimiter" instead. It is being referenced by the ".service_locator.a6eyOaz" service.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:130, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
"SELECT f0_.id AS id_0, f0_.session_id AS session_id_1, f0_.status AS status_2, f0_.customer_type AS customer_type_3, f0_.amount AS amount_4, f0_.bonus_amount AS bonus_amount_5, f0_.card_type AS card_type_6, f0_.greeting_title AS greeting_title_7, f0_.greeting_message AS greeting_message_8, f0_.first_name AS first_name_9, f0_.last_name AS last_name_10, f0_.email AS email_11, f0_.phone AS phone_12, f0_.company_name AS company_name_13, f0_.vat_number AS vat_number_14, f0_.shipping_same_as_billing AS shipping_same_as_billing_15, f0_.stripe_session_id AS stripe_session_id_16, f0_.stripe_payment_intent_id AS stripe_payment_intent_id_17, f0_.accepted_terms AS accepted_terms_18, f0_.accepted_privacy AS accepted_privacy_19, f0_.resume_token AS resume_token_20, f0_.resume_token_sent_at AS resume_token_sent_at_21, f0_.created_at AS created_at_22, f0_.updated_at AS updated_at_23, f0_.completed_at AS completed_at_24, f0_.product_digital_id AS product_digital_id_25, f0_.product_analog_id AS product_analog_id_26, f0_.product_template_id AS product_template_id_27, f0_.billing_address_id AS billing_address_id_28, f0_.shipping_address_id AS shipping_address_id_29, f0_.shipping_option_id AS shipping_option_id_30, f0_.gift_card_id AS gift_card_id_31 FROM frontend_card_order f0_ WHERE f0_.session_id = ? AND f0_.status NOT IN (?, ?) ORDER BY f0_.created_at DESC LIMIT 1"
[
"sql" => "SELECT f0_.id AS id_0, f0_.session_id AS session_id_1, f0_.status AS status_2, f0_.customer_type AS customer_type_3, f0_.amount AS amount_4, f0_.bonus_amount AS bonus_amount_5, f0_.card_type AS card_type_6, f0_.greeting_title AS greeting_title_7, f0_.greeting_message AS greeting_message_8, f0_.first_name AS first_name_9, f0_.last_name AS last_name_10, f0_.email AS email_11, f0_.phone AS phone_12, f0_.company_name AS company_name_13, f0_.vat_number AS vat_number_14, f0_.shipping_same_as_billing AS shipping_same_as_billing_15, f0_.stripe_session_id AS stripe_session_id_16, f0_.stripe_payment_intent_id AS stripe_payment_intent_id_17, f0_.accepted_terms AS accepted_terms_18, f0_.accepted_privacy AS accepted_privacy_19, f0_.resume_token AS resume_token_20, f0_.resume_token_sent_at AS resume_token_sent_at_21, f0_.created_at AS created_at_22, f0_.updated_at AS updated_at_23, f0_.completed_at AS completed_at_24, f0_.product_digital_id AS product_digital_id_25, f0_.product_analog_id AS product_analog_id_26, f0_.product_template_id AS product_template_id_27, f0_.billing_address_id AS billing_address_id_28, f0_.shipping_address_id AS shipping_address_id_29, f0_.shipping_option_id AS shipping_option_id_30, f0_.gift_card_id AS gift_card_id_31 FROM frontend_card_order f0_ WHERE f0_.session_id = ? AND f0_.status NOT IN (?, ?) ORDER BY f0_.created_at DESC LIMIT 1"
"params" => [1 => "d3b7f499d7f38c49d6a58687bdab1f46"
2 => "completed"
3 => "abandoned"
]
"types" => [1 => 22 => 23 => 2]
]
User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotNull" constraint is deprecated, use named arguments instead.
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.icon AS icon_4, c0_.active AS active_5, c0_.sort_order AS sort_order_6, c1_.id AS id_7, c1_.name AS name_8, c1_.slug AS slug_9, c1_.description AS description_10, c1_.active AS active_11, c1_.sort_order AS sort_order_12, c2_.id AS id_13, c2_.name AS name_14, c2_.slug AS slug_15, c2_.description AS description_16, c2_.icon AS icon_17, c2_.active AS active_18, c2_.sort_order AS sort_order_19, c1_.main_category_id AS main_category_id_20, c2_.sub_category_id AS sub_category_id_21 FROM course_main_category c0_ LEFT JOIN course_sub_category c1_ ON c0_.id = c1_.main_category_id AND (c1_.active = ?) LEFT JOIN course_topic c2_ ON c1_.id = c2_.sub_category_id AND (c2_.active = ?) WHERE c0_.active = ? ORDER BY c0_.sort_order ASC, c0_.name ASC, c1_.sort_order ASC, c1_.name ASC, c2_.sort_order ASC, c2_.name ASC"
(parameters:
[1 => 12 => 13 => 1]
, types:
[1 => 52 => 53 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.icon AS icon_4, c0_.active AS active_5, c0_.sort_order AS sort_order_6, c1_.id AS id_7, c1_.name AS name_8, c1_.slug AS slug_9, c1_.description AS description_10, c1_.active AS active_11, c1_.sort_order AS sort_order_12, c2_.id AS id_13, c2_.name AS name_14, c2_.slug AS slug_15, c2_.description AS description_16, c2_.icon AS icon_17, c2_.active AS active_18, c2_.sort_order AS sort_order_19, c1_.main_category_id AS main_category_id_20, c2_.sub_category_id AS sub_category_id_21 FROM course_main_category c0_ LEFT JOIN course_sub_category c1_ ON c0_.id = c1_.main_category_id AND (c1_.active = ?) LEFT JOIN course_topic c2_ ON c1_.id = c2_.sub_category_id AND (c2_.active = ?) WHERE c0_.active = ? ORDER BY c0_.sort_order ASC, c0_.name ASC, c1_.sort_order ASC, c1_.name ASC, c2_.sort_order ASC, c2_.name ASC"
"params" => [1 => 12 => 13 => 1]
"types" => [1 => 52 => 53 => 5]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "8"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
deprecation
User Deprecated: Access to ClassMetadata::$reflFields is deprecated and will be removed in Doctrine ORM 4.0. (LegacyReflectionFields.php:59 called by ClassMetadata.php:601, https://github.com/doctrine/orm/pull/11659, package doctrine/orm)
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "13"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "10"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "38"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "40"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "41"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "39"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "42"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "44"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "43"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "6"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "7"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "5"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "4"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "10"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "9"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "6"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "8"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "12"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "56"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "59"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "61"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "55"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "58"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "57"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "60"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "14"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "8"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "25"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "20"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "22"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "19"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "24"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "26"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "21"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "18"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "27"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "7"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "13"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "11"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "14"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "16"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "17"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "12"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "15"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "11"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "50"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "49"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "48"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "54"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "53"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "51"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "47"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "46"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "52"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "45"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "9"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "31"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "35"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "37"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "29"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "32"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "33"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "30"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "34"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "36"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "28"
2 => "de"
3 => "App\Entity\CourseTopic"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "10"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "15"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "16"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "17"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "19"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "18"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "11"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "21"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "24"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "22"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "26"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "25"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "20"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "23"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "12"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "29"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "27"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "33"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "35"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "34"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "36"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "31"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "30"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "28"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "13"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "38"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "43"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "37"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "40"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "41"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "42"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "39"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "14"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "45"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "44"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "15"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "52"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "47"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "48"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "51"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "46"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "49"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "50"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "16"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "58"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "55"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "53"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "56"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "57"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "54"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "17"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "60"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "59"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "64"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "66"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "65"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "67"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "62"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "63"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "61"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "18"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "71"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "68"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "69"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "70"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "72"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "19"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "74"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "77"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "80"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "73"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "78"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "79"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "75"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "81"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "76"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "20"
2 => "de"
3 => "App\Entity\CourseMainCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "82"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "87"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "86"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "85"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "83"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "84"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "88"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
[
"sql" => "SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?"
"params" => [1 => "89"
2 => "de"
3 => "App\Entity\CourseSubCategory"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.icon AS icon_4, c0_.active AS active_5, c0_.sort_order AS sort_order_6, c1_.id AS id_7, c1_.name AS name_8, c1_.slug AS slug_9, c1_.description AS description_10, c1_.active AS active_11, c1_.sort_order AS sort_order_12, c2_.id AS id_13, c2_.name AS name_14, c2_.slug AS slug_15, c2_.description AS description_16, c2_.icon AS icon_17, c2_.active AS active_18, c2_.sort_order AS sort_order_19, c1_.main_category_id AS main_category_id_20, c2_.sub_category_id AS sub_category_id_21 FROM course_main_category c0_ LEFT JOIN course_sub_category c1_ ON c0_.id = c1_.main_category_id AND (c1_.active = ?) LEFT JOIN course_topic c2_ ON c1_.id = c2_.sub_category_id AND (c2_.active = ?) WHERE c0_.active = ? ORDER BY c0_.sort_order ASC, c0_.name ASC, c1_.sort_order ASC, c1_.name ASC, c2_.sort_order ASC, c2_.name ASC"
(parameters:
[1 => 12 => 13 => 1]
, types:
[1 => 52 => 53 => 5]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.icon AS icon_4, c0_.active AS active_5, c0_.sort_order AS sort_order_6, c1_.id AS id_7, c1_.name AS name_8, c1_.slug AS slug_9, c1_.description AS description_10, c1_.active AS active_11, c1_.sort_order AS sort_order_12, c2_.id AS id_13, c2_.name AS name_14, c2_.slug AS slug_15, c2_.description AS description_16, c2_.icon AS icon_17, c2_.active AS active_18, c2_.sort_order AS sort_order_19, c1_.main_category_id AS main_category_id_20, c2_.sub_category_id AS sub_category_id_21 FROM course_main_category c0_ LEFT JOIN course_sub_category c1_ ON c0_.id = c1_.main_category_id AND (c1_.active = ?) LEFT JOIN course_topic c2_ ON c1_.id = c2_.sub_category_id AND (c2_.active = ?) WHERE c0_.active = ? ORDER BY c0_.sort_order ASC, c0_.name ASC, c1_.sort_order ASC, c1_.name ASC, c2_.sort_order ASC, c2_.name ASC"
"params" => [1 => 12 => 13 => 1]
"types" => [1 => 52 => 53 => 5]
]
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
745
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupOldInteractionsCommand" (parent: .abstract.instanceof.App\Command\CleanupOldInteractionsCommand).
Resolving inheritance for ".instanceof.App\Command\CleanupOldInteractionsCommand.0.App\Command\CleanupOldInteractionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupOldInteractionsCommand).
Resolving inheritance for "App\Command\CleanupOldInteractionsCommand" (parent: .instanceof.App\Command\CleanupOldInteractionsCommand.0.App\Command\CleanupOldInteractionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCompaniesCommand" (parent: .abstract.instanceof.App\Command\CreateSampleCompaniesCommand).
Resolving inheritance for ".instanceof.App\Command\CreateSampleCompaniesCommand.0.App\Command\CreateSampleCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCompaniesCommand).
Resolving inheritance for "App\Command\CreateSampleCompaniesCommand" (parent: .instanceof.App\Command\CreateSampleCompaniesCommand.0.App\Command\CreateSampleCompaniesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCoursesCommand" (parent: .abstract.instanceof.App\Command\CreateSampleCoursesCommand).
Resolving inheritance for ".instanceof.App\Command\CreateSampleCoursesCommand.0.App\Command\CreateSampleCoursesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCoursesCommand).
Resolving inheritance for "App\Command\CreateSampleCoursesCommand" (parent: .instanceof.App\Command\CreateSampleCoursesCommand.0.App\Command\CreateSampleCoursesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSamplePackagesCommand" (parent: .abstract.instanceof.App\Command\CreateSamplePackagesCommand).
Resolving inheritance for ".instanceof.App\Command\CreateSamplePackagesCommand.0.App\Command\CreateSamplePackagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSamplePackagesCommand).
Resolving inheritance for "App\Command\CreateSamplePackagesCommand" (parent: .instanceof.App\Command\CreateSamplePackagesCommand.0.App\Command\CreateSamplePackagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateLocalePrefixesCommand" (parent: .abstract.instanceof.App\Command\GenerateLocalePrefixesCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateLocalePrefixesCommand.0.App\Command\GenerateLocalePrefixesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateLocalePrefixesCommand).
Resolving inheritance for "App\Command\GenerateLocalePrefixesCommand" (parent: .instanceof.App\Command\GenerateLocalePrefixesCommand.0.App\Command\GenerateLocalePrefixesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateVerificationLinkCommand" (parent: .abstract.instanceof.App\Command\GenerateVerificationLinkCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateVerificationLinkCommand.0.App\Command\GenerateVerificationLinkCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateVerificationLinkCommand).
Resolving inheritance for "App\Command\GenerateVerificationLinkCommand" (parent: .instanceof.App\Command\GenerateVerificationLinkCommand.0.App\Command\GenerateVerificationLinkCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSearchFixturesCommand" (parent: .abstract.instanceof.App\Command\LoadSearchFixturesCommand).
Resolving inheritance for ".instanceof.App\Command\LoadSearchFixturesCommand.0.App\Command\LoadSearchFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSearchFixturesCommand).
Resolving inheritance for "App\Command\LoadSearchFixturesCommand" (parent: .instanceof.App\Command\LoadSearchFixturesCommand.0.App\Command\LoadSearchFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshSearchScoresCommand" (parent: .abstract.instanceof.App\Command\RefreshSearchScoresCommand).
Resolving inheritance for ".instanceof.App\Command\RefreshSearchScoresCommand.0.App\Command\RefreshSearchScoresCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshSearchScoresCommand).
Resolving inheritance for "App\Command\RefreshSearchScoresCommand" (parent: .instanceof.App\Command\RefreshSearchScoresCommand.0.App\Command\RefreshSearchScoresCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestAdsFrontendCommand" (parent: .abstract.instanceof.App\Command\TestAdsFrontendCommand).
Resolving inheritance for ".instanceof.App\Command\TestAdsFrontendCommand.0.App\Command\TestAdsFrontendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestAdsFrontendCommand).
Resolving inheritance for "App\Command\TestAdsFrontendCommand" (parent: .instanceof.App\Command\TestAdsFrontendCommand.0.App\Command\TestAdsFrontendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestGiftCardCommand" (parent: .abstract.instanceof.App\Command\TestGiftCardCommand).
Resolving inheritance for ".instanceof.App\Command\TestGiftCardCommand.0.App\Command\TestGiftCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestGiftCardCommand).
Resolving inheritance for "App\Command\TestGiftCardCommand" (parent: .instanceof.App\Command\TestGiftCardCommand.0.App\Command\TestGiftCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestTranslationCommand" (parent: .abstract.instanceof.App\Command\TestTranslationCommand).
Resolving inheritance for ".instanceof.App\Command\TestTranslationCommand.0.App\Command\TestTranslationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestTranslationCommand).
Resolving inheritance for "App\Command\TestTranslationCommand" (parent: .instanceof.App\Command\TestTranslationCommand.0.App\Command\TestTranslationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyAdCampaignController" (parent: .abstract.instanceof.App\Controller\AcademyAdCampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyAdCampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyAdCampaignController).
Resolving inheritance for "App\Controller\AcademyAdCampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyAdCampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCardController" (parent: .abstract.instanceof.App\Controller\AcademyCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCardController).
Resolving inheritance for "App\Controller\AcademyCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCoinController" (parent: .abstract.instanceof.App\Controller\AcademyCoinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCoinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCoinController).
Resolving inheritance for "App\Controller\AcademyCoinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCoinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCourseController" (parent: .abstract.instanceof.App\Controller\AcademyCourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCourseController).
Resolving inheritance for ".instanceof.App\Controller\AcademyCourseController.0.App\Controller\AcademyCourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCourseController).
Resolving inheritance for "App\Controller\AcademyCourseController" (parent: .instanceof.App\Controller\AcademyCourseController.0.App\Controller\AcademyCourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyReviewController" (parent: .abstract.instanceof.App\Controller\AcademyReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyReviewController).
Resolving inheritance for ".instanceof.App\Controller\AcademyReviewController.0.App\Controller\AcademyReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyReviewController).
Resolving inheritance for "App\Controller\AcademyReviewController" (parent: .instanceof.App\Controller\AcademyReviewController.0.App\Controller\AcademyReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdCampaignController" (parent: .abstract.instanceof.App\Controller\AdminAdCampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdCampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdCampaignController).
Resolving inheritance for "App\Controller\AdminAdCampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdCampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdSlotController" (parent: .abstract.instanceof.App\Controller\AdminAdSlotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdSlotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdSlotController).
Resolving inheritance for "App\Controller\AdminAdSlotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdSlotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBillingCycleDiscountController" (parent: .abstract.instanceof.App\Controller\AdminBillingCycleDiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBillingCycleDiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBillingCycleDiscountController).
Resolving inheritance for "App\Controller\AdminBillingCycleDiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBillingCycleDiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBonusTierController" (parent: .abstract.instanceof.App\Controller\AdminBonusTierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBonusTierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBonusTierController).
Resolving inheritance for ".instanceof.App\Controller\AdminBonusTierController.0.App\Controller\AdminBonusTierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBonusTierController).
Resolving inheritance for "App\Controller\AdminBonusTierController" (parent: .instanceof.App\Controller\AdminBonusTierController.0.App\Controller\AdminBonusTierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCardOrderController" (parent: .abstract.instanceof.App\Controller\AdminCardOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCardOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCardOrderController).
Resolving inheritance for ".instanceof.App\Controller\AdminCardOrderController.0.App\Controller\AdminCardOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCardOrderController).
Resolving inheritance for "App\Controller\AdminCardOrderController" (parent: .instanceof.App\Controller\AdminCardOrderController.0.App\Controller\AdminCardOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionController" (parent: .abstract.instanceof.App\Controller\AdminCoinActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionController).
Resolving inheritance for "App\Controller\AdminCoinActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionLogController" (parent: .abstract.instanceof.App\Controller\AdminCoinActionLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionLogController).
Resolving inheritance for "App\Controller\AdminCoinActionLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageController" (parent: .abstract.instanceof.App\Controller\AdminCoinPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageController).
Resolving inheritance for "App\Controller\AdminCoinPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageLogController" (parent: .abstract.instanceof.App\Controller\AdminCoinPackageLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageLogController).
Resolving inheritance for "App\Controller\AdminCoinPackageLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController" (parent: .abstract.instanceof.App\Controller\AdminCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController).
Resolving inheritance for "App\Controller\AdminCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController" (parent: .abstract.instanceof.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController).
Resolving inheritance for "App\Controller\AdminCourseController" (parent: .instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseDataController" (parent: .abstract.instanceof.App\Controller\AdminCourseDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseDataController).
Resolving inheritance for ".instanceof.App\Controller\AdminCourseDataController.0.App\Controller\AdminCourseDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseDataController).
Resolving inheritance for "App\Controller\AdminCourseDataController" (parent: .instanceof.App\Controller\AdminCourseDataController.0.App\Controller\AdminCourseDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageController" (parent: .abstract.instanceof.App\Controller\AdminEduPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageController).
Resolving inheritance for "App\Controller\AdminEduPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageLogController" (parent: .abstract.instanceof.App\Controller\AdminEduPackageLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageLogController).
Resolving inheritance for "App\Controller\AdminEduPackageLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminGiftCardController" (parent: .abstract.instanceof.App\Controller\AdminGiftCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminGiftCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminGiftCardController).
Resolving inheritance for "App\Controller\AdminGiftCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminGiftCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLanguageController" (parent: .abstract.instanceof.App\Controller\AdminLanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLanguageController).
Resolving inheritance for "App\Controller\AdminLanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductAnalogController" (parent: .abstract.instanceof.App\Controller\AdminProductAnalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductAnalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductAnalogController).
Resolving inheritance for ".instanceof.App\Controller\AdminProductAnalogController.0.App\Controller\AdminProductAnalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductAnalogController).
Resolving inheritance for "App\Controller\AdminProductAnalogController" (parent: .instanceof.App\Controller\AdminProductAnalogController.0.App\Controller\AdminProductAnalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductDigitalController" (parent: .abstract.instanceof.App\Controller\AdminProductDigitalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductDigitalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductDigitalController).
Resolving inheritance for ".instanceof.App\Controller\AdminProductDigitalController.0.App\Controller\AdminProductDigitalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductDigitalController).
Resolving inheritance for "App\Controller\AdminProductDigitalController" (parent: .instanceof.App\Controller\AdminProductDigitalController.0.App\Controller\AdminProductDigitalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductTemplateController" (parent: .abstract.instanceof.App\Controller\AdminProductTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductTemplateController).
Resolving inheritance for ".instanceof.App\Controller\AdminProductTemplateController.0.App\Controller\AdminProductTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductTemplateController).
Resolving inheritance for "App\Controller\AdminProductTemplateController" (parent: .instanceof.App\Controller\AdminProductTemplateController.0.App\Controller\AdminProductTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReviewController" (parent: .abstract.instanceof.App\Controller\AdminReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReviewController).
Resolving inheritance for ".instanceof.App\Controller\AdminReviewController.0.App\Controller\AdminReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReviewController).
Resolving inheritance for "App\Controller\AdminReviewController" (parent: .instanceof.App\Controller\AdminReviewController.0.App\Controller\AdminReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminShippingController" (parent: .abstract.instanceof.App\Controller\AdminShippingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminShippingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminShippingController).
Resolving inheritance for "App\Controller\AdminShippingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminShippingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTranslationController" (parent: .abstract.instanceof.App\Controller\AdminTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTranslationController).
Resolving inheritance for ".instanceof.App\Controller\AdminTranslationController.0.App\Controller\AdminTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTranslationController).
Resolving inheritance for "App\Controller\AdminTranslationController" (parent: .instanceof.App\Controller\AdminTranslationController.0.App\Controller\AdminTranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserActionsController" (parent: .abstract.instanceof.App\Controller\AdminUserActionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserActionsController).
Resolving inheritance for "App\Controller\AdminUserActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserActionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController" (parent: .abstract.instanceof.App\Controller\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController).
Resolving inheritance for ".instanceof.App\Controller\AdminUserController.0.App\Controller\AdminUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController).
Resolving inheritance for "App\Controller\AdminUserController" (parent: .instanceof.App\Controller\AdminUserController.0.App\Controller\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsImpressionController" (parent: .abstract.instanceof.App\Controller\Api\Ads\AdsImpressionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsImpressionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsImpressionController).
Resolving inheritance for ".instanceof.App\Controller\Api\Ads\AdsImpressionController.0.App\Controller\Api\Ads\AdsImpressionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsImpressionController).
Resolving inheritance for "App\Controller\Api\Ads\AdsImpressionController" (parent: .instanceof.App\Controller\Api\Ads\AdsImpressionController.0.App\Controller\Api\Ads\AdsImpressionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsServeController" (parent: .abstract.instanceof.App\Controller\Api\Ads\AdsServeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsServeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsServeController).
Resolving inheritance for ".instanceof.App\Controller\Api\Ads\AdsServeController.0.App\Controller\Api\Ads\AdsServeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsServeController).
Resolving inheritance for "App\Controller\Api\Ads\AdsServeController" (parent: .instanceof.App\Controller\Api\Ads\AdsServeController.0.App\Controller\Api\Ads\AdsServeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CourseDataApiController" (parent: .abstract.instanceof.App\Controller\Api\CourseDataApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CourseDataApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CourseDataApiController).
Resolving inheritance for ".instanceof.App\Controller\Api\CourseDataApiController.0.App\Controller\Api\CourseDataApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CourseDataApiController).
Resolving inheritance for "App\Controller\Api\CourseDataApiController" (parent: .instanceof.App\Controller\Api\CourseDataApiController.0.App\Controller\Api\CourseDataApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiGiftCardController" (parent: .abstract.instanceof.App\Controller\ApiGiftCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiGiftCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiGiftCardController).
Resolving inheritance for "App\Controller\ApiGiftCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiGiftCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiImageUploadController" (parent: .abstract.instanceof.App\Controller\ApiImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiImageUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiImageUploadController).
Resolving inheritance for ".instanceof.App\Controller\ApiImageUploadController.0.App\Controller\ApiImageUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiImageUploadController).
Resolving inheritance for "App\Controller\ApiImageUploadController" (parent: .instanceof.App\Controller\ApiImageUploadController.0.App\Controller\ApiImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController" (parent: .abstract.instanceof.App\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController).
Resolving inheritance for "App\Controller\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardBalanceController" (parent: .abstract.instanceof.App\Controller\FrontendCardBalanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardBalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardBalanceController).
Resolving inheritance for "App\Controller\FrontendCardBalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardBalanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardOrderController" (parent: .abstract.instanceof.App\Controller\FrontendCardOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardOrderController).
Resolving inheritance for ".instanceof.App\Controller\FrontendCardOrderController.0.App\Controller\FrontendCardOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardOrderController).
Resolving inheritance for "App\Controller\FrontendCardOrderController" (parent: .instanceof.App\Controller\FrontendCardOrderController.0.App\Controller\FrontendCardOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardReloadController" (parent: .abstract.instanceof.App\Controller\FrontendCardReloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardReloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardReloadController).
Resolving inheritance for ".instanceof.App\Controller\FrontendCardReloadController.0.App\Controller\FrontendCardReloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardReloadController).
Resolving inheritance for "App\Controller\FrontendCardReloadController" (parent: .instanceof.App\Controller\FrontendCardReloadController.0.App\Controller\FrontendCardReloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCompanyProfileController" (parent: .abstract.instanceof.App\Controller\FrontendCompanyProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCompanyProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCompanyProfileController).
Resolving inheritance for ".instanceof.App\Controller\FrontendCompanyProfileController.0.App\Controller\FrontendCompanyProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCompanyProfileController).
Resolving inheritance for "App\Controller\FrontendCompanyProfileController" (parent: .instanceof.App\Controller\FrontendCompanyProfileController.0.App\Controller\FrontendCompanyProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController" (parent: .abstract.instanceof.App\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController).
Resolving inheritance for ".instanceof.App\Controller\FrontendController.0.App\Controller\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController).
Resolving inheritance for "App\Controller\FrontendController" (parent: .instanceof.App\Controller\FrontendController.0.App\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendReviewController" (parent: .abstract.instanceof.App\Controller\FrontendReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendReviewController).
Resolving inheritance for ".instanceof.App\Controller\FrontendReviewController.0.App\Controller\FrontendReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendReviewController).
Resolving inheritance for "App\Controller\FrontendReviewController" (parent: .instanceof.App\Controller\FrontendReviewController.0.App\Controller\FrontendReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController" (parent: .abstract.instanceof.App\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController).
Resolving inheritance for ".instanceof.App\Controller\LoginController.0.App\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController).
Resolving inheritance for "App\Controller\LoginController" (parent: .instanceof.App\Controller\LoginController.0.App\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLibraryController" (parent: .abstract.instanceof.App\Controller\MediaLibraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLibraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLibraryController).
Resolving inheritance for ".instanceof.App\Controller\MediaLibraryController.0.App\Controller\MediaLibraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLibraryController).
Resolving inheritance for "App\Controller\MediaLibraryController" (parent: .instanceof.App\Controller\MediaLibraryController.0.App\Controller\MediaLibraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController" (parent: .abstract.instanceof.App\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController).
Resolving inheritance for ".instanceof.App\Controller\PricingController.0.App\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController).
Resolving inheritance for "App\Controller\PricingController" (parent: .instanceof.App\Controller\PricingController.0.App\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderFrontendController" (parent: .abstract.instanceof.App\Controller\ProviderFrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderFrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderFrontendController).
Resolving inheritance for ".instanceof.App\Controller\ProviderFrontendController.0.App\Controller\ProviderFrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderFrontendController).
Resolving inheritance for "App\Controller\ProviderFrontendController" (parent: .instanceof.App\Controller\ProviderFrontendController.0.App\Controller\ProviderFrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.App\Controller\SearchController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController" (parent: .abstract.instanceof.App\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.App\Controller\StripeWebhookController.0.App\Controller\StripeWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController).
Resolving inheritance for "App\Controller\StripeWebhookController" (parent: .instanceof.App\Controller\StripeWebhookController.0.App\Controller\StripeWebhookController).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.App\DataProvider\SortableDoctrineORMProvider" (parent: .abstract.instanceof.App\DataProvider\SortableDoctrineORMProvider).
Resolving inheritance for "App\DataProvider\SortableDoctrineORMProvider" (parent: .instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.App\DataProvider\SortableDoctrineORMProvider).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdCampaignDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\Ads\AdCampaignDataTableType).
Resolving inheritance for "App\DataTable\Type\Ads\AdCampaignDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdCampaignDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdSlotDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\Ads\AdSlotDataTableType).
Resolving inheritance for "App\DataTable\Type\Ads\AdSlotDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdSlotDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\BillingCycleDiscountDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\BillingCycleDiscountDataTableType).
Resolving inheritance for "App\DataTable\Type\BillingCycleDiscountDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\BillingCycleDiscountDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CoinActionDataTableType).
Resolving inheritance for "App\DataTable\Type\CoinActionDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionLogDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CoinActionLogDataTableType).
Resolving inheritance for "App\DataTable\Type\CoinActionLogDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionLogDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CoinPackageDataTableType).
Resolving inheritance for "App\DataTable\Type\CoinPackageDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageLogDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CoinPackageLogDataTableType).
Resolving inheritance for "App\DataTable\Type\CoinPackageLogDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageLogDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CompanyDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CompanyDataTableType).
Resolving inheritance for "App\DataTable\Type\CompanyDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CompanyDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CourseDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\CourseDataTableType).
Resolving inheritance for "App\DataTable\Type\CourseDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CourseDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\EduPackageDataTableType).
Resolving inheritance for "App\DataTable\Type\EduPackageDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageLogDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\EduPackageLogDataTableType).
Resolving inheritance for "App\DataTable\Type\EduPackageLogDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageLogDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\GiftCardDataTableType).
Resolving inheritance for "App\DataTable\Type\GiftCardDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardTransactionLogDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\GiftCardTransactionLogDataTableType).
Resolving inheritance for "App\DataTable\Type\GiftCardTransactionLogDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardTransactionLogDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\LanguageDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\LanguageDataTableType).
Resolving inheritance for "App\DataTable\Type\LanguageDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\LanguageDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductAnalogDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\ProductAnalogDataTableType).
Resolving inheritance for "App\DataTable\Type\ProductAnalogDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductAnalogDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductDigitalDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\ProductDigitalDataTableType).
Resolving inheritance for "App\DataTable\Type\ProductDigitalDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductDigitalDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ShippingDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\ShippingDataTableType).
Resolving inheritance for "App\DataTable\Type\ShippingDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ShippingDataTableType).
Resolving inheritance for ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\UserDataTableType" (parent: .abstract.instanceof.App\DataTable\Type\UserDataTableType).
Resolving inheritance for "App\DataTable\Type\UserDataTableType" (parent: .instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\UserDataTableType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginSuccessListener" (parent: .abstract.instanceof.App\EventListener\LoginSuccessListener).
Resolving inheritance for "App\EventListener\LoginSuccessListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginSuccessListener).
Resolving inheritance for ".instanceof.App\EventSubscriber\CourseIndexerSubscriber.0.App\EventSubscriber\CourseIndexerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CourseIndexerSubscriber).
Resolving inheritance for "App\EventSubscriber\CourseIndexerSubscriber" (parent: .instanceof.App\EventSubscriber\CourseIndexerSubscriber.0.App\EventSubscriber\CourseIndexerSubscriber).
Resolving inheritance for ".instanceof.App\EventSubscriber\LanguageEntitySubscriber.0.App\EventSubscriber\LanguageEntitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LanguageEntitySubscriber).
Resolving inheritance for "App\EventSubscriber\LanguageEntitySubscriber" (parent: .instanceof.App\EventSubscriber\LanguageEntitySubscriber.0.App\EventSubscriber\LanguageEntitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdCampaignType" (parent: .abstract.instanceof.App\Form\Ads\AdCampaignType).
Resolving inheritance for "App\Form\Ads\AdCampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdCampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotPriceType" (parent: .abstract.instanceof.App\Form\Ads\AdSlotPriceType).
Resolving inheritance for "App\Form\Ads\AdSlotPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotType" (parent: .abstract.instanceof.App\Form\Ads\AdSlotType).
Resolving inheritance for "App\Form\Ads\AdSlotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BillingCycleDiscountType" (parent: .abstract.instanceof.App\Form\BillingCycleDiscountType).
Resolving inheritance for "App\Form\BillingCycleDiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BillingCycleDiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinActionType" (parent: .abstract.instanceof.App\Form\CoinActionType).
Resolving inheritance for "App\Form\CoinActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinPackageType" (parent: .abstract.instanceof.App\Form\CoinPackageType).
Resolving inheritance for "App\Form\CoinPackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinPackageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCreationForUserType" (parent: .abstract.instanceof.App\Form\CompanyCreationForUserType).
Resolving inheritance for "App\Form\CompanyCreationForUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCreationForUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailAdminType" (parent: .abstract.instanceof.App\Form\CompanyDetailAdminType).
Resolving inheritance for "App\Form\CompanyDetailAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomTagType" (parent: .abstract.instanceof.App\Form\CustomTagType).
Resolving inheritance for "App\Form\CustomTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EduPackageType" (parent: .abstract.instanceof.App\Form\EduPackageType).
Resolving inheritance for "App\Form\EduPackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EduPackageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendAddressType" (parent: .abstract.instanceof.App\Form\FrontendAddressType).
Resolving inheritance for "App\Form\FrontendAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendBonusTierType" (parent: .abstract.instanceof.App\Form\FrontendBonusTierType).
Resolving inheritance for "App\Form\FrontendBonusTierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendBonusTierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardBalanceType" (parent: .abstract.instanceof.App\Form\FrontendCardBalanceType).
Resolving inheritance for "App\Form\FrontendCardBalanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardBalanceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep1Type" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep1Type).
Resolving inheritance for "App\Form\FrontendCardOrderStep1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep2Type" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep2Type).
Resolving inheritance for "App\Form\FrontendCardOrderStep2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep3Type" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep3Type).
Resolving inheritance for "App\Form\FrontendCardOrderStep3Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep3Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4DigitalType" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep4DigitalType).
Resolving inheritance for "App\Form\FrontendCardOrderStep4DigitalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4DigitalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4PhysicalType" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep4PhysicalType).
Resolving inheritance for "App\Form\FrontendCardOrderStep4PhysicalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4PhysicalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep5Type" (parent: .abstract.instanceof.App\Form\FrontendCardOrderStep5Type).
Resolving inheritance for "App\Form\FrontendCardOrderStep5Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep5Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep1Type" (parent: .abstract.instanceof.App\Form\FrontendCardReloadStep1Type).
Resolving inheritance for "App\Form\FrontendCardReloadStep1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep2Type" (parent: .abstract.instanceof.App\Form\FrontendCardReloadStep2Type).
Resolving inheritance for "App\Form\FrontendCardReloadStep2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType" (parent: .abstract.instanceof.App\Form\ImageType).
Resolving inheritance for "App\Form\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType" (parent: .abstract.instanceof.App\Form\LanguageType).
Resolving inheritance for "App\Form\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerIdType" (parent: .abstract.instanceof.App\Form\MediaPickerIdType).
Resolving inheritance for "App\Form\MediaPickerIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerType" (parent: .abstract.instanceof.App\Form\MediaPickerType).
Resolving inheritance for "App\Form\MediaPickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyCourseType" (parent: .abstract.instanceof.App\Form\MyCourseType).
Resolving inheritance for "App\Form\MyCourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyCourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType" (parent: .abstract.instanceof.App\Form\PasswordChangeType).
Resolving inheritance for "App\Form\PasswordChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordSetupType" (parent: .abstract.instanceof.App\Form\PasswordSetupType).
Resolving inheritance for "App\Form\PasswordSetupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordSetupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAnalogType" (parent: .abstract.instanceof.App\Form\ProductAnalogType).
Resolving inheritance for "App\Form\ProductAnalogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAnalogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDigitalType" (parent: .abstract.instanceof.App\Form\ProductDigitalType).
Resolving inheritance for "App\Form\ProductDigitalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDigitalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTemplateType" (parent: .abstract.instanceof.App\Form\ProductTemplateType).
Resolving inheritance for "App\Form\ProductTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType" (parent: .abstract.instanceof.App\Form\ProfileEditType).
Resolving inheritance for "App\Form\ProfileEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShippingOptionType" (parent: .abstract.instanceof.App\Form\ShippingOptionType).
Resolving inheritance for "App\Form\ShippingOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShippingOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActionsType" (parent: .abstract.instanceof.App\Form\UserActionsType).
Resolving inheritance for "App\Form\UserActionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditType" (parent: .abstract.instanceof.App\Form\UserEditType).
Resolving inheritance for "App\Form\UserEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.App\MessageHandler\IndexCourseHandler.0.App\MessageHandler\IndexCourseHandler" (parent: .abstract.instanceof.App\MessageHandler\IndexCourseHandler).
Resolving inheritance for "App\MessageHandler\IndexCourseHandler" (parent: .instanceof.App\MessageHandler\IndexCourseHandler.0.App\MessageHandler\IndexCourseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\ProcessImpressionDebitHandler.0.App\MessageHandler\ProcessImpressionDebitHandler" (parent: .abstract.instanceof.App\MessageHandler\ProcessImpressionDebitHandler).
Resolving inheritance for "App\MessageHandler\ProcessImpressionDebitHandler" (parent: .instanceof.App\MessageHandler\ProcessImpressionDebitHandler.0.App\MessageHandler\ProcessImpressionDebitHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\TrackInteractionHandler.0.App\MessageHandler\TrackInteractionHandler" (parent: .abstract.instanceof.App\MessageHandler\TrackInteractionHandler).
Resolving inheritance for "App\MessageHandler\TrackInteractionHandler" (parent: .instanceof.App\MessageHandler\TrackInteractionHandler.0.App\MessageHandler\TrackInteractionHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignCategoryRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdCampaignCategoryRepository).
Resolving inheritance for "App\Repository\Ads\AdCampaignCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdCampaignRepository).
Resolving inheritance for "App\Repository\Ads\AdCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRotationRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdCampaignRotationRepository).
Resolving inheritance for "App\Repository\Ads\AdCampaignRotationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRotationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdClickEventRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdClickEventRepository).
Resolving inheritance for "App\Repository\Ads\AdClickEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdClickEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionDebitLogRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdImpressionDebitLogRepository).
Resolving inheritance for "App\Repository\Ads\AdImpressionDebitLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionDebitLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionEventRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdImpressionEventRepository).
Resolving inheritance for "App\Repository\Ads\AdImpressionEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotPriceRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdSlotPriceRepository).
Resolving inheritance for "App\Repository\Ads\AdSlotPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotRepository" (parent: .abstract.instanceof.App\Repository\Ads\AdSlotRepository).
Resolving inheritance for "App\Repository\Ads\AdSlotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BillingCycleDiscountRepository" (parent: .abstract.instanceof.App\Repository\BillingCycleDiscountRepository).
Resolving inheritance for "App\Repository\BillingCycleDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BillingCycleDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionLogRepository" (parent: .abstract.instanceof.App\Repository\CoinActionLogRepository).
Resolving inheritance for "App\Repository\CoinActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionRepository" (parent: .abstract.instanceof.App\Repository\CoinActionRepository).
Resolving inheritance for "App\Repository\CoinActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageLogRepository" (parent: .abstract.instanceof.App\Repository\CoinPackageLogRepository).
Resolving inheritance for "App\Repository\CoinPackageLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageRepository" (parent: .abstract.instanceof.App\Repository\CoinPackageRepository).
Resolving inheritance for "App\Repository\CoinPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinTransactionRepository" (parent: .abstract.instanceof.App\Repository\CoinTransactionRepository).
Resolving inheritance for "App\Repository\CoinTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDetailRepository" (parent: .abstract.instanceof.App\Repository\CompanyDetailRepository).
Resolving inheritance for "App\Repository\CompanyDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyReviewRepository" (parent: .abstract.instanceof.App\Repository\CompanyReviewRepository).
Resolving inheritance for "App\Repository\CompanyReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseLanguageRepository" (parent: .abstract.instanceof.App\Repository\CourseLanguageRepository).
Resolving inheritance for "App\Repository\CourseLanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseLanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseMainCategoryRepository" (parent: .abstract.instanceof.App\Repository\CourseMainCategoryRepository).
Resolving inheritance for "App\Repository\CourseMainCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseMainCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseNiveauRepository" (parent: .abstract.instanceof.App\Repository\CourseNiveauRepository).
Resolving inheritance for "App\Repository\CourseNiveauRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseNiveauRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubCategoryRepository" (parent: .abstract.instanceof.App\Repository\CourseSubCategoryRepository).
Resolving inheritance for "App\Repository\CourseSubCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTagRepository" (parent: .abstract.instanceof.App\Repository\CourseTagRepository).
Resolving inheritance for "App\Repository\CourseTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTargetgroupRepository" (parent: .abstract.instanceof.App\Repository\CourseTargetgroupRepository).
Resolving inheritance for "App\Repository\CourseTargetgroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTargetgroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTopicRepository" (parent: .abstract.instanceof.App\Repository\CourseTopicRepository).
Resolving inheritance for "App\Repository\CourseTopicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository" (parent: .abstract.instanceof.App\Repository\CourseTypeRepository).
Resolving inheritance for "App\Repository\CourseTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomTagRepository" (parent: .abstract.instanceof.App\Repository\CustomTagRepository).
Resolving inheritance for "App\Repository\CustomTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageLogRepository" (parent: .abstract.instanceof.App\Repository\EduPackageLogRepository).
Resolving inheritance for "App\Repository\EduPackageLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageRepository" (parent: .abstract.instanceof.App\Repository\EduPackageRepository).
Resolving inheritance for "App\Repository\EduPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendAddressRepository" (parent: .abstract.instanceof.App\Repository\FrontendAddressRepository).
Resolving inheritance for "App\Repository\FrontendAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendBonusTierRepository" (parent: .abstract.instanceof.App\Repository\FrontendBonusTierRepository).
Resolving inheritance for "App\Repository\FrontendBonusTierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendBonusTierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendCardOrderRepository" (parent: .abstract.instanceof.App\Repository\FrontendCardOrderRepository).
Resolving inheritance for "App\Repository\FrontendCardOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendCardOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardRepository" (parent: .abstract.instanceof.App\Repository\GiftCardRepository).
Resolving inheritance for "App\Repository\GiftCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardTransactionLogRepository" (parent: .abstract.instanceof.App\Repository\GiftCardTransactionLogRepository).
Resolving inheritance for "App\Repository\GiftCardTransactionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardTransactionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MyCourseRepository" (parent: .abstract.instanceof.App\Repository\MyCourseRepository).
Resolving inheritance for "App\Repository\MyCourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MyCourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAnalogRepository" (parent: .abstract.instanceof.App\Repository\ProductAnalogRepository).
Resolving inheritance for "App\Repository\ProductAnalogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAnalogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDigitalRepository" (parent: .abstract.instanceof.App\Repository\ProductDigitalRepository).
Resolving inheritance for "App\Repository\ProductDigitalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDigitalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTemplateRepository" (parent: .abstract.instanceof.App\Repository\ProductTemplateRepository).
Resolving inheritance for "App\Repository\ProductTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingOptionRepository" (parent: .abstract.instanceof.App\Repository\ShippingOptionRepository).
Resolving inheritance for "App\Repository\ShippingOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository" (parent: .abstract.instanceof.App\Repository\UserActionsRepository).
Resolving inheritance for "App\Repository\UserActionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInteractionRepository" (parent: .abstract.instanceof.App\Repository\UserInteractionRepository).
Resolving inheritance for "App\Repository\UserInteractionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInteractionRepository).
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.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DeletedUserVoter" (parent: .abstract.instanceof.App\Security\DeletedUserVoter).
Resolving inheritance for "App\Security\DeletedUserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DeletedUserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MediaVoter" (parent: .abstract.instanceof.App\Security\MediaVoter).
Resolving inheritance for "App\Security\MediaVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MediaVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\AdminCourseForm" (parent: .abstract.instanceof.App\Twig\Components\AdminCourseForm).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\AdminCourseForm" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\AdminCourseForm).
Resolving inheritance for ".instanceof.App\Twig\Components\AdminCourseForm.0.App\Twig\Components\AdminCourseForm" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\AdminCourseForm).
Resolving inheritance for "App\Twig\Components\AdminCourseForm" (parent: .instanceof.App\Twig\Components\AdminCourseForm.0.App\Twig\Components\AdminCourseForm).
Resolving inheritance for ".instanceof.App\Twig\Components\CoinPackageCardComponent.0.App\Twig\Components\CoinPackageCardComponent" (parent: .abstract.instanceof.App\Twig\Components\CoinPackageCardComponent).
Resolving inheritance for "App\Twig\Components\CoinPackageCardComponent" (parent: .instanceof.App\Twig\Components\CoinPackageCardComponent.0.App\Twig\Components\CoinPackageCardComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\CoinPackageCardsComponent.0.App\Twig\Components\CoinPackageCardsComponent" (parent: .abstract.instanceof.App\Twig\Components\CoinPackageCardsComponent).
Resolving inheritance for "App\Twig\Components\CoinPackageCardsComponent" (parent: .instanceof.App\Twig\Components\CoinPackageCardsComponent.0.App\Twig\Components\CoinPackageCardsComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\FrontendSidebar.0.App\Twig\Components\FrontendSidebar" (parent: .abstract.instanceof.App\Twig\Components\FrontendSidebar).
Resolving inheritance for "App\Twig\Components\FrontendSidebar" (parent: .instanceof.App\Twig\Components\FrontendSidebar.0.App\Twig\Components\FrontendSidebar).
Resolving inheritance for ".instanceof.App\Twig\Components\GiftCardStatsComponent.0.App\Twig\Components\GiftCardStatsComponent" (parent: .abstract.instanceof.App\Twig\Components\GiftCardStatsComponent).
Resolving inheritance for "App\Twig\Components\GiftCardStatsComponent" (parent: .instanceof.App\Twig\Components\GiftCardStatsComponent.0.App\Twig\Components\GiftCardStatsComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\LanguageSwitcher.0.App\Twig\Components\LanguageSwitcher" (parent: .abstract.instanceof.App\Twig\Components\LanguageSwitcher).
Resolving inheritance for "App\Twig\Components\LanguageSwitcher" (parent: .instanceof.App\Twig\Components\LanguageSwitcher.0.App\Twig\Components\LanguageSwitcher).
Resolving inheritance for ".instanceof.App\Twig\Components\Navigation.0.App\Twig\Components\Navigation" (parent: .abstract.instanceof.App\Twig\Components\Navigation).
Resolving inheritance for "App\Twig\Components\Navigation" (parent: .instanceof.App\Twig\Components\Navigation.0.App\Twig\Components\Navigation).
Resolving inheritance for ".instanceof.App\Twig\Components\PriceCardComponent.0.App\Twig\Components\PriceCardComponent" (parent: .abstract.instanceof.App\Twig\Components\PriceCardComponent).
Resolving inheritance for "App\Twig\Components\PriceCardComponent" (parent: .instanceof.App\Twig\Components\PriceCardComponent.0.App\Twig\Components\PriceCardComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\PricingCardsComponent.0.App\Twig\Components\PricingCardsComponent" (parent: .abstract.instanceof.App\Twig\Components\PricingCardsComponent).
Resolving inheritance for "App\Twig\Components\PricingCardsComponent" (parent: .instanceof.App\Twig\Components\PricingCardsComponent.0.App\Twig\Components\PricingCardsComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ReviewStatsComponent.0.App\Twig\Components\ReviewStatsComponent" (parent: .abstract.instanceof.App\Twig\Components\ReviewStatsComponent).
Resolving inheritance for "App\Twig\Components\ReviewStatsComponent" (parent: .instanceof.App\Twig\Components\ReviewStatsComponent.0.App\Twig\Components\ReviewStatsComponent).
Resolving inheritance for ".instanceof.App\Twig\Components\ThemeSwitcher.0.App\Twig\Components\ThemeSwitcher" (parent: .abstract.instanceof.App\Twig\Components\ThemeSwitcher).
Resolving inheritance for "App\Twig\Components\ThemeSwitcher" (parent: .instanceof.App\Twig\Components\ThemeSwitcher.0.App\Twig\Components\ThemeSwitcher).
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.asset_mapper" (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._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 "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.ads_serve" (parent: limiter).
Resolving inheritance for "limiter.ads_impressions" (parent: limiter).
Resolving inheritance for ".kreyu_data_table.persistence.cache.default.inner" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.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.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "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 "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.main" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.main" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.secured_area" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.secured_area" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.form_login.secured_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.secured_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.secured_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.secured_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.secured_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.secured_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.secured_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.secured_area" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\OpenerExtension" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\OpenerExtension).
Resolving inheritance for "WeDevelop\UXTable\Twig\OpenerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\OpenerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\SortExtension" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\SortExtension).
Resolving inheritance for "WeDevelop\UXTable\Twig\SortExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\SortExtension).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\Twig\Component\Table.0.WeDevelop\UXTable\Twig\Component\Table" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\Component\Table).
Resolving inheritance for "WeDevelop\UXTable\Twig\Component\Table" (parent: .instanceof.WeDevelop\UXTable\Twig\Component\Table.0.WeDevelop\UXTable\Twig\Component\Table).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\Twig\Component\SortLink.0.WeDevelop\UXTable\Twig\Component\SortLink" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\Component\SortLink).
Resolving inheritance for "WeDevelop\UXTable\Twig\Component\SortLink" (parent: .instanceof.WeDevelop\UXTable\Twig\Component\SortLink.0.WeDevelop\UXTable\Twig\Component\SortLink).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\Twig\Component\Filter.0.WeDevelop\UXTable\Twig\Component\Filter" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\Component\Filter).
Resolving inheritance for "WeDevelop\UXTable\Twig\Component\Filter" (parent: .instanceof.WeDevelop\UXTable\Twig\Component\Filter.0.WeDevelop\UXTable\Twig\Component\Filter).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\Twig\Component\PageSize.0.WeDevelop\UXTable\Twig\Component\PageSize" (parent: .abstract.instanceof.WeDevelop\UXTable\Twig\Component\PageSize).
Resolving inheritance for "WeDevelop\UXTable\Twig\Component\PageSize" (parent: .instanceof.WeDevelop\UXTable\Twig\Component\PageSize.0.WeDevelop\UXTable\Twig\Component\PageSize).
Resolving inheritance for ".instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.WeDevelop\UXTable\DataProvider\DoctrineORMProvider" (parent: .abstract.instanceof.WeDevelop\UXTable\DataProvider\DoctrineORMProvider).
Resolving inheritance for "WeDevelop\UXTable\DataProvider\DoctrineORMProvider" (parent: .instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.WeDevelop\UXTable\DataProvider\DoctrineORMProvider).
Resolving inheritance for "kreyu_data_table.exporter.type.open_spout.csv" (parent: kreyu_data_table.exporter.type.open_spout.abstract).
Resolving inheritance for "kreyu_data_table.exporter.type.open_spout.xlsx" (parent: kreyu_data_table.exporter.type.open_spout.abstract).
Resolving inheritance for "kreyu_data_table.exporter.type.open_spout.ods" (parent: kreyu_data_table.exporter.type.open_spout.abstract).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_csv" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_xls" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_xlsx" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_ods" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_html" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.exporter.type.phpspreadsheet_pdf" (parent: Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType).
Resolving inheritance for "kreyu_data_table.filtration.persistence.adapter.cache" (parent: kreyu_data_table.persistence.adapter.cache).
Resolving inheritance for "kreyu_data_table.personalization.persistence.adapter.cache" (parent: kreyu_data_table.persistence.adapter.cache).
Resolving inheritance for "kreyu_data_table.pagination.persistence.adapter.cache" (parent: kreyu_data_table.persistence.adapter.cache).
Resolving inheritance for "kreyu_data_table.sorting.persistence.adapter.cache" (parent: kreyu_data_table.persistence.adapter.cache).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
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 ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.company_logos" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.company_images" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.course_images" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
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 ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\HashNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for "Vich\UploaderBundle\Naming\Base64Namer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "vich_uploader.listener.clean.company_logos" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.company_logos" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.company_logos" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.company_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.company_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.company_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.course_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.course_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.course_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "ux_map.renderer_factory.google" (parent: ux_map.renderer_factory.abstract).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray" (parent: .abstract.instanceof.Geocoder\Dumper\GeoArray).
Resolving inheritance for "Geocoder\Dumper\GeoArray" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson" (parent: .abstract.instanceof.Geocoder\Dumper\GeoJson).
Resolving inheritance for "Geocoder\Dumper\GeoJson" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx" (parent: .abstract.instanceof.Geocoder\Dumper\Gpx).
Resolving inheritance for "Geocoder\Dumper\Gpx" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml" (parent: .abstract.instanceof.Geocoder\Dumper\Kml).
Resolving inheritance for "Geocoder\Dumper\Kml" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb" (parent: .abstract.instanceof.Geocoder\Dumper\Wkb).
Resolving inheritance for "Geocoder\Dumper\Wkb" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb).
Resolving inheritance for ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt" (parent: .abstract.instanceof.Geocoder\Dumper\Wkt).
Resolving inheritance for "Geocoder\Dumper\Wkt" (parent: .instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.my_way_card_courses" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.my_way_card_courses" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.object_persister.my_way_card_courses" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.my_way_card_courses" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.my_way_card_courses" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.my_way_card_courses" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdCampaign.0.App\Entity\Ads\AdCampaign" (parent: .abstract.instanceof.App\Entity\Ads\AdCampaign).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdCampaignCategory.0.App\Entity\Ads\AdCampaignCategory" (parent: .abstract.instanceof.App\Entity\Ads\AdCampaignCategory).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdCampaignRotation.0.App\Entity\Ads\AdCampaignRotation" (parent: .abstract.instanceof.App\Entity\Ads\AdCampaignRotation).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\Ads\AdCampaignStatus" (parent: .abstract.instanceof.App\Entity\Ads\AdCampaignStatus).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdClickEvent.0.App\Entity\Ads\AdClickEvent" (parent: .abstract.instanceof.App\Entity\Ads\AdClickEvent).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdImpressionDebitLog.0.App\Entity\Ads\AdImpressionDebitLog" (parent: .abstract.instanceof.App\Entity\Ads\AdImpressionDebitLog).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\Ads\AdImpressionDebitLogType" (parent: .abstract.instanceof.App\Entity\Ads\AdImpressionDebitLogType).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdImpressionEvent.0.App\Entity\Ads\AdImpressionEvent" (parent: .abstract.instanceof.App\Entity\Ads\AdImpressionEvent).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\Ads\AdImpressionEventType" (parent: .abstract.instanceof.App\Entity\Ads\AdImpressionEventType).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdSlot.0.App\Entity\Ads\AdSlot" (parent: .abstract.instanceof.App\Entity\Ads\AdSlot).
Resolving inheritance for ".instanceof.App\Entity\Ads\AdSlotPrice.0.App\Entity\Ads\AdSlotPrice" (parent: .abstract.instanceof.App\Entity\Ads\AdSlotPrice).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\BillingCycle" (parent: .abstract.instanceof.App\Entity\BillingCycle).
Resolving inheritance for ".instanceof.App\Entity\BillingCycleDiscount.0.App\Entity\BillingCycleDiscount" (parent: .abstract.instanceof.App\Entity\BillingCycleDiscount).
Resolving inheritance for ".instanceof.App\Entity\CoinAction.0.App\Entity\CoinAction" (parent: .abstract.instanceof.App\Entity\CoinAction).
Resolving inheritance for ".instanceof.App\Entity\CoinActionLog.0.App\Entity\CoinActionLog" (parent: .abstract.instanceof.App\Entity\CoinActionLog).
Resolving inheritance for ".instanceof.App\Entity\CoinPackage.0.App\Entity\CoinPackage" (parent: .abstract.instanceof.App\Entity\CoinPackage).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\CoinPackageAction" (parent: .abstract.instanceof.App\Entity\CoinPackageAction).
Resolving inheritance for ".instanceof.App\Entity\CoinPackageLog.0.App\Entity\CoinPackageLog" (parent: .abstract.instanceof.App\Entity\CoinPackageLog).
Resolving inheritance for ".instanceof.App\Entity\CoinTransaction.0.App\Entity\CoinTransaction" (parent: .abstract.instanceof.App\Entity\CoinTransaction).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\CoinTransactionType" (parent: .abstract.instanceof.App\Entity\CoinTransactionType).
Resolving inheritance for ".instanceof.App\Entity\Company.0.App\Entity\Company" (parent: .abstract.instanceof.App\Entity\Company).
Resolving inheritance for ".instanceof.App\Entity\CompanyDetail.0.App\Entity\CompanyDetail" (parent: .abstract.instanceof.App\Entity\CompanyDetail).
Resolving inheritance for ".instanceof.App\Entity\CompanyReview.0.App\Entity\CompanyReview" (parent: .abstract.instanceof.App\Entity\CompanyReview).
Resolving inheritance for ".instanceof.App\Entity\Country.0.App\Entity\Country" (parent: .abstract.instanceof.App\Entity\Country).
Resolving inheritance for ".instanceof.App\Entity\CourseLanguage.0.App\Entity\CourseLanguage" (parent: .abstract.instanceof.App\Entity\CourseLanguage).
Resolving inheritance for ".instanceof.App\Entity\CourseMainCategory.0.App\Entity\CourseMainCategory" (parent: .abstract.instanceof.App\Entity\CourseMainCategory).
Resolving inheritance for ".instanceof.App\Entity\CourseNiveau.0.App\Entity\CourseNiveau" (parent: .abstract.instanceof.App\Entity\CourseNiveau).
Resolving inheritance for ".instanceof.App\Entity\CourseSubCategory.0.App\Entity\CourseSubCategory" (parent: .abstract.instanceof.App\Entity\CourseSubCategory).
Resolving inheritance for ".instanceof.App\Entity\CourseTag.0.App\Entity\CourseTag" (parent: .abstract.instanceof.App\Entity\CourseTag).
Resolving inheritance for ".instanceof.App\Entity\CourseTargetgroup.0.App\Entity\CourseTargetgroup" (parent: .abstract.instanceof.App\Entity\CourseTargetgroup).
Resolving inheritance for ".instanceof.App\Entity\CourseTopic.0.App\Entity\CourseTopic" (parent: .abstract.instanceof.App\Entity\CourseTopic).
Resolving inheritance for ".instanceof.App\Entity\CourseType.0.App\Entity\CourseType" (parent: .abstract.instanceof.App\Entity\CourseType).
Resolving inheritance for ".instanceof.App\Entity\CustomTag.0.App\Entity\CustomTag" (parent: .abstract.instanceof.App\Entity\CustomTag).
Resolving inheritance for ".instanceof.App\Entity\EduPackage.0.App\Entity\EduPackage" (parent: .abstract.instanceof.App\Entity\EduPackage).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\EduPackageAction" (parent: .abstract.instanceof.App\Entity\EduPackageAction).
Resolving inheritance for ".instanceof.App\Entity\EduPackageLog.0.App\Entity\EduPackageLog" (parent: .abstract.instanceof.App\Entity\EduPackageLog).
Resolving inheritance for ".instanceof.App\Entity\FrontendAddress.0.App\Entity\FrontendAddress" (parent: .abstract.instanceof.App\Entity\FrontendAddress).
Resolving inheritance for ".instanceof.App\Entity\FrontendBonusTier.0.App\Entity\FrontendBonusTier" (parent: .abstract.instanceof.App\Entity\FrontendBonusTier).
Resolving inheritance for ".instanceof.App\Entity\FrontendCardOrder.0.App\Entity\FrontendCardOrder" (parent: .abstract.instanceof.App\Entity\FrontendCardOrder).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\FrontendCardOrderStatus" (parent: .abstract.instanceof.App\Entity\FrontendCardOrderStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\FrontendCardType" (parent: .abstract.instanceof.App\Entity\FrontendCardType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\FrontendCustomerType" (parent: .abstract.instanceof.App\Entity\FrontendCustomerType).
Resolving inheritance for ".instanceof.App\Entity\GiftCard.0.App\Entity\GiftCard" (parent: .abstract.instanceof.App\Entity\GiftCard).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\GiftCardStatus" (parent: .abstract.instanceof.App\Entity\GiftCardStatus).
Resolving inheritance for ".instanceof.App\Entity\GiftCardTransactionLog.0.App\Entity\GiftCardTransactionLog" (parent: .abstract.instanceof.App\Entity\GiftCardTransactionLog).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Entity\GiftCardTransactionType" (parent: .abstract.instanceof.App\Entity\GiftCardTransactionType).
Resolving inheritance for ".instanceof.App\Entity\Image.0.App\Entity\Image" (parent: .abstract.instanceof.App\Entity\Image).
Resolving inheritance for ".instanceof.App\Entity\Language.0.App\Entity\Language" (parent: .abstract.instanceof.App\Entity\Language).
Resolving inheritance for ".instanceof.App\Entity\MyCourse.0.App\Entity\MyCourse" (parent: .abstract.instanceof.App\Entity\MyCourse).
Resolving inheritance for ".instanceof.App\Entity\ProductAnalog.0.App\Entity\ProductAnalog" (parent: .abstract.instanceof.App\Entity\ProductAnalog).
Resolving inheritance for ".instanceof.App\Entity\ProductAnalogTranslation.0.App\Entity\ProductAnalogTranslation" (parent: .abstract.instanceof.App\Entity\ProductAnalogTranslation).
Resolving inheritance for ".instanceof.App\Entity\ProductDigital.0.App\Entity\ProductDigital" (parent: .abstract.instanceof.App\Entity\ProductDigital).
Resolving inheritance for ".instanceof.App\Entity\ProductDigitalTranslation.0.App\Entity\ProductDigitalTranslation" (parent: .abstract.instanceof.App\Entity\ProductDigitalTranslation).
Resolving inheritance for ".instanceof.App\Entity\ProductTemplate.0.App\Entity\ProductTemplate" (parent: .abstract.instanceof.App\Entity\ProductTemplate).
Resolving inheritance for ".instanceof.App\Entity\ProductTemplateTranslation.0.App\Entity\ProductTemplateTranslation" (parent: .abstract.instanceof.App\Entity\ProductTemplateTranslation).
Resolving inheritance for ".instanceof.App\Entity\ShippingOption.0.App\Entity\ShippingOption" (parent: .abstract.instanceof.App\Entity\ShippingOption).
Resolving inheritance for ".instanceof.App\Entity\User.0.App\Entity\User" (parent: .abstract.instanceof.App\Entity\User).
Resolving inheritance for ".instanceof.App\Entity\UserActions.0.App\Entity\UserActions" (parent: .abstract.instanceof.App\Entity\UserActions).
Resolving inheritance for ".instanceof.App\Entity\UserInteraction.0.App\Entity\UserInteraction" (parent: .abstract.instanceof.App\Entity\UserInteraction).
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_data_table" (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.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.ads" (parent: monolog.logger_prototype).
16
Removing method "setDataTableFactory" of service "App\Controller\AdminAdCampaignController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminAdSlotController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminBillingCycleDiscountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCoinActionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCoinActionLogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCoinPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCoinPackageLogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCompanyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminCourseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminEduPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminEduPackageLogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminGiftCardController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminLanguageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminProductDigitalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminShippingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDataTableFactory" of service "App\Controller\AdminUserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
425
Removed service "Stripe\StripeClient"; reason: private alias.
Removed service "App\Service\CoinActionServiceInterface"; reason: private alias.
Removed service "App\Repository\UserInteractionRepositoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $ads_serve.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $adsServeLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $ads_serve.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adsServeLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $ads_impressions.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $adsImpressionsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $ads_impressions.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adsImpressionsLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $kreyu_data_table.persistence.cache.default"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $kreyuDataTablePersistenceCacheDefault"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $kreyu_data_table.persistence.cache.default"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $kreyuDataTablePersistenceCacheDefault"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $kreyu_data_table.persistence.cache.default"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $kreyuDataTablePersistenceCacheDefault"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $kreyu_data_table.persistence.cache.default"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $kreyuDataTablePersistenceCacheDefault"; 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 "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; 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 "security.user_checker.main"; reason: private alias.
Removed service "security.authentication.session_strategy.secured_area"; reason: private alias.
Removed service "security.user_checker.secured_area"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "Symfony\UX\Chartjs\Builder\ChartBuilderInterface"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.security.totp.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "scheb_two_factor.code_reuse_cache"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Column\Type\ResolvedColumnTypeFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Column\ColumnRegistryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Column\ColumnFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Column\ColumnSortUrlGeneratorInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Type\ResolvedDataTableTypeFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\DataTableRegistryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\DataTableFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Persistence\PersistenceClearerInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Action\Type\ResolvedActionTypeFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Action\ActionRegistryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Action\ActionFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Exporter\Type\ResolvedExporterTypeFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Exporter\ExporterRegistryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Exporter\ExporterFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Filter\Type\ResolvedFilterTypeFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Filter\FilterRegistryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Filter\FilterClearUrlGeneratorInterface"; reason: private alias.
Removed service "Kreyu\Bundle\DataTableBundle\Pagination\PaginationUrlGeneratorInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "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_uploader.namer_uniqid"; reason: private alias.
Removed service "vich_uploader.namer_property"; reason: private alias.
Removed service "vich_uploader.namer_origname"; reason: private alias.
Removed service "vich_uploader.namer_hash"; reason: private alias.
Removed service "vich_uploader.namer_base64"; reason: private alias.
Removed service "vich_uploader.directory_namer_subdir"; reason: private alias.
Removed service "vich_uploader.namer_directory_property"; reason: private alias.
Removed service "vich_uploader.namer_directory_current_date_time"; reason: private alias.
Removed service "vich_uploader.namer_directory_configurable"; reason: private alias.
Removed service "vich_uploader.namer_smart_unique"; 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 "bazinga_geocoder.geocoder"; reason: private alias.
Removed service "geocoder"; reason: private alias.
Removed service ".Geocoder\Provider\Provider $google_mapsGeocoder"; reason: private alias.
Removed service "Geocoder\Provider\Provider $googleMapsGeocoder"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $my_way_card_courses.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $my_way_card_courses.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "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 $asset_mapperLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adsLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.xqODiDp"; reason: private alias.
Removed service ".service_locator.kVuTj7R"; reason: private alias.
Removed service ".service_locator.fodJUrY"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "hwi_oauth.http_client"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.firewall.authenticator.secured_area"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "kreyu_data_table.resolved_type_factory"; reason: private alias.
Removed service "kreyu_data_table.column.resolved_type_factory"; reason: private alias.
Removed service "kreyu_data_table.filter.resolved_type_factory"; reason: private alias.
Removed service "kreyu_data_table.action.resolved_type_factory"; reason: private alias.
Removed service "kreyu_data_table.exporter.resolved_type_factory"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "security.event_dispatcher.secured_area"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.YSXXhG4"; reason: private alias.
Removed service ".service_locator.oQxeh00"; reason: private alias.
Removed service ".service_locator.GuJa1y5"; reason: private alias.
Removed service ".service_locator.77FoH7O"; reason: private alias.
Removed service ".service_locator.QvCBkTi"; reason: private alias.
Removed service ".service_locator.sZxdK_D"; reason: private alias.
Removed service ".service_locator.xK5SSDl"; reason: private alias.
Removed service ".service_locator.niAqgie"; reason: private alias.
Removed service ".service_locator.vo0TWYM"; reason: private alias.
Removed service ".service_locator.iDpaQYR"; reason: private alias.
Removed service ".service_locator.kpG786s"; reason: private alias.
Removed service ".service_locator.RQz7XUT"; reason: private alias.
Removed service ".service_locator.GHYeL.d"; reason: private alias.
Removed service ".service_locator.9qdsrHJ"; reason: private alias.
Removed service ".service_locator.1QD9eiw"; reason: private alias.
Removed service ".service_locator.GjC8uO1"; reason: private alias.
Removed service ".service_locator.pFxpK6M"; reason: private alias.
Removed service ".service_locator.zAySFYo"; reason: private alias.
Removed service ".service_locator..Gpg_AZ"; reason: private alias.
Removed service ".service_locator.5_aeaSb"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.4icqPie"; reason: private alias.
Removed service ".service_locator.p_xT8U1"; reason: private alias.
Removed service ".service_locator.YVAlABr"; reason: private alias.
Removed service ".service_locator.T6lWkD."; reason: private alias.
Removed service ".service_locator.arb3kc7"; reason: private alias.
Removed service ".service_locator._NyJl0h"; reason: private alias.
Removed service ".service_locator.aFvB076"; reason: private alias.
Removed service ".service_locator.LTSHqRU"; reason: private alias.
Removed service ".service_locator.nDl6fQv"; reason: private alias.
Removed service ".service_locator.35y_69E"; reason: private alias.
Removed service ".service_locator.pLVDLOA"; reason: private alias.
Removed service ".service_locator.QCDwOyU"; reason: private alias.
Removed service ".service_locator.sg6oVZV"; reason: private alias.
Removed service ".service_locator.Jd3LWea"; reason: private alias.
Removed service ".service_locator.6vDV3dh"; reason: private alias.
Removed service ".service_locator.etNNdBe"; reason: private alias.
Removed service ".service_locator.s3btCDm"; reason: private alias.
Removed service ".service_locator.1U77NOl"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.Qo6SUw0"; reason: private alias.
Removed service ".service_locator.BrPqOpM"; reason: private alias.
Removed service ".service_locator.6gawGfa"; reason: private alias.
Removed service ".service_locator.hNMhKaf"; reason: private alias.
Removed service ".service_locator.g0CMzet"; reason: private alias.
Removed service ".service_locator.TJi5QhN"; reason: private alias.
Removed service ".service_locator.Fe5D7pi"; reason: private alias.
Removed service ".service_locator.CR4Wh1l"; reason: private alias.
Removed service ".service_locator.fQ8dgsG"; reason: private alias.
Removed service ".service_locator.qa8JL2g"; reason: private alias.
Removed service ".service_locator.FbTtU6o"; reason: private alias.
Removed service ".service_locator.lllDya2"; reason: private alias.
Removed service ".service_locator.aTMhL4D"; reason: private alias.
Removed service ".service_locator.XjfjXj5"; reason: private alias.
Removed service ".service_locator._G25xY6"; reason: private alias.
Removed service ".service_locator.7Xz3qii"; reason: private alias.
Removed service ".service_locator.HKBZ.bm"; reason: private alias.
Removed service ".service_locator.qNqwgCk"; reason: private alias.
Removed service ".service_locator.X8mrlW6"; reason: private alias.
Removed service ".service_locator.cBfesOZ"; reason: private alias.
Removed service ".service_locator.dJU1E.o"; reason: private alias.
Removed service ".service_locator.JWW5xOw"; reason: private alias.
Removed service ".service_locator.v803ih2"; reason: private alias.
Removed service ".service_locator.FLRK7sj"; reason: private alias.
Removed service ".service_locator.ATDwrm3"; reason: private alias.
Removed service ".service_locator.zHGQUHv"; reason: private alias.
Removed service ".service_locator.wwzqlbq"; reason: private alias.
Removed service ".service_locator.YbEkX55"; reason: private alias.
Removed service ".service_locator.7A4ZXlk"; reason: private alias.
Removed service ".service_locator.an14gO2"; reason: private alias.
Removed service ".service_locator.3Rr_MrZ"; reason: private alias.
Removed service ".service_locator.CIw9W1H"; reason: private alias.
Removed service ".service_locator.F6JHmwH"; reason: private alias.
Removed service ".service_locator.ecGpzW9"; reason: private alias.
Removed service ".service_locator.rpicWPU"; reason: private alias.
Removed service ".service_locator.SUVnUsM"; reason: private alias.
Removed service ".service_locator.DBPl3Nu"; reason: private alias.
Removed service ".service_locator.DTNP3TV"; reason: private alias.
Removed service ".service_locator.JZ84LHK"; reason: private alias.
Removed service ".service_locator.A02nzHY"; reason: private alias.
Removed service ".service_locator.GV1eBdN"; reason: private alias.
Removed service ".service_locator.NvmnA5Z"; reason: private alias.
Removed service ".service_locator.KEOyd2C"; reason: private alias.
Removed service ".service_locator.okXueS2"; reason: private alias.
Removed service ".service_locator.SjsRzXb"; reason: private alias.
Removed service ".service_locator.JlhApji"; reason: private alias.
Removed service ".service_locator.CamK6S."; reason: private alias.
Removed service ".service_locator._B3bnbU"; reason: private alias.
Removed service ".service_locator.H6TVtuS"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.ABXy5oo"; reason: private alias.
Removed service ".service_locator.xpyIvFE"; reason: private alias.
Removed service ".service_locator.AZhQyIZ"; reason: private alias.
Removed service ".service_locator.gmuLD9y"; reason: private alias.
Removed service ".service_locator.8GqeF4A"; reason: private alias.
Removed service ".service_locator.N9BN2gQ"; reason: private alias.
Removed service ".service_locator.GHkB74m"; reason: private alias.
Removed service ".service_locator.XFujbLL"; reason: private alias.
Removed service ".service_locator.1TaYa9r"; reason: private alias.
Removed service ".service_locator.70kjilL"; reason: private alias.
Removed service ".service_locator.un.jKXp"; reason: private alias.
Removed service ".service_locator.q82jh_C"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
219
Changed reference of service "App\Command\RefreshSearchScoresCommand" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "App\Controller\AcademyCoinController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AcademyCourseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AcademyReviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminCourseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminGiftCardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminProductAnalogController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminProductDigitalController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminProductTemplateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminReviewController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminShippingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminTranslationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Ads\AdsImpressionController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Api\Ads\AdsServeController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ApiGiftCardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DataTable\Type\Ads\AdCampaignDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\Ads\AdSlotDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\BillingCycleDiscountDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CoinActionDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CoinActionLogDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CoinPackageDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CoinPackageLogDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CompanyDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\CourseDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\EduPackageDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\EduPackageLogDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\GiftCardDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\GiftCardTransactionLogDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\LanguageDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\ProductAnalogDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\ProductDigitalDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\ShippingDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\DataTable\Type\UserDataTableType" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\LoginSuccessListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\CourseIndexerSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Ads\AdServeService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CoinActionService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\CoinService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\CourseRecommendationService" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "App\Service\CourseSearchService" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "App\Service\EmailVerificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\FrontendCardOrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\GiftCard\ActivationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\GiftCard\CardFactoryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\GiftCard\RedemptionService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\GiftCard\ValidationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ReviewVerificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\ReviewVerificationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\StripePaymentService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\UserInteractionTracker" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Twig\Components\AdminCourseForm" previously pointing to "translator.data_collector" to "translator".
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.messenger_failed_messages_retry" 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 "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.user_checker_locator" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.user_checker_locator" previously pointing to "security.user_checker" to "hwi_oauth.user_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 "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.listener.user_checker.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.listener.user_checker.secured_area" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
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 "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.totp_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hwi_oauth.authentication.failure_handler" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
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 "WeDevelop\UXTable\Twig\SortExtension" previously pointing to "router.default" to "router".
Changed reference of service "kreyu_data_table.column.type.column" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.column.type.collection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.column.column_sort_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "kreyu_data_table.column.type.enum" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.action.type.modal" previously pointing to "router.default" to "router".
Changed reference of service "kreyu_data_table.exporter.type.open_spout.abstract" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.open_spout.csv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.open_spout.xlsx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.open_spout.ods" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_csv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_xls" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_xlsx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_ods" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_html" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.exporter.type.phpspreadsheet_pdf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "kreyu_data_table.filter.filter_clear_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "kreyu_data_table.pagination.url_generator" 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_elastica.client_prototype" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.my_way_card_courses" to "FOS\ElasticaBundle\Finder\TransformedFinder $myWayCardCoursesFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.client.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.my_way_card_courses" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Changed reference of service ".service_locator.t.docxI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.IiaYAlp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lHu_Z._" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LSJ.Gqc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eW_VRkv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Wq88QGI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.h00o1Bx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T4y_AVG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pZlc44j" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.04R9YLO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bkEk7Bk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.adwwpsu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rgZtybK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YHUxkrP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.aRVHGfo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.IfJZGx2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.64ebTz." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Xvkyj._" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cRgHmyy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.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.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\DeletedUserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\MediaVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.REa6jgx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fXyam_b" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $myWayCardCoursesFinder" previously pointing to "fos_elastica.index.my_way_card_courses" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
805
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.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\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "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 "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service "kreyu_data_table.exporter.type.open_spout.abstract"; reason: abstract.
Removed service "Kreyu\Bundle\DataTableBundle\Bridge\PhpSpreadsheet\Exporter\Type\AbstractPhpSpreadsheetExporterType"; reason: abstract.
Removed service "kreyu_data_table.persistence.adapter.cache"; 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 "ux_map.renderer_factory.abstract"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupOldInteractionsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CleanupOldInteractionsCommand.0.App\Command\CleanupOldInteractionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupOldInteractionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCompaniesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateSampleCompaniesCommand.0.App\Command\CreateSampleCompaniesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateSampleCompaniesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSampleCoursesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateSampleCoursesCommand.0.App\Command\CreateSampleCoursesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateSampleCoursesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSamplePackagesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateSamplePackagesCommand.0.App\Command\CreateSamplePackagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateSamplePackagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateLocalePrefixesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateLocalePrefixesCommand.0.App\Command\GenerateLocalePrefixesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateLocalePrefixesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateVerificationLinkCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateVerificationLinkCommand.0.App\Command\GenerateVerificationLinkCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateVerificationLinkCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadSearchFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\LoadSearchFixturesCommand.0.App\Command\LoadSearchFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadSearchFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshSearchScoresCommand"; reason: abstract.
Removed service ".instanceof.App\Command\RefreshSearchScoresCommand.0.App\Command\RefreshSearchScoresCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RefreshSearchScoresCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestAdsFrontendCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestAdsFrontendCommand.0.App\Command\TestAdsFrontendCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestAdsFrontendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestGiftCardCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestGiftCardCommand.0.App\Command\TestGiftCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestGiftCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestTranslationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestTranslationCommand.0.App\Command\TestTranslationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestTranslationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyAdCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyAdCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AcademyAdCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AcademyCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCoinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AcademyCoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyCourseController"; reason: abstract.
Removed service ".instanceof.App\Controller\AcademyCourseController.0.App\Controller\AcademyCourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AcademyCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AcademyReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AcademyReviewController"; reason: abstract.
Removed service ".instanceof.App\Controller\AcademyReviewController.0.App\Controller\AcademyReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AcademyReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminAdCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAdSlotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAdSlotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminAdSlotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBillingCycleDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBillingCycleDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminBillingCycleDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBonusTierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBonusTierController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminBonusTierController.0.App\Controller\AdminBonusTierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminBonusTierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCardOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCardOrderController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminCardOrderController.0.App\Controller\AdminCardOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCardOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCoinActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinActionLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinActionLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCoinActionLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCoinPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCoinPackageLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCoinPackageLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCoinPackageLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminCourseController.0.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCourseDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCourseDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminCourseDataController.0.App\Controller\AdminCourseDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCourseDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminEduPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEduPackageLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEduPackageLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminEduPackageLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminGiftCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminGiftCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminGiftCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminLanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductAnalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductAnalogController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminProductAnalogController.0.App\Controller\AdminProductAnalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminProductAnalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductDigitalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductDigitalController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminProductDigitalController.0.App\Controller\AdminProductDigitalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminProductDigitalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProductTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProductTemplateController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminProductTemplateController.0.App\Controller\AdminProductTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminProductTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReviewController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminReviewController.0.App\Controller\AdminReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminShippingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminShippingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminShippingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminTranslationController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminTranslationController.0.App\Controller\AdminTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserActionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminUserActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdminUserController.0.App\Controller\AdminUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsImpressionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsImpressionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Ads\AdsImpressionController.0.App\Controller\Api\Ads\AdsImpressionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Ads\AdsImpressionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Ads\AdsServeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Ads\AdsServeController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Ads\AdsServeController.0.App\Controller\Api\Ads\AdsServeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Ads\AdsServeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CourseDataApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CourseDataApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CourseDataApiController.0.App\Controller\Api\CourseDataApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CourseDataApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiGiftCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiGiftCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiGiftCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiImageUploadController"; reason: abstract.
Removed service ".instanceof.App\Controller\ApiImageUploadController.0.App\Controller\ApiImageUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardBalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardBalanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendCardBalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardOrderController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendCardOrderController.0.App\Controller\FrontendCardOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendCardOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCardReloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCardReloadController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendCardReloadController.0.App\Controller\FrontendCardReloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendCardReloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendCompanyProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendCompanyProfileController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendCompanyProfileController.0.App\Controller\FrontendCompanyProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendCompanyProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendController.0.App\Controller\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendReviewController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendReviewController.0.App\Controller\FrontendReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.App\Controller\LoginController.0.App\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaLibraryController"; reason: abstract.
Removed service ".instanceof.App\Controller\MediaLibraryController.0.App\Controller\MediaLibraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediaLibraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.App\Controller\PricingController.0.App\Controller\PricingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderFrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderFrontendController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProviderFrontendController.0.App\Controller\ProviderFrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderFrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.App\Controller\StripeWebhookController.0.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StripeWebhookController"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.App\DataProvider\SortableDoctrineORMProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataProvider\SortableDoctrineORMProvider"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdCampaignDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\Ads\AdCampaignDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\Ads\AdSlotDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\Ads\AdSlotDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\BillingCycleDiscountDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\BillingCycleDiscountDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CoinActionDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinActionLogDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CoinActionLogDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CoinPackageDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CoinPackageLogDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CoinPackageLogDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CompanyDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CompanyDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\CourseDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\CourseDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\EduPackageDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\EduPackageLogDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\EduPackageLogDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\GiftCardDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\GiftCardTransactionLogDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\GiftCardTransactionLogDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\LanguageDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\LanguageDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductAnalogDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\ProductAnalogDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ProductDigitalDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\ProductDigitalDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\ShippingDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\ShippingDataTableType"; reason: abstract.
Removed service ".instanceof.Kreyu\Bundle\DataTableBundle\Type\DataTableTypeInterface.0.App\DataTable\Type\UserDataTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\DataTable\Type\UserDataTableType"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdCampaign.0.App\Entity\Ads\AdCampaign"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdCampaign"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdCampaignCategory.0.App\Entity\Ads\AdCampaignCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdCampaignCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdCampaignRotation.0.App\Entity\Ads\AdCampaignRotation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdCampaignRotation"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\Ads\AdCampaignStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdCampaignStatus"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdClickEvent.0.App\Entity\Ads\AdClickEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdClickEvent"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdImpressionDebitLog.0.App\Entity\Ads\AdImpressionDebitLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdImpressionDebitLog"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\Ads\AdImpressionDebitLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdImpressionDebitLogType"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdImpressionEvent.0.App\Entity\Ads\AdImpressionEvent"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdImpressionEvent"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\Ads\AdImpressionEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdImpressionEventType"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdSlot.0.App\Entity\Ads\AdSlot"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdSlot"; reason: abstract.
Removed service ".instanceof.App\Entity\Ads\AdSlotPrice.0.App\Entity\Ads\AdSlotPrice"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Ads\AdSlotPrice"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\BillingCycle"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\BillingCycle"; reason: abstract.
Removed service ".instanceof.App\Entity\BillingCycleDiscount.0.App\Entity\BillingCycleDiscount"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\BillingCycleDiscount"; reason: abstract.
Removed service ".instanceof.App\Entity\CoinAction.0.App\Entity\CoinAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinAction"; reason: abstract.
Removed service ".instanceof.App\Entity\CoinActionLog.0.App\Entity\CoinActionLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinActionLog"; reason: abstract.
Removed service ".instanceof.App\Entity\CoinPackage.0.App\Entity\CoinPackage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinPackage"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\CoinPackageAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinPackageAction"; reason: abstract.
Removed service ".instanceof.App\Entity\CoinPackageLog.0.App\Entity\CoinPackageLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinPackageLog"; reason: abstract.
Removed service ".instanceof.App\Entity\CoinTransaction.0.App\Entity\CoinTransaction"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinTransaction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\CoinTransactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CoinTransactionType"; reason: abstract.
Removed service ".instanceof.App\Entity\Company.0.App\Entity\Company"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Company"; reason: abstract.
Removed service ".instanceof.App\Entity\CompanyDetail.0.App\Entity\CompanyDetail"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CompanyDetail"; reason: abstract.
Removed service ".instanceof.App\Entity\CompanyReview.0.App\Entity\CompanyReview"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CompanyReview"; reason: abstract.
Removed service ".instanceof.App\Entity\Country.0.App\Entity\Country"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Country"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseLanguage.0.App\Entity\CourseLanguage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseLanguage"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseMainCategory.0.App\Entity\CourseMainCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseMainCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseNiveau.0.App\Entity\CourseNiveau"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseNiveau"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseSubCategory.0.App\Entity\CourseSubCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseSubCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseTag.0.App\Entity\CourseTag"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseTag"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseTargetgroup.0.App\Entity\CourseTargetgroup"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseTargetgroup"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseTopic.0.App\Entity\CourseTopic"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseTopic"; reason: abstract.
Removed service ".instanceof.App\Entity\CourseType.0.App\Entity\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CourseType"; reason: abstract.
Removed service ".instanceof.App\Entity\CustomTag.0.App\Entity\CustomTag"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CustomTag"; reason: abstract.
Removed service ".instanceof.App\Entity\EduPackage.0.App\Entity\EduPackage"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EduPackage"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\EduPackageAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EduPackageAction"; reason: abstract.
Removed service ".instanceof.App\Entity\EduPackageLog.0.App\Entity\EduPackageLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EduPackageLog"; reason: abstract.
Removed service ".instanceof.App\Entity\FrontendAddress.0.App\Entity\FrontendAddress"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendAddress"; reason: abstract.
Removed service ".instanceof.App\Entity\FrontendBonusTier.0.App\Entity\FrontendBonusTier"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendBonusTier"; reason: abstract.
Removed service ".instanceof.App\Entity\FrontendCardOrder.0.App\Entity\FrontendCardOrder"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendCardOrder"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\FrontendCardOrderStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendCardOrderStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\FrontendCardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendCardType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\FrontendCustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\FrontendCustomerType"; reason: abstract.
Removed service ".instanceof.App\Entity\GiftCard.0.App\Entity\GiftCard"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\GiftCard"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\GiftCardStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\GiftCardStatus"; reason: abstract.
Removed service ".instanceof.App\Entity\GiftCardTransactionLog.0.App\Entity\GiftCardTransactionLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\GiftCardTransactionLog"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Entity\GiftCardTransactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\GiftCardTransactionType"; reason: abstract.
Removed service ".instanceof.App\Entity\Image.0.App\Entity\Image"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Image"; reason: abstract.
Removed service ".instanceof.App\Entity\Language.0.App\Entity\Language"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Language"; reason: abstract.
Removed service ".instanceof.App\Entity\MyCourse.0.App\Entity\MyCourse"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\MyCourse"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductAnalog.0.App\Entity\ProductAnalog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductAnalog"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductAnalogTranslation.0.App\Entity\ProductAnalogTranslation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductAnalogTranslation"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductDigital.0.App\Entity\ProductDigital"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductDigital"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductDigitalTranslation.0.App\Entity\ProductDigitalTranslation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductDigitalTranslation"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductTemplate.0.App\Entity\ProductTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductTemplate"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductTemplateTranslation.0.App\Entity\ProductTemplateTranslation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductTemplateTranslation"; reason: abstract.
Removed service ".instanceof.App\Entity\ShippingOption.0.App\Entity\ShippingOption"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ShippingOption"; reason: abstract.
Removed service ".instanceof.App\Entity\User.0.App\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\User"; reason: abstract.
Removed service ".instanceof.App\Entity\UserActions.0.App\Entity\UserActions"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserActions"; reason: abstract.
Removed service ".instanceof.App\Entity\UserInteraction.0.App\Entity\UserInteraction"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserInteraction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginSuccessListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LoginSuccessListener"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\CourseIndexerSubscriber.0.App\EventSubscriber\CourseIndexerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CourseIndexerSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventSubscriber\LanguageEntitySubscriber.0.App\EventSubscriber\LanguageEntitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LanguageEntitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ads\AdCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ads\AdSlotPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ads\AdSlotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ads\AdSlotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BillingCycleDiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BillingCycleDiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoinActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CoinPackageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CoinPackageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCreationForUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyCreationForUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyDetailAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EduPackageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EduPackageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendBonusTierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendBonusTierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardBalanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardBalanceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep3Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep3Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4DigitalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep4DigitalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep4PhysicalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep4PhysicalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardOrderStep5Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardOrderStep5Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardReloadStep1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrontendCardReloadStep2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FrontendCardReloadStep2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerIdType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MediaPickerIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaPickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MediaPickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyCourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MyCourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordSetupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordSetupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAnalogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductAnalogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDigitalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductDigitalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShippingOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShippingOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserActionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserActionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\IndexCourseHandler.0.App\MessageHandler\IndexCourseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\IndexCourseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ProcessImpressionDebitHandler.0.App\MessageHandler\ProcessImpressionDebitHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ProcessImpressionDebitHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\TrackInteractionHandler.0.App\MessageHandler\TrackInteractionHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\TrackInteractionHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdCampaignCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdCampaignRotationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdCampaignRotationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdClickEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdClickEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionDebitLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdImpressionDebitLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdImpressionEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdImpressionEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdSlotPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Ads\AdSlotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Ads\AdSlotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BillingCycleDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BillingCycleDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoinActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoinActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoinPackageLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoinPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoinTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CoinTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseLanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseLanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseMainCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseMainCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseNiveauRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseNiveauRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseSubCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseSubCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTargetgroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTargetgroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTopicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourseTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EduPackageLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EduPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EduPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FrontendAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendBonusTierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FrontendBonusTierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrontendCardOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FrontendCardOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GiftCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftCardTransactionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GiftCardTransactionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MyCourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MyCourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAnalogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductAnalogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDigitalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductDigitalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShippingOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserActionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInteractionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserInteractionRepository"; 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.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DeletedUserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\DeletedUserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MediaVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\MediaVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Twig\Components\AdminCourseForm"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Twig\Components\AdminCourseForm"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\AdminCourseForm.0.App\Twig\Components\AdminCourseForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\AdminCourseForm"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\CoinPackageCardComponent.0.App\Twig\Components\CoinPackageCardComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\CoinPackageCardComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\CoinPackageCardsComponent.0.App\Twig\Components\CoinPackageCardsComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\CoinPackageCardsComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\FrontendSidebar.0.App\Twig\Components\FrontendSidebar"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\FrontendSidebar"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\GiftCardStatsComponent.0.App\Twig\Components\GiftCardStatsComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\GiftCardStatsComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\LanguageSwitcher.0.App\Twig\Components\LanguageSwitcher"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\LanguageSwitcher"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\Navigation.0.App\Twig\Components\Navigation"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\Navigation"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\PriceCardComponent.0.App\Twig\Components\PriceCardComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\PriceCardComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\PricingCardsComponent.0.App\Twig\Components\PricingCardsComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\PricingCardsComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ReviewStatsComponent.0.App\Twig\Components\ReviewStatsComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ReviewStatsComponent"; reason: abstract.
Removed service ".instanceof.App\Twig\Components\ThemeSwitcher.0.App\Twig\Components\ThemeSwitcher"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\ThemeSwitcher"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\OpenerExtension"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\OpenerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.WeDevelop\UXTable\Twig\SortExtension"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\SortExtension"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\Twig\Component\Table.0.WeDevelop\UXTable\Twig\Component\Table"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\Component\Table"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\Twig\Component\SortLink.0.WeDevelop\UXTable\Twig\Component\SortLink"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\Component\SortLink"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\Twig\Component\Filter.0.WeDevelop\UXTable\Twig\Component\Filter"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\Component\Filter"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\Twig\Component\PageSize.0.WeDevelop\UXTable\Twig\Component\PageSize"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\Twig\Component\PageSize"; reason: abstract.
Removed service ".instanceof.WeDevelop\UXTable\DataProvider\DataProviderInterface.0.WeDevelop\UXTable\DataProvider\DoctrineORMProvider"; reason: abstract.
Removed service ".abstract.instanceof.WeDevelop\UXTable\DataProvider\DoctrineORMProvider"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoArray"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\GeoJson"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Gpx"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Kml"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkb"; reason: abstract.
Removed service ".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".abstract.instanceof.Geocoder\Dumper\Wkt"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
Removed service ".abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: abstract.
302
Removed service "stripe.client"; reason: unused.
Removed service "App\Entity\Ads\AdCampaignCategory"; reason: unused.
Removed service "App\Entity\Ads\AdCampaignRotation"; reason: unused.
Removed service "App\Entity\Ads\AdCampaignStatus"; reason: unused.
Removed service "App\Entity\Ads\AdClickEvent"; reason: unused.
Removed service "App\Entity\Ads\AdImpressionDebitLog"; reason: unused.
Removed service "App\Entity\Ads\AdImpressionDebitLogType"; reason: unused.
Removed service "App\Entity\Ads\AdImpressionEvent"; reason: unused.
Removed service "App\Entity\Ads\AdImpressionEventType"; reason: unused.
Removed service "App\Entity\Ads\AdSlotPrice"; reason: unused.
Removed service "App\Entity\BillingCycle"; reason: unused.
Removed service "App\Entity\CoinPackageAction"; reason: unused.
Removed service "App\Entity\CoinTransaction"; reason: unused.
Removed service "App\Entity\CoinTransactionType"; reason: unused.
Removed service "App\Entity\CompanyDetail"; reason: unused.
Removed service "App\Entity\CompanyReview"; reason: unused.
Removed service "App\Entity\Country"; reason: unused.
Removed service "App\Entity\CourseLanguage"; reason: unused.
Removed service "App\Entity\CourseMainCategory"; reason: unused.
Removed service "App\Entity\CourseNiveau"; reason: unused.
Removed service "App\Entity\CourseSubCategory"; reason: unused.
Removed service "App\Entity\CourseTag"; reason: unused.
Removed service "App\Entity\CourseTargetgroup"; reason: unused.
Removed service "App\Entity\CourseTopic"; reason: unused.
Removed service "App\Entity\CourseType"; reason: unused.
Removed service "App\Entity\CustomTag"; reason: unused.
Removed service "App\Entity\EduPackageAction"; reason: unused.
Removed service "App\Entity\FrontendAddress"; reason: unused.
Removed service "App\Entity\FrontendCardOrderStatus"; reason: unused.
Removed service "App\Entity\FrontendCardType"; reason: unused.
Removed service "App\Entity\FrontendCustomerType"; reason: unused.
Removed service "App\Entity\GiftCardStatus"; reason: unused.
Removed service "App\Entity\GiftCardTransactionLog"; reason: unused.
Removed service "App\Entity\GiftCardTransactionType"; reason: unused.
Removed service "App\Entity\ProductAnalogTranslation"; reason: unused.
Removed service "App\Entity\ProductDigitalTranslation"; reason: unused.
Removed service "App\Entity\ProductTemplateTranslation"; reason: unused.
Removed service "App\Entity\UserInteraction"; reason: unused.
Removed service "App\Message\IndexCourseMessage"; reason: unused.
Removed service "App\Message\ProcessImpressionDebit"; reason: unused.
Removed service "App\Message\TrackInteractionMessage"; reason: unused.
Removed service "App\Security\CustomAuthenticationSuccessHandler"; reason: unused.
Removed service "App\Security\EmailVerifier"; reason: unused.
Removed service "App\Service\EduPackageService"; reason: unused.
Removed service "App\Service\PackageBillingService"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; 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 "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~yIPG2lG"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.user_checker.chain.secured_area"; 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 "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "chartjs.builder"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.persister_factory.doctrine"; reason: unused.
Removed service "scheb_two_factor.persister.doctrine"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "symfonycasts.verify_email.token_generator"; reason: unused.
Removed service "symfonycasts.verify_email.query_utility"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer_factory"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer"; reason: unused.
Removed service "symfonycasts.verify_email.helper"; reason: unused.
Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.storage.session"; reason: unused.
Removed service "hwi_oauth.authentication.failure_handler"; reason: unused.
Removed service "hwi_oauth.resource_owner.apple"; reason: unused.
Removed service "hwi_oauth.resource_owner.google"; reason: unused.
Removed service "hwi_oauth.resource_owner.microsoft"; reason: unused.
Removed service ".service_locator.s2YGsh2"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "endroid_qr_code.default_builder"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.locale"; reason: unused.
Removed service "kreyu_data_table.persistence.subject_provider.token_storage"; reason: unused.
Removed service "kreyu_data_table.persistence.subject_provider.static"; reason: unused.
Removed service "kreyu_data_table.persistence.clearer.cache"; reason: unused.
Removed service "kreyu_data_table.filtration.persistence.adapter.cache"; reason: unused.
Removed service "kreyu_data_table.personalization.persistence.adapter.cache"; reason: unused.
Removed service "kreyu_data_table.pagination.persistence.adapter.cache"; reason: unused.
Removed service "kreyu_data_table.sorting.persistence.adapter.cache"; 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\UploaderBundle\Naming\SmartUniqueNamer.company_logos"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.company_images"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.course_images"; 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 "Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\ChainFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HereFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory"; reason: unused.
Removed service "Bazinga\GeocoderBundle\ProviderFactory\YandexFactory"; reason: unused.
Removed service "FOS\ElasticaBundle\Elastica\NodePool\RoundRobinResurrect"; reason: unused.
Removed service "FOS\ElasticaBundle\Elastica\NodePool\RoundRobinNoResurrect"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service ".service_locator.j4kTupf"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminAdCampaignController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminAdSlotController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminBillingCycleDiscountController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCoinActionController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCoinActionLogController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCoinPackageController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCoinPackageLogController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCompanyController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminCourseController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminEduPackageController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminEduPackageLogController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminGiftCardController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminLanguageController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminProductDigitalController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminShippingController::setDataTableFactory()"; reason: unused.
Removed service ".service_locator.j4kTupf.App\Controller\AdminUserController::setDataTableFactory()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.lZH22eH"; reason: unused.
Removed service ".service_locator.lZH22eH.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
670
Inlined service ".service_locator.ZyP9f7K.App\Controller\AcademyAdCampaignController" to "App\Controller\AcademyAdCampaignController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AcademyCardController" to "App\Controller\AcademyCardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AcademyCoinController" to "App\Controller\AcademyCoinController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AcademyCourseController" to "App\Controller\AcademyCourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AcademyReviewController" to "App\Controller\AcademyReviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminAdCampaignController" to "App\Controller\AdminAdCampaignController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminAdSlotController" to "App\Controller\AdminAdSlotController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminBillingCycleDiscountController" to "App\Controller\AdminBillingCycleDiscountController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminBonusTierController" to "App\Controller\AdminBonusTierController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCardOrderController" to "App\Controller\AdminCardOrderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCoinActionController" to "App\Controller\AdminCoinActionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCoinActionLogController" to "App\Controller\AdminCoinActionLogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCoinPackageController" to "App\Controller\AdminCoinPackageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCoinPackageLogController" to "App\Controller\AdminCoinPackageLogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCompanyController" to "App\Controller\AdminCompanyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCourseController" to "App\Controller\AdminCourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCourseDataController" to "App\Controller\AdminCourseDataController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminEduPackageController" to "App\Controller\AdminEduPackageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminEduPackageLogController" to "App\Controller\AdminEduPackageLogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminGiftCardController" to "App\Controller\AdminGiftCardController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminLanguageController" to "App\Controller\AdminLanguageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminProductAnalogController" to "App\Controller\AdminProductAnalogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminProductDigitalController" to "App\Controller\AdminProductDigitalController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminProductTemplateController" to "App\Controller\AdminProductTemplateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminReviewController" to "App\Controller\AdminReviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminShippingController" to "App\Controller\AdminShippingController".
Inlined service "App\Service\TranslationManagerService" to "App\Controller\AdminTranslationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminTranslationController" to "App\Controller\AdminTranslationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminUserActionsController" to "App\Controller\AdminUserActionsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminUserController" to "App\Controller\AdminUserController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Ads\AdsImpressionController" to "App\Controller\Api\Ads\AdsImpressionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Ads\AdsServeController" to "App\Controller\Api\Ads\AdsServeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\CourseDataApiController" to "App\Controller\Api\CourseDataApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ApiGiftCardController" to "App\Controller\ApiGiftCardController".
Inlined service "App\Service\ImageGalleryService" to "App\Controller\ApiImageUploadController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ApiImageUploadController" to "App\Controller\ApiImageUploadController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BackendController" to "App\Controller\BackendController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendCardBalanceController" to "App\Controller\FrontendCardBalanceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendCardOrderController" to "App\Controller\FrontendCardOrderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendCardReloadController" to "App\Controller\FrontendCardReloadController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendCompanyProfileController" to "App\Controller\FrontendCompanyProfileController".
Inlined service "App\Service\CourseRecommendationService" to "App\Controller\FrontendController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendController" to "App\Controller\FrontendController".
Inlined service "App\Service\ReviewVerificationService" to "App\Controller\FrontendReviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\FrontendReviewController" to "App\Controller\FrontendReviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LoginController" to "App\Controller\LoginController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\MediaLibraryController" to "App\Controller\MediaLibraryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PricingController" to "App\Controller\PricingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ProviderFrontendController" to "App\Controller\ProviderFrontendController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service "App\Service\CourseSearchService" to "App\Controller\SearchController".
Inlined service "App\Service\UserInteractionTracker" to "App\Controller\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\StripeWebhookController" to "App\Controller\StripeWebhookController".
Inlined service "App\Service\Ads\RoundRobinSelector" to "App\Service\Ads\AdServeService".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.b1h9RHx" 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.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.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 "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.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service ".service_locator.riiCAol" to "type_info.resolver".
Inlined service "type_info.resolver.reflection_parameter" to "type_info.resolver.reflection_parameter.phpdoc_aware".
Inlined service "type_info.resolver.reflection_property" to "type_info.resolver.reflection_property.phpdoc_aware".
Inlined service "type_info.resolver.reflection_return" to "type_info.resolver.reflection_return.phpdoc_aware".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.ads_serve" to "limiter.ads_serve".
Inlined service "limiter.storage.ads_impressions" to "limiter.ads_impressions".
Inlined service ".kreyu_data_table.persistence.cache.default.inner.recorder_inner" to ".kreyu_data_table.persistence.cache.default.inner".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.vMOkCzl" 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.wGcrHVK" 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.yIlffmK" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.5wf1xyF" 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.D7xH46Z" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" 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 "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "chartjs.twig_extension" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "WeDevelop\UXTable\Twig\OpenerExtension" to "twig".
Inlined service "WeDevelop\UXTable\Twig\SortExtension" to "twig".
Inlined service "kreyu_data_table.twig.data_table_extension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "ux_map.twig_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" 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.vHHMM8j" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.U5hIWho" to "security.helper".
Inlined service ".service_locator..j.HfKw" 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.nVyArYX" to "security.access_map".
Inlined service ".security.request_matcher.mN1e9Dn" to "security.access_map".
Inlined service ".security.request_matcher.1jo.kv8" to "security.access_map".
Inlined service ".security.request_matcher.d2DepF3" to "security.access_map".
Inlined service ".security.request_matcher..GR84Cz" to "security.access_map".
Inlined service ".security.request_matcher.B2gi_DD" to "security.access_map".
Inlined service ".security.request_matcher.swigpxD" to "security.access_map".
Inlined service ".security.request_matcher.MtaAPs7" to "security.access_map".
Inlined service ".security.request_matcher.6Oq8LZM" to "security.access_map".
Inlined service ".security.request_matcher.plkAJJ0" to "security.access_map".
Inlined service ".security.request_matcher.xnGMv65" to "security.access_map".
Inlined service ".security.request_matcher.7wh9scM" to "security.access_map".
Inlined service ".security.request_matcher.uHrzYaS" to "security.access_map".
Inlined service ".security.request_matcher.l4hjPU." to "security.access_map".
Inlined service ".security.request_matcher.Bln0Fom" to "security.access_map".
Inlined service ".security.request_matcher.hmnM352" to "security.access_map".
Inlined service ".security.request_matcher.BxNpb.y" to "security.access_map".
Inlined service ".security.request_matcher.3z_9RgI" to "security.access_map".
Inlined service ".security.request_matcher.cawSV8X" to "security.access_map".
Inlined service ".security.request_matcher.2CXHTST" to "security.access_map".
Inlined service ".security.request_matcher.wyYqAeH" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" 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 "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 "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.main".
Inlined service "security.authentication.success_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "security.authentication.success_handler.secured_area.form_login" to "security.authenticator.form_login.secured_area".
Inlined service "security.authentication.failure_handler.secured_area.form_login" to "security.authenticator.form_login.secured_area".
Inlined service "debug.security.firewall.authenticator.secured_area.inner" to "debug.security.firewall.authenticator.secured_area".
Inlined service "security.exception_listener.secured_area" to "security.firewall.map.context.secured_area".
Inlined service "security.firewall.map.config.secured_area" to "security.firewall.map.context.secured_area".
Inlined service ".security.request_matcher.ykcgIdu" to ".security.request_matcher.nVyArYX".
Inlined service ".security.request_matcher.oHbVn4P" to ".security.request_matcher.mN1e9Dn".
Inlined service ".security.request_matcher.x2pLQ6V" to ".security.request_matcher.1jo.kv8".
Inlined service ".security.request_matcher.GrlfYfx" to ".security.request_matcher.d2DepF3".
Inlined service ".security.request_matcher.kEzfx5H" to ".security.request_matcher..GR84Cz".
Inlined service ".security.request_matcher.MKMAH2z" to ".security.request_matcher.B2gi_DD".
Inlined service ".security.request_matcher.qjl_aNd" to ".security.request_matcher.swigpxD".
Inlined service ".security.request_matcher.VGiBBNZ" to ".security.request_matcher.MtaAPs7".
Inlined service ".security.request_matcher.3t9OsSS" to ".security.request_matcher.6Oq8LZM".
Inlined service ".security.request_matcher.7rK5enB" to ".security.request_matcher.plkAJJ0".
Inlined service ".security.request_matcher.3vR_YW1" to ".security.request_matcher.xnGMv65".
Inlined service ".security.request_matcher.yYbknmK" to ".security.request_matcher.7wh9scM".
Inlined service ".security.request_matcher.q3lq5qv" to ".security.request_matcher.uHrzYaS".
Inlined service ".security.request_matcher.v23PWqo" to ".security.request_matcher.l4hjPU.".
Inlined service ".security.request_matcher.rvYHtfr" to ".security.request_matcher.Bln0Fom".
Inlined service ".security.request_matcher.rew_x2H" to ".security.request_matcher.hmnM352".
Inlined service ".security.request_matcher.wBHyaCo" to ".security.request_matcher.BxNpb.y".
Inlined service ".security.request_matcher.88AbdUC" to ".security.request_matcher.3z_9RgI".
Inlined service ".security.request_matcher.axIn6XV" to ".security.request_matcher.cawSV8X".
Inlined service ".security.request_matcher.47CCstJ" to ".security.request_matcher.2CXHTST".
Inlined service ".security.request_matcher.CaMtWHU" to ".security.request_matcher.wyYqAeH".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.YpVaZZZ" to "ux.twig_component.component_factory".
Inlined service ".service_locator.gC8Pbpf" to "ux.twig_component.twig.component_runtime".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.7vU95QS.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator.REa6jgx.ux.live_component.live_url_subscriber" to "ux.live_component.live_url_subscriber".
Inlined service ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "type_info.resolver" to "ux.live_component.metadata_factory".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
Inlined service ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "Endroid\QrCode\Writer\PngWriter" to "Endroid\QrCode\Builder\BuilderRegistry".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "WeDevelop\UXTable\Security\OpenerSigner" to "WeDevelop\UXTable\Twig\OpenerExtension".
Inlined service "kreyu_data_table.debug.column.resolved_type_factory" to "kreyu_data_table.column.registry".
Inlined service "kreyu_data_table.column.registry" to "kreyu_data_table.column.factory".
Inlined service "kreyu_data_table.filter.factory" to "kreyu_data_table.type.data_table".
Inlined service "kreyu_data_table.exporter.factory" to "kreyu_data_table.type.data_table".
Inlined service "kreyu_data_table.column.factory" to "kreyu_data_table.type.data_table".
Inlined service "kreyu_data_table.request_handler.http_foundation" to "kreyu_data_table.type.data_table".
Inlined service "kreyu_data_table.debug.resolved_type_factory" to "kreyu_data_table.registry".
Inlined service "kreyu_data_table.registry" to "kreyu_data_table.factory".
Inlined service "kreyu_data_table.debug.action.resolved_type_factory" to "kreyu_data_table.action.registry".
Inlined service "kreyu_data_table.action.registry" to "kreyu_data_table.action.factory".
Inlined service "kreyu_data_table.debug.exporter.resolved_type_factory" to "kreyu_data_table.exporter.registry".
Inlined service "kreyu_data_table.exporter.registry" to "kreyu_data_table.exporter.factory".
Inlined service "kreyu_data_table.debug.filter.resolved_type_factory" to "kreyu_data_table.filter.registry".
Inlined service "kreyu_data_table.filter.registry" to "kreyu_data_table.filter.factory".
Inlined service "kreyu_data_table.column.column_sort_url_generator" to "kreyu_data_table.twig.data_table_extension".
Inlined service "kreyu_data_table.filter.filter_clear_url_generator" to "kreyu_data_table.twig.data_table_extension".
Inlined service "kreyu_data_table.pagination.url_generator" to "kreyu_data_table.twig.data_table_extension".
Inlined service "kreyu_data_table.debug.data_collector.extractor" to "kreyu_data_table.debug.data_collector".
Inlined service "kreyu_data_table.debug.resolved_type_factory.inner" to "kreyu_data_table.debug.resolved_type_factory".
Inlined service "kreyu_data_table.debug.column.resolved_type_factory.inner" to "kreyu_data_table.debug.column.resolved_type_factory".
Inlined service "kreyu_data_table.debug.filter.resolved_type_factory.inner" to "kreyu_data_table.debug.filter.resolved_type_factory".
Inlined service "kreyu_data_table.debug.action.resolved_type_factory.inner" to "kreyu_data_table.debug.action.resolved_type_factory".
Inlined service "kreyu_data_table.debug.exporter.resolved_type_factory.inner" to "kreyu_data_table.debug.exporter.resolved_type_factory".
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 "ux_map.renderer_factory" to "ux_map.renderers".
Inlined service "ux_map.renderers" to "ux_map.twig_runtime".
Inlined service ".ux_map.ux_icons.renderer" to "ux_map.renderer_factory.google".
Inlined service "psr18.http_client" to "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory".
Inlined service "bazinga_geocoder.provider.google_maps" to "Geocoder\ProviderAggregator".
Inlined service "Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory" to "bazinga_geocoder.provider.google_maps".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.uAeYrTD" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.5HBnQCY" to "fos_elastica.persister_registry".
Inlined service ".service_locator.LBU4nS_" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.property_accessor" to "fos_elastica.elastica_to_model_transformer.my_way_card_courses".
Inlined service "App\Search\CourseElasticsearchTransformer" to "fos_elastica.object_persister.my_way_card_courses".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.my_way_card_courses".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "debug.security.event_dispatcher.secured_area.inner" to "debug.security.event_dispatcher.secured_area".
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 "kreyu_data_table.maker" to "maker.auto_command.make_data_table".
Inlined service ".service_locator.N9f6Uj_" to ".service_locator.N9f6Uj_.App\Controller\AcademyCourseController::index()".
Inlined service ".service_locator.a2F16qC" to ".service_locator.a2F16qC.App\Controller\AcademyCourseController::new()".
Inlined service ".service_locator.m4JPwfX" to ".service_locator.m4JPwfX.App\Controller\AcademyCourseController::show()".
Inlined service ".service_locator.I9GzItd" to ".service_locator.I9GzItd.App\Controller\AcademyCourseController::edit()".
Inlined service ".service_locator.RoW6As7" to ".service_locator.RoW6As7.App\Controller\AcademyCourseController::delete()".
Inlined service ".service_locator.I9BiKQC" to ".service_locator.I9BiKQC.App\Controller\AdminAdSlotController::index()".
Inlined service ".service_locator.MwPGVxB" to ".service_locator.MwPGVxB.App\Controller\AdminAdSlotController::show()".
Inlined service ".service_locator.5uxi8C7" to ".service_locator.5uxi8C7.App\Controller\AdminBillingCycleDiscountController::index()".
Inlined service ".service_locator.3AnG5A2" to ".service_locator.3AnG5A2.App\Controller\AdminBillingCycleDiscountController::show()".
Inlined service ".service_locator..JyvIMz" to ".service_locator..JyvIMz.App\Controller\AdminBonusTierController::index()".
Inlined service ".service_locator.B1OcU1j" to ".service_locator.B1OcU1j.App\Controller\AdminCardOrderController::index()".
Inlined service ".service_locator.p7GIjli" to ".service_locator.p7GIjli.App\Controller\AdminCardOrderController::show()".
Inlined service ".service_locator.s4svvZC" to ".service_locator.s4svvZC.App\Controller\AdminCoinActionController::index()".
Inlined service ".service_locator.Q5Pn_NS" to ".service_locator.Q5Pn_NS.App\Controller\AdminCoinActionLogController::index()".
Inlined service ".service_locator.PYYuK7w" to ".service_locator.PYYuK7w.App\Controller\AdminCoinActionLogController::show()".
Inlined service ".service_locator.T4y_AVG" to ".service_locator.T4y_AVG.App\Controller\AdminCoinActionLogController::reset()".
Inlined service ".service_locator.8mMssSL" to ".service_locator.8mMssSL.App\Controller\AdminCoinPackageController::index()".
Inlined service ".service_locator.pZlc44j" to ".service_locator.pZlc44j.App\Controller\AdminCoinPackageController::new()".
Inlined service ".service_locator.7EIgZ2U" to ".service_locator.7EIgZ2U.App\Controller\AdminCoinPackageController::show()".
Inlined service ".service_locator.ZI7RQdA" to ".service_locator.ZI7RQdA.App\Controller\AdminCoinPackageLogController::index()".
Inlined service ".service_locator.RM73Wpx" to ".service_locator.RM73Wpx.App\Controller\AdminCoinPackageLogController::show()".
Inlined service ".service_locator.GUh4Jrb" to ".service_locator.GUh4Jrb.App\Controller\AdminCompanyController::index()".
Inlined service ".service_locator.8APV4Ej" to ".service_locator.8APV4Ej.App\Controller\AdminCompanyController::new()".
Inlined service ".service_locator.4hDnMTd" to ".service_locator.4hDnMTd.App\Controller\AdminCompanyController::show()".
Inlined service ".service_locator.WJqfKKj" to ".service_locator.WJqfKKj.App\Controller\AdminCourseController::show()".
Inlined service ".service_locator.GZ8.dep" to ".service_locator.GZ8.dep.App\Controller\AdminCourseController::edit()".
Inlined service ".service_locator.I9HE8MZ" to ".service_locator.I9HE8MZ.App\Controller\AdminCourseController::delete()".
Inlined service ".service_locator.MMKvnU9" to ".service_locator.MMKvnU9.App\Controller\AdminCourseDataController::index()".
Inlined service ".service_locator.m4iGgPM" to ".service_locator.m4iGgPM.App\Controller\AdminCourseDataController::addTargetgroup()".
Inlined service ".service_locator.1IOZk9L" to ".service_locator.1IOZk9L.App\Controller\AdminCourseDataController::addMainCategory()".
Inlined service ".service_locator.wpSFFuE" to ".service_locator.wpSFFuE.App\Controller\AdminCourseDataController::addSubCategory()".
Inlined service ".service_locator.jCrLm1d" to ".service_locator.jCrLm1d.App\Controller\AdminCourseDataController::addTopic()".
Inlined service ".service_locator.Kv7uMUt" to ".service_locator.Kv7uMUt.App\Controller\AdminCourseDataController::addType()".
Inlined service ".service_locator.3hPWGYV" to ".service_locator.3hPWGYV.App\Controller\AdminCourseDataController::addNiveau()".
Inlined service ".service_locator.QBtClEZ" to ".service_locator.QBtClEZ.App\Controller\AdminCourseDataController::addTag()".
Inlined service ".service_locator.bkEk7Bk" to ".service_locator.bkEk7Bk.App\Controller\AdminCourseDataController::editEntityTranslations()".
Inlined service ".service_locator.htqMHi4" to ".service_locator.htqMHi4.App\Controller\AdminEduPackageController::index()".
Inlined service ".service_locator.OQACmBp" to ".service_locator.OQACmBp.App\Controller\AdminEduPackageController::show()".
Inlined service ".service_locator.KiBaJ62" to ".service_locator.KiBaJ62.App\Controller\AdminEduPackageLogController::index()".
Inlined service ".service_locator.KoJu2zd" to ".service_locator.KoJu2zd.App\Controller\AdminEduPackageLogController::show()".
Inlined service ".service_locator.rgZtybK" to ".service_locator.rgZtybK.App\Controller\AdminLanguageController::index()".
Inlined service ".service_locator.Ce4PFUW" to ".service_locator.Ce4PFUW.App\Controller\AdminLanguageController::toggleActive()".
Inlined service ".service_locator.5GkOCiK" to ".service_locator.5GkOCiK.App\Controller\AdminProductAnalogController::index()".
Inlined service ".service_locator..1ZjxmM" to ".service_locator..1ZjxmM.App\Controller\AdminProductDigitalController::index()".
Inlined service ".service_locator.CZIAeLC" to ".service_locator.CZIAeLC.App\Controller\AdminProductTemplateController::index()".
Inlined service ".service_locator.RBmjfoi" to ".service_locator.RBmjfoi.App\Controller\AdminProductTemplateController::show()".
Inlined service ".service_locator.dqbFTUZ" to ".service_locator.dqbFTUZ.App\Controller\AdminShippingController::index()".
Inlined service ".service_locator.uZ0dAj4" to ".service_locator.uZ0dAj4.App\Controller\AdminShippingController::show()".
Inlined service ".service_locator.K6cY841" to ".service_locator.K6cY841.App\Controller\AdminTranslationController::index()".
Inlined service ".service_locator.5tPlxj1" to ".service_locator.5tPlxj1.App\Controller\AdminUserActionsController::index()".
Inlined service ".service_locator.6XD.Lsw" to ".service_locator.6XD.Lsw.App\Controller\AdminUserActionsController::show()".
Inlined service ".service_locator.aRVHGfo" to ".service_locator.aRVHGfo.App\Controller\AdminUserController::new()".
Inlined service ".service_locator.EWAQaZu" to ".service_locator.EWAQaZu.App\Controller\AdminUserController::show()".
Inlined service ".service_locator.IfJZGx2" to ".service_locator.IfJZGx2.App\Controller\AdminUserController::edit()".
Inlined service ".service_locator.64ebTz." to ".service_locator.64ebTz..App\Controller\AdminUserController::delete()".
Inlined service ".service_locator.zQ9ROOX" to ".service_locator.zQ9ROOX.App\Controller\Api\Ads\AdsImpressionController::impressions()".
Inlined service ".service_locator.si6jCBY" to ".service_locator.si6jCBY.App\Controller\Api\CourseDataApiController::getSubCategories()".
Inlined service ".service_locator.vmiT4x8" to ".service_locator.vmiT4x8.App\Controller\Api\CourseDataApiController::getTopics()".
Inlined service ".service_locator.Xcj5_oI" to ".service_locator.Xcj5_oI.App\Controller\FrontendController::home()".
Inlined service ".service_locator.6e5h__d" to ".service_locator.6e5h__d.App\Controller\FrontendController::discover()".
Inlined service ".service_locator.Xvkyj._" to ".service_locator.Xvkyj._.App\Controller\FrontendController::coursesByCategory()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\LoginController::index()".
Inlined service ".service_locator.zfiUMmY" to ".service_locator.zfiUMmY.App\Controller\ProfileController::edit()".
Inlined service ".service_locator.TOTWPYp" to ".service_locator.TOTWPYp.App\Controller\ProfileController::configureTwoFactor()".
Inlined service ".service_locator.0vq7_ox" to ".service_locator.0vq7_ox.App\Controller\ProfileController::displayTotpQrCode()".
Inlined service ".service_locator.CInKBOu" to ".service_locator.CInKBOu.App\Controller\ProfileController::deleteConfirm()".
Inlined service ".service_locator.o11493d" to ".service_locator.o11493d.App\Controller\ProfileController::createCompany()".
Inlined service ".service_locator.cRgHmyy" to ".service_locator.cRgHmyy.App\Controller\ProfileController::editCompany()".
Inlined service ".service_locator.3.3wPUr" to ".service_locator.3.3wPUr.App\Controller\ProfileController::upgradePackage()".
Inlined service ".service_locator.g1ixj21" to ".service_locator.g1ixj21.App\Controller\ProfileController::editCompanyDetails()".
Inlined service ".service_locator.kDiuy0n" to ".service_locator.kDiuy0n.App\Controller\SearchController::index()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "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\IndexCourseHandler" to ".messenger.handler_descriptor.UbKRDun".
Inlined service "App\MessageHandler\ProcessImpressionDebitHandler" to ".messenger.handler_descriptor.ElrMltL".
Inlined service "App\MessageHandler\TrackInteractionHandler" to ".messenger.handler_descriptor.HviTt8r".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
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 "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\DeletedUserVoter" to ".debug.security.voter.App\Security\DeletedUserVoter".
Inlined service "App\Security\MediaVoter" to ".debug.security.voter.App\Security\MediaVoter".
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.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.euaNshl" to ".service_locator.euaNshl.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.7vU95QS" to ".service_locator.7vU95QS.ux.twig_component.cache_warmer".
Inlined service ".service_locator.KeMDz.J" to ".service_locator.KeMDz.J.ux.live_component.event_subscriber".
Inlined service ".service_locator.REa6jgx" to ".service_locator.REa6jgx.ux.live_component.live_url_subscriber".
Inlined service ".service_locator.Pua8nx." to ".service_locator.Pua8nx..ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.xQNzhD7" to ".service_locator.xQNzhD7.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.M6Pf5l9" to ".service_locator.M6Pf5l9.ux.live_component.add_attributes_subscriber".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.UIRcdBR" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.zrg_kAM" to "console.command_loader".
Inlined service ".service_locator.euaNshl.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "fos_elastica.client.default" to "FOS\ElasticaBundle\Elastica\Index $myWayCardCoursesIndex".
Inlined service "fos_elastica.elastica_to_model_transformer.my_way_card_courses" to "FOS\ElasticaBundle\Finder\TransformedFinder $myWayCardCoursesFinder".
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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "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".
4
Tag "rate_limiter" was defined on service(s) "limiter.ads_serve", "limiter.ads_impressions", but was never used.
Tag "container.decorator" was defined on service(s) "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.firewall.authenticator.secured_area", "scheb_two_factor.security.authentication.trust_resolver", "debug.security.event_dispatcher.main", "debug.security.event_dispatcher.secured_area", ".debug.http_client", ".debug.hwi_oauth.http_client", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "bazinga_geocoder.dumper" was defined on service(s) "Geocoder\Dumper\GeoArray", "Geocoder\Dumper\GeoJson", "Geocoder\Dumper\Gpx", "Geocoder\Dumper\Kml", "Geocoder\Dumper\Wkb", "Geocoder\Dumper\Wkt", but was never used.