Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Greendot\ImagePullerClient\DependencyInjection\ImagePullerClientExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\DownloadRequestFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\DownloadRequestFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\EmailFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\EmailFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Fragments\HelpWithSelection" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Greendot\EshopBundle\Security\Voter\OrderVoter::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.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead.
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.symbol AS symbol_2, c0_.rounding AS rounding_3, c0_.is_default AS is_default_4, c0_.default_locale AS default_locale_5, c0_.is_symbol_left AS is_symbol_left_6, c0_.is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_.default_locale = ? LIMIT 1"
(parameters:
[1 => "cs"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.symbol AS symbol_2, c0_.rounding AS rounding_3, c0_.is_default AS is_default_4, c0_.default_locale AS default_locale_5, c0_.is_symbol_left AS is_symbol_left_6, c0_.is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_.default_locale = ? LIMIT 1"
"params" => [1 => "cs"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0 WHERE t0.is_default = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0 WHERE t0.is_default = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.menu_name AS menu_name_2, p0_.description AS description_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.is_active AS is_active_6, p0_.is_visible AS is_visible_7, p0_.sequence AS sequence_8, p0_.javascript AS javascript_9, p0_.text_general AS text_general_10, p0_.state AS state_11, p0_.external_id AS external_id_12, p0_.is_indexable AS is_indexable_13, p0_.meta_description AS meta_description_14, p0_.has_variant_picture AS has_variant_picture_15, p0_.sold_amount AS sold_amount_16, p0_.producer_id AS producer_id_17, p0_.upload_id AS upload_id_18, p0_.product_type_id AS product_type_id_19, p0_.product_view_type_id AS product_view_type_id_20 FROM product p0_ LEFT JOIN category_product c1_ ON p0_.id = c1_.product_id LEFT JOIN p_category p2_ ON c1_.category_id = p2_.id LEFT JOIN p_category_category p3_ ON p2_.id = p3_.category_sub_id WHERE (p0_.is_visible = ? AND (c1_.category_id = ? OR p3_.category_super_id = ?) AND p0_.product_view_type_id IN (?)) AND (p0_.is_active = true) ORDER BY c1_.sequence ASC, p0_.id DESC LIMIT 18"
(parameters:
[1 => 12 => 38283 => 38284 => 2]
, types:
[1 => 52 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.menu_name AS menu_name_2, p0_.description AS description_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.is_active AS is_active_6, p0_.is_visible AS is_visible_7, p0_.sequence AS sequence_8, p0_.javascript AS javascript_9, p0_.text_general AS text_general_10, p0_.state AS state_11, p0_.external_id AS external_id_12, p0_.is_indexable AS is_indexable_13, p0_.meta_description AS meta_description_14, p0_.has_variant_picture AS has_variant_picture_15, p0_.sold_amount AS sold_amount_16, p0_.producer_id AS producer_id_17, p0_.upload_id AS upload_id_18, p0_.product_type_id AS product_type_id_19, p0_.product_view_type_id AS product_view_type_id_20 FROM product p0_ LEFT JOIN category_product c1_ ON p0_.id = c1_.product_id LEFT JOIN p_category p2_ ON c1_.category_id = p2_.id LEFT JOIN p_category_category p3_ ON p2_.id = p3_.category_sub_id WHERE (p0_.is_visible = ? AND (c1_.category_id = ? OR p3_.category_super_id = ?) AND p0_.product_view_type_id IN (?)) AND (p0_.is_active = true) ORDER BY c1_.sequence ASC, p0_.id DESC LIMIT 18"
"params" => [1 => 12 => 38283 => 38284 => 2]
"types" => [1 => 52 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55996]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55996]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.class AS class_4, t0.is_purchasable AS is_purchasable_5, t0.sequence AS sequence_6 FROM availability t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.class AS class_4, t0.is_purchasable AS is_purchasable_5, t0.sequence AS sequence_6 FROM availability t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55996]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55996]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55995]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55995]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.class AS class_4, t0.is_purchasable AS is_purchasable_5, t0.sequence AS sequence_6 FROM availability t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.class AS class_4, t0.is_purchasable AS is_purchasable_5, t0.sequence AS sequence_6 FROM availability t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55995]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55995]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55992]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55992]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55992]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55992]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55981]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55981]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55981]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55981]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55976]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55976]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67557]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67557]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.sequence AS sequence_2, t0.upload_group_id AS upload_group_id_3, t0.product_variant_id AS product_variant_id_4 FROM product_variant_upload_group t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 633]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.sequence AS sequence_2, t0.upload_group_id AS upload_group_id_3, t0.product_variant_id AS product_variant_id_4 FROM product_variant_upload_group t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 633]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55976]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55976]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
(parameters:
[1 => 55979]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.stock AS stock_3, t0.external_id AS external_id_4, t0.avg_restock_days AS avg_restock_days_5, t0.expected_restock_date AS expected_restock_date_6, t0.is_active AS is_active_7, t0.product_id AS product_id_8, t0.availability_id AS availability_id_9, t0.upload_id AS upload_id_10 FROM product_variant t0 WHERE t0.product_id = ? AND ((t0.is_active = true))"
"params" => [1 => 55979]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67573]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67573]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.sequence AS sequence_2, t0.upload_group_id AS upload_group_id_3, t0.product_variant_id AS product_variant_id_4 FROM product_variant_upload_group t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 648]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.sequence AS sequence_2, t0.upload_group_id AS upload_group_id_3, t0.product_variant_id AS product_variant_id_4 FROM product_variant_upload_group t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 648]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.class AS class_3, a0_.is_purchasable AS is_purchasable_4, a0_.sequence AS sequence_5 FROM availability a0_ WHERE a0_.is_purchasable = 1 ORDER BY a0_.sequence DESC LIMIT 1"
]
debug
Executing statement:
"SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
(parameters:
[1 => 55979]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.data AS data_0, p1_.name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_.product_variant_id = p2_.id AND (p2_.is_active = true) LEFT JOIN parameter_group p1_ ON p0_.parameter_group_id = p1_.id WHERE p2_.product_id = ?"
"params" => [1 => 55979]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6842 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 218]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 218]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6842 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6832 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6802 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 216]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 216]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6802 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6552 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 196]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 196]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6552 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6302 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 181]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 181]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6302 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6312 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 182]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 182]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6312 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6322 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6332 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6342 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 183]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 183]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6342 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0"
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6452 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 190]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 190]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6452 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6462 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 191]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 191]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6462 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6472 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6482 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) ORDER BY p0_.minimal_amount ASC LIMIT 1"
"params" => [1 => 6492 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
(parameters:
[1 => 192]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.state AS state_3, t0.delivery_from AS delivery_from_4, t0.delivery_until AS delivery_until_5, t0.purchase_id AS purchase_id_6, t0.product_variant_id AS product_variant_id_7, t0.price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0.price_id = ?"
"params" => [1 => 192]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
[
"sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.vat AS vat_2, p0_.minimal_amount AS minimal_amount_3, p0_.discount AS discount_4, p0_.valid_from AS valid_from_5, p0_.valid_until AS valid_until_6, p0_.created AS created_7, p0_.is_package AS is_package_8, p0_.min_price AS min_price_9, p0_.product_variant_id AS product_variant_id_10, p0_.event_id AS event_id_11 FROM price p0_ WHERE p0_.product_variant_id = ? AND p0_.valid_from <= ? AND (p0_.valid_until >= ? OR p0_.valid_until IS NULL) AND p0_.minimal_amount <= ? ORDER BY p0_.minimal_amount DESC, p0_.price ASC, p0_.discount DESC"
"params" => [1 => 6492 => "2026-04-16 23:26:06"
3 => "2026-04-16 23:26:06"
4 => 1]
"types" => [1 => 12 => 23 => 24 => 1]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 12 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 12 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
(parameters:
[1 => 22 => "2026-04-16 23:26:06"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.valid_from AS valid_from_2, c0_.rate AS rate_3, c0_.currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_.currency_id = ? AND c0_.valid_from <= ? ORDER BY c0_.valid_from DESC LIMIT 1"
"params" => [1 => 22 => "2026-04-16 23:26:06"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.menu_name AS menu_name_2, p0_.description AS description_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.is_active AS is_active_6, p0_.is_visible AS is_visible_7, p0_.sequence AS sequence_8, p0_.javascript AS javascript_9, p0_.text_general AS text_general_10, p0_.state AS state_11, p0_.external_id AS external_id_12, p0_.is_indexable AS is_indexable_13, p0_.meta_description AS meta_description_14, p0_.has_variant_picture AS has_variant_picture_15, p0_.sold_amount AS sold_amount_16 FROM product p0_ LEFT JOIN category_product c1_ ON p0_.id = c1_.product_id LEFT JOIN p_category p2_ ON c1_.category_id = p2_.id LEFT JOIN p_category_category p3_ ON p2_.id = p3_.category_sub_id WHERE (p0_.is_visible = ? AND (c1_.category_id = ? OR p3_.category_super_id = ?) AND p0_.product_view_type_id IN (?)) AND (p0_.is_active = true) ORDER BY c1_.sequence ASC, p0_.id DESC) dctrn_result) dctrn_table"
(parameters:
[1 => 12 => 38283 => 38284 => 2]
, types:
[1 => 52 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.menu_name AS menu_name_2, p0_.description AS description_3, p0_.title AS title_4, p0_.slug AS slug_5, p0_.is_active AS is_active_6, p0_.is_visible AS is_visible_7, p0_.sequence AS sequence_8, p0_.javascript AS javascript_9, p0_.text_general AS text_general_10, p0_.state AS state_11, p0_.external_id AS external_id_12, p0_.is_indexable AS is_indexable_13, p0_.meta_description AS meta_description_14, p0_.has_variant_picture AS has_variant_picture_15, p0_.sold_amount AS sold_amount_16 FROM product p0_ LEFT JOIN category_product c1_ ON p0_.id = c1_.product_id LEFT JOIN p_category p2_ ON c1_.category_id = p2_.id LEFT JOIN p_category_category p3_ ON p2_.id = p3_.category_sub_id WHERE (p0_.is_visible = ? AND (c1_.category_id = ? OR p3_.category_super_id = ?) AND p0_.product_view_type_id IN (?)) AND (p0_.is_active = true) ORDER BY c1_.sequence ASC, p0_.id DESC) dctrn_result) dctrn_table"
"params" => [1 => 12 => 38283 => 38284 => 2]
"types" => [1 => 52 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 684]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 684]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 75]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 75]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 66]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 66]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 67]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 65]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 65]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 60]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 60]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 70]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 70]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_format t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_format t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
(parameters:
[1 => 69]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.unit AS unit_3, t0.class AS class_4, t0.is_filter AS is_filter_5, t0.type_id AS type_id_6, t0.parameter_group_filter_type_id AS parameter_group_filter_type_id_7, t0.parameter_group_format_id AS parameter_group_format_id_8 FROM parameter_group t0 WHERE t0.id = ?"
"params" => [1 => 69]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_format t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_format t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_filter_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM parameter_group_filter_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 684]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 684]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.menu_name AS menu_name_3, t0.title AS title_4, t0.description AS description_5, t0.html AS html_6, t0.is_menu AS is_menu_7, t0.slug AS slug_8, t0.upload_id AS upload_id_9 FROM producer t0 WHERE t0.id = ?"
(parameters:
[1 => 99]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.menu_name AS menu_name_3, t0.title AS title_4, t0.description AS description_5, t0.html AS html_6, t0.is_menu AS is_menu_7, t0.slug AS slug_8, t0.upload_id AS upload_id_9 FROM producer t0 WHERE t0.id = ?"
"params" => [1 => 99]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 186]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 186]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67477]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67477]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55996]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55996]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55996]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55996]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
(parameters:
[1 => 684]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
"params" => [1 => 684]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67168]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67168]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM upload_type t0 WHERE t0.id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM upload_type t0 WHERE t0.id = ?"
"params" => [1 => 3]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 683]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 683]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 683]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 683]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67473]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67473]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55995]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55995]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55995]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55995]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
(parameters:
[1 => 683]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
"params" => [1 => 683]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67300]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67300]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 680]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 680]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 680]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 680]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67468]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67468]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55992]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55992]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55992]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55992]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
(parameters:
[1 => 680]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
"params" => [1 => 680]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67156]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67156]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 655]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 655]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 655]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 655]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
(parameters:
[1 => 67581]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.extension AS extension_3, t0.mime AS mime_4, t0.title AS title_5, t0.short_description AS short_description_6, t0.description AS description_7, t0.created AS created_8, t0.path AS path_9, t0.original_name AS original_name_10, t0.width AS width_11, t0.height AS height_12, t0.sequence AS sequence_13, t0.restriction AS restriction_14, t0.upload_group_id AS upload_group_id_15, t0.upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0.id = ?"
"params" => [1 => 67581]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55981]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55981]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55981]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55981]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
(parameters:
[1 => 655]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?)"
"params" => [1 => 655]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67267]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67267]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 630]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 630]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 630]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 630]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 631]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 631]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#4c4d52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#4c4d52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 631]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 631]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 632]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 632]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 632]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 632]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 633]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 633]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#4c4d52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#4c4d52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 633]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 633]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 634]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 634]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 634]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 634]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55976]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55976]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55976]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55976]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?, ?, ?, ?, ?)"
(parameters:
[1 => 6302 => 6313 => 6324 => 6335 => 634]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?, ?, ?, ?, ?)"
"params" => [1 => 6302 => 6313 => 6324 => 6335 => 634]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67239]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67239]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67241]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67241]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67243]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67243]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 645]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 645]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 645]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 645]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#4c4d52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#4c4d52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 647]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 647]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 647]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 647]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 648]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 648]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#4c4d52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#4c4d52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 648]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 648]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
(parameters:
[1 => 649]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.data AS data_2, t0.sequence AS sequence_3, t0.parameter_group_id AS parameter_group_id_4, t0.category_id AS category_id_5, t0.product_variant_id AS product_variant_id_6, t0.person_id AS person_id_7 FROM parameter t0 WHERE t0.product_variant_id = ?"
"params" => [1 => 649]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
(parameters:
[1 => "#ffffff"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.hex AS hex_3, t0.sequence AS sequence_4, t0.external_id AS external_id_5 FROM colour t0 WHERE t0.hex = ? LIMIT 1"
"params" => [1 => "#ffffff"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
(parameters:
[1 => 649]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.minimal_amount AS minimal_amount_4, t0.discount AS discount_5, t0.valid_from AS valid_from_6, t0.valid_until AS valid_until_7, t0.created AS created_8, t0.is_package AS is_package_9, t0.min_price AS min_price_10, t0.product_variant_id AS product_variant_id_11, t0.event_id AS event_id_12, t13.id AS id_14, t13.amount AS amount_15, t13.state AS state_16, t13.delivery_from AS delivery_from_17, t13.delivery_until AS delivery_until_18, t13.purchase_id AS purchase_id_19, t13.product_variant_id AS product_variant_id_20, t13.price_id AS price_id_21 FROM price t0 LEFT JOIN purchase_product_variant t13 ON t13.price_id = t0.id WHERE t0.product_variant_id = ?"
"params" => [1 => 649]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
(parameters:
[1 => 55979]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sequence AS sequence_5, t0.label_type_id AS label_type_id_6 FROM p_label t0 INNER JOIN product_label ON t0.id = product_label.label_id WHERE product_label.product_id = ?"
"params" => [1 => 55979]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
(parameters:
[1 => 55979]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_variant AS is_variant_2, t0.product_id AS product_id_3, t0.parameter_group_id AS parameter_group_id_4 FROM product_parameter_group t0 WHERE t0.product_id = ?"
"params" => [1 => 55979]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?, ?, ?, ?, ?)"
(parameters:
[1 => 6452 => 6463 => 6474 => 6485 => 649]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.extension AS extension_2, u0_.mime AS mime_3, u0_.title AS title_4, u0_.short_description AS short_description_5, u0_.description AS description_6, u0_.created AS created_7, u0_.path AS path_8, u0_.original_name AS original_name_9, u0_.width AS width_10, u0_.height AS height_11, u0_.sequence AS sequence_12, u0_.restriction AS restriction_13, p1_.id AS id_14, u0_.upload_group_id AS upload_group_id_15, u0_.upload_type_id AS upload_type_id_16 FROM upload u0_ LEFT JOIN upload_group u2_ ON u0_.upload_group_id = u2_.id LEFT JOIN product_variant_upload_group p3_ ON u2_.id = p3_.upload_group_id LEFT JOIN product_variant p1_ ON p3_.product_variant_id = p1_.id AND (p1_.is_active = true) WHERE p3_.product_variant_id IN (?, ?, ?, ?, ?)"
"params" => [1 => 6452 => 6463 => 6474 => 6485 => 649]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67255]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67255]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67257]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67257]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
(parameters:
[1 => 67259]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2 FROM upload_group t0 WHERE t0.id = ?"
"params" => [1 => 67259]
"types" => [1 => 1]
]
deprecation
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Greendot\EshopBundle\Entity\Project\Transportation::$groups) is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1448, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by LogRecord.php:8, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)
"SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.symbol AS symbol_2, c0_.rounding AS rounding_3, c0_.is_default AS is_default_4, c0_.default_locale AS default_locale_5, c0_.is_symbol_left AS is_symbol_left_6, c0_.is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_.default_locale = ? LIMIT 1"
(parameters:
[1 => "en"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.symbol AS symbol_2, c0_.rounding AS rounding_3, c0_.is_default AS is_default_4, c0_.default_locale AS default_locale_5, c0_.is_symbol_left AS is_symbol_left_6, c0_.is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_.default_locale = ? LIMIT 1"
"params" => [1 => "en"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0 WHERE t0.is_default = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.rounding AS rounding_4, t0.is_default AS is_default_5, t0.default_locale AS default_locale_6, t0.is_symbol_left AS is_symbol_left_7, t0.is_deleted AS is_deleted_8 FROM currency t0 WHERE t0.is_default = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 5]
]
Log messages generated during the compilation of the service container.
Messages
Class
1097
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiResource\ParameterCategoryFilter" (parent: .abstract.instanceof.App\ApiResource\ParameterCategoryFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\ApiResource\ParameterCategoryFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiResource\ParameterCategoryFilter).
Resolving inheritance for "App\ApiResource\ParameterCategoryFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\ApiResource\ParameterCategoryFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeeplTranslateCommand" (parent: .abstract.instanceof.App\Command\DeeplTranslateCommand).
Resolving inheritance for ".instanceof.App\Command\DeeplTranslateCommand.0.App\Command\DeeplTranslateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeeplTranslateCommand).
Resolving inheritance for "App\Command\DeeplTranslateCommand" (parent: .instanceof.App\Command\DeeplTranslateCommand.0.App\Command\DeeplTranslateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectProductCategory" (parent: .abstract.instanceof.App\Controller\ConnectProductCategory).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectProductCategory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectProductCategory).
Resolving inheritance for ".instanceof.App\Controller\ConnectProductCategory.0.App\Controller\ConnectProductCategory" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectProductCategory).
Resolving inheritance for "App\Controller\ConnectProductCategory" (parent: .instanceof.App\Controller\ConnectProductCategory.0.App\Controller\ConnectProductCategory).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Decorated\Shop\ClientSectionController" (parent: .abstract.instanceof.App\Controller\Decorated\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Decorated\Shop\ClientSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Decorated\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.App\Controller\Decorated\Shop\ClientSectionController.0.App\Controller\Decorated\Shop\ClientSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Decorated\Shop\ClientSectionController).
Resolving inheritance for "App\Controller\Decorated\Shop\ClientSectionController" (parent: .instanceof.App\Controller\Decorated\Shop\ClientSectionController.0.App\Controller\Decorated\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\CustomApiController" (parent: .abstract.instanceof.App\Controller\Global\CustomApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\CustomApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\CustomApiController).
Resolving inheritance for "App\Controller\Global\CustomApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\CustomApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\FragmentController" (parent: .abstract.instanceof.App\Controller\Global\FragmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\FragmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\FragmentController).
Resolving inheritance for ".instanceof.App\Controller\Global\FragmentController.0.App\Controller\Global\FragmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\FragmentController).
Resolving inheritance for "App\Controller\Global\FragmentController" (parent: .instanceof.App\Controller\Global\FragmentController.0.App\Controller\Global\FragmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\InquiryController" (parent: .abstract.instanceof.App\Controller\Global\InquiryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\InquiryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\InquiryController).
Resolving inheritance for ".instanceof.App\Controller\Global\InquiryController.0.App\Controller\Global\InquiryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\InquiryController).
Resolving inheritance for "App\Controller\Global\InquiryController" (parent: .instanceof.App\Controller\Global\InquiryController.0.App\Controller\Global\InquiryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\MetricsController" (parent: .abstract.instanceof.App\Controller\Global\MetricsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\MetricsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\MetricsController).
Resolving inheritance for ".instanceof.App\Controller\Global\MetricsController.0.App\Controller\Global\MetricsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\MetricsController).
Resolving inheritance for "App\Controller\Global\MetricsController" (parent: .instanceof.App\Controller\Global\MetricsController.0.App\Controller\Global\MetricsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportProducts" (parent: .abstract.instanceof.App\Controller\ImportProducts).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportProducts" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportProducts).
Resolving inheritance for ".instanceof.App\Controller\ImportProducts.0.App\Controller\ImportProducts" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportProducts).
Resolving inheritance for "App\Controller\ImportProducts" (parent: .instanceof.App\Controller\ImportProducts.0.App\Controller\ImportProducts).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DownloadController" (parent: .abstract.instanceof.App\Controller\Shop\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DownloadController).
Resolving inheritance for "App\Controller\Shop\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\FormFragmentController" (parent: .abstract.instanceof.App\Controller\Shop\FormFragmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\FormFragmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\FormFragmentController).
Resolving inheritance for ".instanceof.App\Controller\Shop\FormFragmentController.0.App\Controller\Shop\FormFragmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\FormFragmentController).
Resolving inheritance for "App\Controller\Shop\FormFragmentController" (parent: .instanceof.App\Controller\Shop\FormFragmentController.0.App\Controller\Shop\FormFragmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ProducerController" (parent: .abstract.instanceof.App\Controller\Shop\ProducerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ProducerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ProducerController).
Resolving inheritance for ".instanceof.App\Controller\Shop\ProducerController.0.App\Controller\Shop\ProducerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ProducerController).
Resolving inheritance for "App\Controller\Shop\ProducerController" (parent: .instanceof.App\Controller\Shop\ProducerController.0.App\Controller\Shop\ProducerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadRestrictionController" (parent: .abstract.instanceof.App\Controller\UploadRestrictionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadRestrictionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadRestrictionController).
Resolving inheritance for ".instanceof.App\Controller\UploadRestrictionController.0.App\Controller\UploadRestrictionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadRestrictionController).
Resolving inheritance for "App\Controller\UploadRestrictionController" (parent: .instanceof.App\Controller\UploadRestrictionController.0.App\Controller\UploadRestrictionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\DictionaryController" (parent: .abstract.instanceof.App\Controller\Web\DictionaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\DictionaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\DictionaryController).
Resolving inheritance for ".instanceof.App\Controller\Web\DictionaryController.0.App\Controller\Web\DictionaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\DictionaryController).
Resolving inheritance for "App\Controller\Web\DictionaryController" (parent: .instanceof.App\Controller\Web\DictionaryController.0.App\Controller\Web\DictionaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\MenuController" (parent: .abstract.instanceof.App\Controller\Web\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\MenuController).
Resolving inheritance for "App\Controller\Web\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\PersonController" (parent: .abstract.instanceof.App\Controller\Web\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\PersonController).
Resolving inheritance for ".instanceof.App\Controller\Web\PersonController.0.App\Controller\Web\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\PersonController).
Resolving inheritance for "App\Controller\Web\PersonController" (parent: .instanceof.App\Controller\Web\PersonController.0.App\Controller\Web\PersonController).
Resolving inheritance for ".instanceof.App\EventListener\ProductVariantListener.0.App\EventListener\ProductVariantListener" (parent: .abstract.instanceof.App\EventListener\ProductVariantListener).
Resolving inheritance for "App\EventListener\ProductVariantListener" (parent: .instanceof.App\EventListener\ProductVariantListener.0.App\EventListener\ProductVariantListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ShopMailNotificationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ShopMailNotificationSubscriber).
Resolving inheritance for "App\EventSubscriber\ShopMailNotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ShopMailNotificationSubscriber).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\GoogleFeed\GoogleFeedType" (parent: .abstract.instanceof.App\Export\GoogleFeed\GoogleFeedType).
Resolving inheritance for "App\Export\GoogleFeed\GoogleFeedType" (parent: .instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\GoogleFeed\GoogleFeedType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Heureka\HeurekaFeedType" (parent: .abstract.instanceof.App\Export\Heureka\HeurekaFeedType).
Resolving inheritance for "App\Export\Heureka\HeurekaFeedType" (parent: .instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Heureka\HeurekaFeedType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Seznam\SeznamFeedType" (parent: .abstract.instanceof.App\Export\Seznam\SeznamFeedType).
Resolving inheritance for "App\Export\Seznam\SeznamFeedType" (parent: .instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Seznam\SeznamFeedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DownloadRequestFormType" (parent: .abstract.instanceof.App\Form\DownloadRequestFormType).
Resolving inheritance for "App\Form\DownloadRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DownloadRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailFormType" (parent: .abstract.instanceof.App\Form\EmailFormType).
Resolving inheritance for "App\Form\EmailFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fragments\HelpWithSelection" (parent: .abstract.instanceof.App\Form\Fragments\HelpWithSelection).
Resolving inheritance for "App\Form\Fragments\HelpWithSelection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fragments\HelpWithSelection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\AuditType" (parent: .abstract.instanceof.App\Form\Inquiry\AuditType).
Resolving inheritance for "App\Form\Inquiry\AuditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\AuditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\CompanyType" (parent: .abstract.instanceof.App\Form\Inquiry\CompanyType).
Resolving inheritance for "App\Form\Inquiry\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\DeviceType" (parent: .abstract.instanceof.App\Form\Inquiry\DeviceType).
Resolving inheritance for "App\Form\Inquiry\DeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\DeviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\GenericInquiryType" (parent: .abstract.instanceof.App\Form\Inquiry\GenericInquiryType).
Resolving inheritance for "App\Form\Inquiry\GenericInquiryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\GenericInquiryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\SolutionType" (parent: .abstract.instanceof.App\Form\Inquiry\SolutionType).
Resolving inheritance for "App\Form\Inquiry\SolutionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\SolutionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\TrainingType" (parent: .abstract.instanceof.App\Form\Inquiry\TrainingType).
Resolving inheritance for "App\Form\Inquiry\TrainingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\TrainingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InquiryFormType" (parent: .abstract.instanceof.App\Form\InquiryFormType).
Resolving inheritance for "App\Form\InquiryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InquiryFormType).
Resolving inheritance for ".instanceof.App\MessageHandler\AssistantConsultationClickMessageHandler.0.App\MessageHandler\AssistantConsultationClickMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\AssistantConsultationClickMessageHandler).
Resolving inheritance for "App\MessageHandler\AssistantConsultationClickMessageHandler" (parent: .instanceof.App\MessageHandler\AssistantConsultationClickMessageHandler.0.App\MessageHandler\AssistantConsultationClickMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\ShopMailNotificationMessageHandler.0.App\MessageHandler\ShopMailNotificationMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\ShopMailNotificationMessageHandler).
Resolving inheritance for "App\MessageHandler\ShopMailNotificationMessageHandler" (parent: .instanceof.App\MessageHandler\ShopMailNotificationMessageHandler.0.App\MessageHandler\ShopMailNotificationMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Decoration\SerializationDecorator" (parent: .abstract.instanceof.App\Serializer\Decoration\SerializationDecorator).
Resolving inheritance for "App\Serializer\Decoration\SerializationDecorator" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Decoration\SerializationDecorator).
Resolving inheritance for ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PaymentTypeExtensionNormalizer" (parent: .abstract.instanceof.App\Serializer\PaymentTypeExtensionNormalizer).
Resolving inheritance for "App\Serializer\PaymentTypeExtensionNormalizer" (parent: .instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PaymentTypeExtensionNormalizer).
Resolving inheritance for ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\ProductDecorationNormalizer" (parent: .abstract.instanceof.App\Serializer\ProductDecorationNormalizer).
Resolving inheritance for "App\Serializer\ProductDecorationNormalizer" (parent: .instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\ProductDecorationNormalizer).
Resolving inheritance for ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PurchaseExtensionNormalizer" (parent: .abstract.instanceof.App\Serializer\PurchaseExtensionNormalizer).
Resolving inheritance for "App\Serializer\PurchaseExtensionNormalizer" (parent: .instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PurchaseExtensionNormalizer).
Resolving inheritance for ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\TransportationExtensionNormalizer" (parent: .abstract.instanceof.App\Serializer\TransportationExtensionNormalizer).
Resolving inheritance for "App\Serializer\TransportationExtensionNormalizer" (parent: .instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\TransportationExtensionNormalizer).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\BreadCrumbsProduct" (parent: .abstract.instanceof.App\Service\ShortCodes\BreadCrumbsProduct).
Resolving inheritance for "App\Service\ShortCodes\BreadCrumbsProduct" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\BreadCrumbsProduct).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\CategoryTiles" (parent: .abstract.instanceof.App\Service\ShortCodes\CategoryTiles).
Resolving inheritance for "App\Service\ShortCodes\CategoryTiles" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\CategoryTiles).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\EducationNewsSection" (parent: .abstract.instanceof.App\Service\ShortCodes\EducationNewsSection).
Resolving inheritance for "App\Service\ShortCodes\EducationNewsSection" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\EducationNewsSection).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\HomePageSections" (parent: .abstract.instanceof.App\Service\ShortCodes\HomePageSections).
Resolving inheritance for "App\Service\ShortCodes\HomePageSections" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\HomePageSections).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\InformationBlockType" (parent: .abstract.instanceof.App\Service\ShortCodes\InformationBlockType).
Resolving inheritance for "App\Service\ShortCodes\InformationBlockType" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\InformationBlockType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\JobPositionsList" (parent: .abstract.instanceof.App\Service\ShortCodes\JobPositionsList).
Resolving inheritance for "App\Service\ShortCodes\JobPositionsList" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\JobPositionsList).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\OurTeamSection" (parent: .abstract.instanceof.App\Service\ShortCodes\OurTeamSection).
Resolving inheritance for "App\Service\ShortCodes\OurTeamSection" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\OurTeamSection).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\ReferenceProject" (parent: .abstract.instanceof.App\Service\ShortCodes\ReferenceProject).
Resolving inheritance for "App\Service\ShortCodes\ReferenceProject" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\ReferenceProject).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\SubCategoryTiles" (parent: .abstract.instanceof.App\Service\ShortCodes\SubCategoryTiles).
Resolving inheritance for "App\Service\ShortCodes\SubCategoryTiles" (parent: .instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\SubCategoryTiles).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\AlgoliaController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\AlgoliaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\AlgoliaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\AlgoliaController).
Resolving inheritance for "Greendot\EshopBundle\Controller\AlgoliaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\AlgoliaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\CustomErrorHandlerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController).
Resolving inheritance for "Greendot\EshopBundle\Controller\CustomErrorHandlerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi).
Resolving inheritance for "Greendot\EshopBundle\Controller\DataLayer\DataLayerApi" (parent: .instanceof.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Export\DefaultExportController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Export\DefaultExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Export\DefaultExportController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Export\DefaultExportController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Export\DefaultExportController" (parent: .instanceof.Greendot\EshopBundle\Controller\Export\DefaultExportController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\FragmentController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\FragmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\FragmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\FragmentController).
Resolving inheritance for "Greendot\EshopBundle\Controller\FragmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\FragmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\MasterController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\MasterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\MasterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\MasterController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\MasterController.0.Greendot\EshopBundle\Controller\MasterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\MasterController).
Resolving inheritance for "Greendot\EshopBundle\Controller\MasterController" (parent: .instanceof.Greendot\EshopBundle\Controller\MasterController.0.Greendot\EshopBundle\Controller\MasterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\OAuthController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\OAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\OAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\OAuthController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\OAuthController.0.Greendot\EshopBundle\Controller\OAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\OAuthController).
Resolving inheritance for "Greendot\EshopBundle\Controller\OAuthController" (parent: .instanceof.Greendot\EshopBundle\Controller\OAuthController.0.Greendot\EshopBundle\Controller\OAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\ResetPasswordController.0.Greendot\EshopBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\ResetPasswordController).
Resolving inheritance for "Greendot\EshopBundle\Controller\ResetPasswordController" (parent: .instanceof.Greendot\EshopBundle\Controller\ResetPasswordController.0.Greendot\EshopBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AdviceController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\AdviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AdviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AdviceController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\AdviceController.0.Greendot\EshopBundle\Controller\Shop\AdviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AdviceController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\AdviceController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\AdviceController.0.Greendot\EshopBundle\Controller\Shop\AdviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AresController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\AresController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AresController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\AresController.0.Greendot\EshopBundle\Controller\Shop\AresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AresController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\AresController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\AresController.0.Greendot\EshopBundle\Controller\Shop\AresController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\CategoryController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\CategoryController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\CategoryController.0.Greendot\EshopBundle\Controller\Shop\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\CategoryController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\CategoryController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\CategoryController.0.Greendot\EshopBundle\Controller\Shop\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\ClientSectionController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\ClientSectionController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\ClientSectionController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\DiscountsController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\DiscountsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\DiscountsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\DiscountsController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\DiscountsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\DiscountsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\LoginController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\LoginController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\MenuController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\MenuController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ProductController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ProductController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\ProductController.0.Greendot\EshopBundle\Controller\Shop\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ProductController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\ProductController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\ProductController.0.Greendot\EshopBundle\Controller\Shop\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\PurchaseController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\PurchaseController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\PurchaseController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\PurchaseController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\PurchaseController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\RegistrationController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\RegistrationController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\RegistrationController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\RegistrationController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\RegistrationController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\ScheduledTasksController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\SupplierController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\SupplierController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ViesController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ViesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ViesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ViesController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Shop\ViesController.0.Greendot\EshopBundle\Controller\Shop\ViesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ViesController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Shop\ViesController" (parent: .instanceof.Greendot\EshopBundle\Controller\Shop\ViesController.0.Greendot\EshopBundle\Controller\Shop\ViesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleController.0.Greendot\EshopBundle\Controller\Simple\SimpleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Simple\SimpleController" (parent: .instanceof.Greendot\EshopBundle\Controller\Simple\SimpleController.0.Greendot\EshopBundle\Controller\Simple\SimpleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController" (parent: .instanceof.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController" (parent: .instanceof.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" (parent: .instanceof.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Simple\SimpleVoucherController" (parent: .instanceof.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\SitemapController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\SitemapController.0.Greendot\EshopBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\SitemapController).
Resolving inheritance for "Greendot\EshopBundle\Controller\SitemapController" (parent: .instanceof.Greendot\EshopBundle\Controller\SitemapController.0.Greendot\EshopBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TemplateController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\TemplateController.0.Greendot\EshopBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TemplateController).
Resolving inheritance for "Greendot\EshopBundle\Controller\TemplateController" (parent: .instanceof.Greendot\EshopBundle\Controller\TemplateController.0.Greendot\EshopBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TestController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\TestController.0.Greendot\EshopBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TestController).
Resolving inheritance for "Greendot\EshopBundle\Controller\TestController" (parent: .instanceof.Greendot\EshopBundle\Controller\TestController.0.Greendot\EshopBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TranslationController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TranslationController).
Resolving inheritance for "Greendot\EshopBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\ApplicationPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\ApplicationPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\BlogController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\BlogController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Web\BlogController.0.Greendot\EshopBundle\Controller\Web\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\BlogController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\BlogController" (parent: .instanceof.Greendot\EshopBundle\Controller\Web\BlogController.0.Greendot\EshopBundle\Controller\Web\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\GeneralPageController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\GeneralPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\GeneralPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\GeneralPageController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\GeneralPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\GeneralPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\HomepageController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\HomepageController).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Controller\Web\HomepageController.0.Greendot\EshopBundle\Controller\Web\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\HomepageController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\HomepageController" (parent: .instanceof.Greendot\EshopBundle\Controller\Web\HomepageController.0.Greendot\EshopBundle\Controller\Web\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\IndustryPageController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\IndustryPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\IndustryPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\IndustryPageController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\IndustryPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\IndustryPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\MenuController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\MenuController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\PageController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\Web\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\PageController).
Resolving inheritance for "Greendot\EshopBundle\Controller\Web\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\XmlFeedController" (parent: .abstract.instanceof.Greendot\EshopBundle\Controller\XmlFeedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\XmlFeedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\XmlFeedController).
Resolving inheritance for "Greendot\EshopBundle\Controller\XmlFeedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\XmlFeedController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SyncBundleCommand" (parent: .abstract.instanceof.Greendot\EshopBundle\Command\SyncBundleCommand).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Command\SyncBundleCommand.0.Greendot\EshopBundle\Command\SyncBundleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SyncBundleCommand).
Resolving inheritance for "Greendot\EshopBundle\Command\SyncBundleCommand" (parent: .instanceof.Greendot\EshopBundle\Command\SyncBundleCommand.0.Greendot\EshopBundle\Command\SyncBundleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\PaymentGateway\PaymentGatewayInterface.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay" (parent: .instanceof.Greendot\EshopBundle\Service\PaymentGateway\PaymentGatewayInterface.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay).
Resolving inheritance for "Greendot\EshopBundle\Service\PaymentGateway\GPWebpay" (parent: .instanceof.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
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 "workflow.blog_publishing" (parent: workflow.abstract).
Resolving inheritance for "workflow.blog_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "workflow.product_publishing" (parent: workflow.abstract).
Resolving inheritance for "workflow.product_publishing" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.purchase_flow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.purchase_flow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.voucher_flow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.voucher_flow" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.variant_purchase_flow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.variant_purchase_flow" (parent: workflow.marking_store.method).
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 "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.export" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.user_provider_by_mail" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.user_provider_by_id" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.dev" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.dev" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.dev" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.dev" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.dev" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.simple_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.simple_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.simple_api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.simple_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.simple_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.simple_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.simple_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.simple_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.main" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.main" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.main" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.main.login_link" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.login_link" (parent: Greendot\EshopBundle\Security\LoginLinkSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.login_link" (parent: security.authentication.failure_handler).
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.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\BoundingBoxFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\BoundingBoxFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\MultipleFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\MultipleFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\MultipleFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\MultipleFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\MultipleFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\MultipleFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ParameterCategoryFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ParameterDiscountFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterGroupValues).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ParameterGroupValues" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ParameterSupplierFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProducerSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProducerSearchFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductAvailability" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductAvailability).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductAvailability" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductAvailability).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductAvailability" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductAvailability).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductFilterByDiscount" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFilterByReviews).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductFilterByReviews" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductLabel" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductLabel).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductLabel" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductLabel).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductLabel" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductLabel).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductParameterSearch).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductParameterSearch" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductPriceSortFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductReviews" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductReviews).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductReviews" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductReviews).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductReviews" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductReviews).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductSearchFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductUploads" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductUploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductUploads).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductUploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductVariantFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductVariantFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductVariantUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductVariantUploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PurchaseSession" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\PurchaseSession).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PurchaseSession" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PurchaseSession).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\PurchaseSession" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PurchaseSession).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter" (parent: .abstract.instanceof.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter).
Resolving inheritance for "Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\ImportBranchesCommand" (parent: .abstract.instanceof.Greendot\EshopBundle\Command\ImportBranchesCommand).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Command\ImportBranchesCommand.0.Greendot\EshopBundle\Command\ImportBranchesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\ImportBranchesCommand).
Resolving inheritance for "Greendot\EshopBundle\Command\ImportBranchesCommand" (parent: .instanceof.Greendot\EshopBundle\Command\ImportBranchesCommand.0.Greendot\EshopBundle\Command\ImportBranchesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\MakeShortCode" (parent: .abstract.instanceof.Greendot\EshopBundle\Command\MakeShortCode).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Command\MakeShortCode.0.Greendot\EshopBundle\Command\MakeShortCode" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\MakeShortCode).
Resolving inheritance for "Greendot\EshopBundle\Command\MakeShortCode" (parent: .instanceof.Greendot\EshopBundle\Command\MakeShortCode.0.Greendot\EshopBundle\Command\MakeShortCode).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SaveBranchesCommand" (parent: .abstract.instanceof.Greendot\EshopBundle\Command\SaveBranchesCommand).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Command\SaveBranchesCommand.0.Greendot\EshopBundle\Command\SaveBranchesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SaveBranchesCommand).
Resolving inheritance for "Greendot\EshopBundle\Command\SaveBranchesCommand" (parent: .instanceof.Greendot\EshopBundle\Command\SaveBranchesCommand.0.Greendot\EshopBundle\Command\SaveBranchesCommand).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener.0.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener).
Resolving inheritance for "Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener" (parent: .instanceof.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener.0.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension" (parent: .abstract.instanceof.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension).
Resolving inheritance for "Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener.0.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener.0.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\BeforeControllerListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\BeforeControllerListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\BeforeControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\BeforeControllerListener).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\CartModifiedListener.0.Greendot\EshopBundle\EventSubscriber\CartModifiedListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\CartModifiedListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\CartModifiedListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\CartModifiedListener.0.Greendot\EshopBundle\EventSubscriber\CartModifiedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\LoginSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\LoginSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\LoginSubscriber).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener.0.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener.0.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\PriceEventListener.0.Greendot\EshopBundle\EventSubscriber\PriceEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PriceEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\PriceEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\PriceEventListener.0.Greendot\EshopBundle\EventSubscriber\PriceEventListener).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\ProductEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\ProductEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\ProductEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\ProductEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductEventListener).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener.0.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\PurchaseEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener.0.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\EventSubscriber\TransportationEventListener.0.Greendot\EshopBundle\EventSubscriber\TransportationEventListener" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\TransportationEventListener).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\TransportationEventListener" (parent: .instanceof.Greendot\EshopBundle\EventSubscriber\TransportationEventListener.0.Greendot\EshopBundle\EventSubscriber\TransportationEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber" (parent: .abstract.instanceof.Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber).
Resolving inheritance for "Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.Greendot\EshopBundle\Export\Type\GoogleProductsFeedType" (parent: .abstract.instanceof.Greendot\EshopBundle\Export\Type\GoogleProductsFeedType).
Resolving inheritance for "Greendot\EshopBundle\Export\Type\GoogleProductsFeedType" (parent: .instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.Greendot\EshopBundle\Export\Type\GoogleProductsFeedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ChangePasswordFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ChangePasswordFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientAddressFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ClientAddressFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ClientAddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientAddressFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientChangePasswordFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ClientChangePasswordFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ClientChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ClientFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ClientFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientMailQuestion" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ClientMailQuestion).
Resolving inheritance for "Greendot\EshopBundle\Form\ClientMailQuestion" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientMailQuestion).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ContactFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ContactFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToBdlType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\InquiryToBdlType).
Resolving inheritance for "Greendot\EshopBundle\Form\InquiryToBdlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToBdlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToFileType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\InquiryToFileType).
Resolving inheritance for "Greendot\EshopBundle\Form\InquiryToFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToMailType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\InquiryToMailType).
Resolving inheritance for "Greendot\EshopBundle\Form\InquiryToMailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToMailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToXLSType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\InquiryToXLSType).
Resolving inheritance for "Greendot\EshopBundle\Form\InquiryToXLSType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToXLSType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\LoginFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\LoginFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\LoginFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\LoginFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\RegistrationFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\RegistrationFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Greendot\EshopBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for "Greendot\EshopBundle\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver" (parent: .abstract.instanceof.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver).
Resolving inheritance for "Greendot\EshopBundle\I18n\TranslatedEntityValueResolver" (parent: .instanceof.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\Logging\DoctrineDbalHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler" (parent: .instanceof.Monolog\ResettableInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler).
Resolving inheritance for "Greendot\EshopBundle\Logging\DoctrineDbalHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Logging\LoggingMailer.0.Greendot\EshopBundle\Logging\LoggingMailer" (parent: .abstract.instanceof.Greendot\EshopBundle\Logging\LoggingMailer).
Resolving inheritance for "Greendot\EshopBundle\Logging\LoggingMailer" (parent: .instanceof.Greendot\EshopBundle\Logging\LoggingMailer.0.Greendot\EshopBundle\Logging\LoggingMailer).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Logging\UserContextProcessor.0.Greendot\EshopBundle\Logging\UserContextProcessor" (parent: .abstract.instanceof.Greendot\EshopBundle\Logging\UserContextProcessor).
Resolving inheritance for "Greendot\EshopBundle\Logging\UserContextProcessor" (parent: .instanceof.Greendot\EshopBundle\Logging\UserContextProcessor.0.Greendot\EshopBundle\Logging\UserContextProcessor).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler.0.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler.0.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler).
Resolving inheritance for "Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler" (parent: .instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer" (parent: .abstract.instanceof.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer).
Resolving inheritance for "Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ExternalIdsRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\ExternalIdsRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\ExternalIdsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ExternalIdsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AddressRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\AddressRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AvailabilityRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\AvailabilityRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\AvailabilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AvailabilityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\BranchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\BranchTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryEventRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryEventRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryFileRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryFileRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryPersonRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryPersonRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryProductRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryProductRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientDiscountRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ClientDiscountRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ClientDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ClientRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ColourRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ColourRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ColourRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ColourRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CommentRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CommentRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConsentRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ConsentRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ConsentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConsentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConversionRateRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ConversionRateRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ConversionRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConversionRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CountryRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CountryRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CurrencyRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\CurrencyRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\CurrencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CurrencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\DownloadRequestRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\DownloadRequestRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\DownloadRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\DownloadRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\EventTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ExportRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ExportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportStatusRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ExportStatusRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ExportStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\FileRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\FileRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\FileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\HandlingPriceRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\HandlingPriceRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\HandlingPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\HandlingPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\InformationBlockRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\InformationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\LabelRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\LabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\LabelTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\LabelTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MenuTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\MenuTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\MenuTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MenuTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MessageRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\MessageRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\OpenTimeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\OpenTimeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\OpenTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\OpenTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ParameterGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentActionRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentActionRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PaymentActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PaymentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PriceRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PriceRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProducerRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProducerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductPersonRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductPersonRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductProductRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductVariantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseEventRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseEventRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PurchaseEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\PurchaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReservedTimeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReservedTimeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ReservedTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReservedTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewPointsRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReviewPointsRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ReviewPointsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewPointsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReviewRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SettingsRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\SettingsRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\SettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationActionRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationActionRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\TransportationActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationEventRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationEventRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\TransportationEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\TransportationGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\TransportationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadGroupRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadGroupRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\UploadGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\UploadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadTypeRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadTypeRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\UploadTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VideoRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\VideoRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VideoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VoucherRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\VoucherRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\VoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VoucherRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\WatchdogRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\Project\WatchdogRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\Project\WatchdogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\WatchdogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\PurchaseTrackingRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\PurchaseTrackingRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\PurchaseTrackingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\PurchaseTrackingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.Greendot\EshopBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "Greendot\EshopBundle\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Greendot\EshopBundle\Security\Voter\OrderVoter" (parent: .abstract.instanceof.Greendot\EshopBundle\Security\Voter\OrderVoter).
Resolving inheritance for "Greendot\EshopBundle\Security\Voter\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Greendot\EshopBundle\Security\Voter\OrderVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Greendot\EshopBundle\Service\CurrencyManager" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\CurrencyManager).
Resolving inheritance for "Greendot\EshopBundle\Service\CurrencyManager" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Greendot\EshopBundle\Service\CurrencyManager).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\DownloadRequests\DownloadRequestHandlerInterface.0.Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler).
Resolving inheritance for "Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler" (parent: .instanceof.Greendot\EshopBundle\Service\DownloadRequests\DownloadRequestHandlerInterface.0.Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter).
Resolving inheritance for "Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter" (parent: .instanceof.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch.0.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch).
Resolving inheritance for "Greendot\EshopBundle\Service\Imports\Branch\ManageBranch" (parent: .instanceof.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch.0.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter).
Resolving inheritance for "Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter" (parent: .instanceof.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Parcel\CzechPostParcel).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Parcel\CzechPostParcel.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel" (parent: .instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel).
Resolving inheritance for "Greendot\EshopBundle\Service\Parcel\CzechPostParcel" (parent: .instanceof.Greendot\EshopBundle\Service\Parcel\CzechPostParcel.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Parcel\PacketeryParcel).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Parcel\PacketeryParcel.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel" (parent: .instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel).
Resolving inheritance for "Greendot\EshopBundle\Service\Parcel\PacketeryParcel" (parent: .instanceof.Greendot\EshopBundle\Service\Parcel\PacketeryParcel.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\CategorySitemap" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Sitemaps\CategorySitemap).
Resolving inheritance for "Greendot\EshopBundle\Service\Sitemaps\CategorySitemap" (parent: .instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\CategorySitemap).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\ProductSitemap" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Sitemaps\ProductSitemap).
Resolving inheritance for "Greendot\EshopBundle\Service\Sitemaps\ProductSitemap" (parent: .instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\ProductSitemap).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Service\Vies\ManageVies.0.Greendot\EshopBundle\Service\Vies\ManageVies" (parent: .abstract.instanceof.Greendot\EshopBundle\Service\Vies\ManageVies).
Resolving inheritance for "Greendot\EshopBundle\Service\Vies\ManageVies" (parent: .instanceof.Greendot\EshopBundle\Service\Vies\ManageVies.0.Greendot\EshopBundle\Service\Vies\ManageVies).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory.0.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory" (parent: .abstract.instanceof.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory).
Resolving inheritance for "Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory" (parent: .instanceof.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory.0.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Sms\ManageSms.0.Greendot\EshopBundle\Sms\ManageSms" (parent: .abstract.instanceof.Greendot\EshopBundle\Sms\ManageSms).
Resolving inheritance for "Greendot\EshopBundle\Sms\ManageSms" (parent: .instanceof.Greendot\EshopBundle\Sms\ManageSms.0.Greendot\EshopBundle\Sms\ManageSms).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\CartStateProcessor" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProcessor\CartStateProcessor).
Resolving inheritance for "Greendot\EshopBundle\StateProcessor\CartStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\CartStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor).
Resolving inheritance for "Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor).
Resolving inheritance for "Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor" (parent: .instanceof.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ClientStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\ClientStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\ClientStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ClientStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductItemStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductItemStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\ProductItemStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductItemStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\ProductStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\PurchaseStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider" (parent: .abstract.instanceof.Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider).
Resolving inheritance for "Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\AppExtension" (parent: .abstract.instanceof.Greendot\EshopBundle\Twig\AppExtension).
Resolving inheritance for "Greendot\EshopBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Twig\GoogleTagManagerExtension.0.Greendot\EshopBundle\Twig\GoogleTagManagerExtension" (parent: .abstract.instanceof.Greendot\EshopBundle\Twig\GoogleTagManagerExtension).
Resolving inheritance for "Greendot\EshopBundle\Twig\GoogleTagManagerExtension" (parent: .instanceof.Greendot\EshopBundle\Twig\GoogleTagManagerExtension.0.Greendot\EshopBundle\Twig\GoogleTagManagerExtension).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Twig\ShortCodeExtension.0.Greendot\EshopBundle\Twig\ShortCodeExtension" (parent: .abstract.instanceof.Greendot\EshopBundle\Twig\ShortCodeExtension).
Resolving inheritance for "Greendot\EshopBundle\Twig\ShortCodeExtension" (parent: .instanceof.Greendot\EshopBundle\Twig\ShortCodeExtension.0.Greendot\EshopBundle\Twig\ShortCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\WorkflowExtension" (parent: .abstract.instanceof.Greendot\EshopBundle\Twig\WorkflowExtension).
Resolving inheritance for "Greendot\EshopBundle\Twig\WorkflowExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\WorkflowExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator).
Resolving inheritance for "Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator).
Resolving inheritance for "Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator).
Resolving inheritance for "Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator).
Resolving inheritance for "Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\ImagePullerClient\Controller\Api" (parent: .abstract.instanceof.Greendot\ImagePullerClient\Controller\Api).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\ImagePullerClient\Controller\Api" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\ImagePullerClient\Controller\Api).
Resolving inheritance for "Greendot\ImagePullerClient\Controller\Api" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\ImagePullerClient\Controller\Api).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_branch_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_branch_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_category_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_category_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_client_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_comment_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_comment_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_comment_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_event_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_label_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_person_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_api_platform_doctrine_orm_filter_range_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\RangeFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_purchase_discussion_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_reserved_time_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_transportation_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads" (parent: .abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads).
Resolving inheritance for "annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CategoryType" (parent: .abstract.instanceof.App\Enum\CategoryType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\InformationBlockType" (parent: .abstract.instanceof.App\Enum\InformationBlockType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\InquiryObjectType" (parent: .abstract.instanceof.App\Enum\InquiryObjectType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\MenuTypeEnum" (parent: .abstract.instanceof.App\Enum\MenuTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ParameterGroupTypeEnum" (parent: .abstract.instanceof.App\Enum\ParameterGroupTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ProductViewTypeEnum" (parent: .abstract.instanceof.App\Enum\ProductViewTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\UploadType" (parent: .abstract.instanceof.App\Enum\UploadType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Attribute\CustomApiEndpoint.0.Greendot\EshopBundle\Attribute\CustomApiEndpoint" (parent: .abstract.instanceof.Greendot\EshopBundle\Attribute\CustomApiEndpoint).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Attribute\DisableListeners.0.Greendot\EshopBundle\Attribute\DisableListeners" (parent: .abstract.instanceof.Greendot\EshopBundle\Attribute\DisableListeners).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Attribute\TranslatableRoute.0.Greendot\EshopBundle\Attribute\TranslatableRoute" (parent: .abstract.instanceof.Greendot\EshopBundle\Attribute\TranslatableRoute).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\ExternalIds.0.Greendot\EshopBundle\Entity\ExternalIds" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\ExternalIds).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Availability.0.Greendot\EshopBundle\Entity\Project\Availability" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Availability).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Branch.0.Greendot\EshopBundle\Entity\Project\Branch" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Branch).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\BranchOpeningHours.0.Greendot\EshopBundle\Entity\Project\BranchOpeningHours" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\BranchOpeningHours).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\BranchType.0.Greendot\EshopBundle\Entity\Project\BranchType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\BranchType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Category.0.Greendot\EshopBundle\Entity\Project\Category" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Category).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryCategory.0.Greendot\EshopBundle\Entity\Project\CategoryCategory" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryCategory).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryEvent.0.Greendot\EshopBundle\Entity\Project\CategoryEvent" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryEvent).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryFile.0.Greendot\EshopBundle\Entity\Project\CategoryFile" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryFile).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock.0.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryMenuType.0.Greendot\EshopBundle\Entity\Project\CategoryMenuType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryMenuType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup.0.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryPerson.0.Greendot\EshopBundle\Entity\Project\CategoryPerson" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryPerson).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryProduct.0.Greendot\EshopBundle\Entity\Project\CategoryProduct" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryProduct).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryType.0.Greendot\EshopBundle\Entity\Project\CategoryType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup.0.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Client.0.Greendot\EshopBundle\Entity\Project\Client" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Client).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ClientAddress.0.Greendot\EshopBundle\Entity\Project\ClientAddress" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ClientAddress).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ClientDiscount.0.Greendot\EshopBundle\Entity\Project\ClientDiscount" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ClientDiscount).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Colour.0.Greendot\EshopBundle\Entity\Project\Colour" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Colour).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Comment.0.Greendot\EshopBundle\Entity\Project\Comment" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Comment).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Consent.0.Greendot\EshopBundle\Entity\Project\Consent" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Consent).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ContactMessage.0.Greendot\EshopBundle\Entity\Project\ContactMessage" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ContactMessage).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ConversionRate.0.Greendot\EshopBundle\Entity\Project\ConversionRate" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ConversionRate).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Country.0.Greendot\EshopBundle\Entity\Project\Country" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Country).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Currency.0.Greendot\EshopBundle\Entity\Project\Currency" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Currency).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\DownloadRequest.0.Greendot\EshopBundle\Entity\Project\DownloadRequest" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\DownloadRequest).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Event.0.Greendot\EshopBundle\Entity\Project\Event" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Event).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\EventInformationBlock.0.Greendot\EshopBundle\Entity\Project\EventInformationBlock" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventInformationBlock).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\EventType.0.Greendot\EshopBundle\Entity\Project\EventType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\EventUploadGroup.0.Greendot\EshopBundle\Entity\Project\EventUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Export.0.Greendot\EshopBundle\Entity\Project\Export" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Export).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ExportStatus.0.Greendot\EshopBundle\Entity\Project\ExportStatus" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ExportStatus).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\File.0.Greendot\EshopBundle\Entity\Project\File" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\File).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\HandlingPrice.0.Greendot\EshopBundle\Entity\Project\HandlingPrice" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\HandlingPrice).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\InformationBlock.0.Greendot\EshopBundle\Entity\Project\InformationBlock" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\InformationBlock).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\InformationBlockType.0.Greendot\EshopBundle\Entity\Project\InformationBlockType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\InformationBlockType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Label.0.Greendot\EshopBundle\Entity\Project\Label" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Label).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\LabelType.0.Greendot\EshopBundle\Entity\Project\LabelType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\LabelType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Log.0.Greendot\EshopBundle\Entity\Project\Log" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Log).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\LogEntry.0.Greendot\EshopBundle\Entity\Project\LogEntry" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\LogEntry).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\LogRecord.0.Greendot\EshopBundle\Entity\Project\LogRecord" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\LogRecord).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\MenuType.0.Greendot\EshopBundle\Entity\Project\MenuType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\MenuType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\OpenTime.0.Greendot\EshopBundle\Entity\Project\OpenTime" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\OpenTime).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Parameter.0.Greendot\EshopBundle\Entity\Project\Parameter" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Parameter).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroup.0.Greendot\EshopBundle\Entity\Project\ParameterGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType.0.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat.0.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupType.0.Greendot\EshopBundle\Entity\Project\ParameterGroupType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Payment.0.Greendot\EshopBundle\Entity\Project\Payment" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Payment).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PaymentAction.0.Greendot\EshopBundle\Entity\Project\PaymentAction" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PaymentAction).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PaymentType.0.Greendot\EshopBundle\Entity\Project\PaymentType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PaymentType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Person.0.Greendot\EshopBundle\Entity\Project\Person" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Person).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PersonInformationBlock.0.Greendot\EshopBundle\Entity\Project\PersonInformationBlock" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PersonInformationBlock).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PersonUploadGroup.0.Greendot\EshopBundle\Entity\Project\PersonUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PersonUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Price.0.Greendot\EshopBundle\Entity\Project\Price" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Price).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Producer.0.Greendot\EshopBundle\Entity\Project\Producer" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Producer).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Product.0.Greendot\EshopBundle\Entity\Project\Product" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Product).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductInformationBlock.0.Greendot\EshopBundle\Entity\Project\ProductInformationBlock" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductInformationBlock).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductParameterGroup.0.Greendot\EshopBundle\Entity\Project\ProductParameterGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductParameterGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductPerson.0.Greendot\EshopBundle\Entity\Project\ProductPerson" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductPerson).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductProduct.0.Greendot\EshopBundle\Entity\Project\ProductProduct" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductProduct).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductProductType.0.Greendot\EshopBundle\Entity\Project\ProductProductType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductProductType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductType.0.Greendot\EshopBundle\Entity\Project\ProductType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProductUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductVariant.0.Greendot\EshopBundle\Entity\Project\ProductVariant" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductVariant).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ProductViewType.0.Greendot\EshopBundle\Entity\Project\ProductViewType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductViewType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Purchase.0.Greendot\EshopBundle\Entity\Project\Purchase" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Purchase).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseAddress.0.Greendot\EshopBundle\Entity\Project\PurchaseAddress" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseAddress).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion.0.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseEvent.0.Greendot\EshopBundle\Entity\Project\PurchaseEvent" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseEvent).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant.0.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ReservedTime.0.Greendot\EshopBundle\Entity\Project\ReservedTime" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ReservedTime).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Review.0.Greendot\EshopBundle\Entity\Project\Review" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Review).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\ReviewPoints.0.Greendot\EshopBundle\Entity\Project\ReviewPoints" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\ReviewPoints).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Settings.0.Greendot\EshopBundle\Entity\Project\Settings" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Settings).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\SubMenuType.0.Greendot\EshopBundle\Entity\Project\SubMenuType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\SubMenuType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Transportation.0.Greendot\EshopBundle\Entity\Project\Transportation" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Transportation).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\TransportationEvent.0.Greendot\EshopBundle\Entity\Project\TransportationEvent" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\TransportationEvent).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\TransportationGroup.0.Greendot\EshopBundle\Entity\Project\TransportationGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\TransportationGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Upload.0.Greendot\EshopBundle\Entity\Project\Upload" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Upload).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\UploadGroup.0.Greendot\EshopBundle\Entity\Project\UploadGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\UploadGroup).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\UploadType.0.Greendot\EshopBundle\Entity\Project\UploadType" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\UploadType).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Video.0.Greendot\EshopBundle\Entity\Project\Video" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Video).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Voucher.0.Greendot\EshopBundle\Entity\Project\Voucher" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Voucher).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\Project\Watchdog.0.Greendot\EshopBundle\Entity\Project\Watchdog" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\Project\Watchdog).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\PurchaseTracking.0.Greendot\EshopBundle\Entity\PurchaseTracking" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\PurchaseTracking).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Entity\ResetPasswordRequest.0.Greendot\EshopBundle\Entity\ResetPasswordRequest" (parent: .abstract.instanceof.Greendot\EshopBundle\Entity\ResetPasswordRequest).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\CategoryTypeEnum" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\CategoryTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountAmountType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\DiscountAmountType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountCalculationType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\DiscountCalculationType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\DiscountType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DownloadRestriction" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\DownloadRestriction).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\LogType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\LogType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ParcelDeliveryState" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\ParcelDeliveryState).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\PaymentTechnicalAction" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\PaymentTechnicalAction).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\PaymentTypeActionGroup" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\PaymentTypeActionGroup).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ProductTypeEnum" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\ProductTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ReservedCategoryIds" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\ReservedCategoryIds).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\TransportationAPI" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\TransportationAPI).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\TransportationAction" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\TransportationAction).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\UploadGroupTypeEnum" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\UploadGroupTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\VatCalculationType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\VatCalculationType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\VoucherCalculationType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\VoucherCalculationType).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\Watchdog\WatchdogState" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\Watchdog\WatchdogState).
Resolving inheritance for ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\Watchdog\WatchdogType" (parent: .abstract.instanceof.Greendot\EshopBundle\Enum\Watchdog\WatchdogType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase" (parent: .abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase).
Resolving inheritance for ".instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase).
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_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_filter" (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.gateway.gpw" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.workflow" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.notification.email" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.watchdog.available" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.branch_import" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api.parcel.czech_post" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api.parcel.packetery" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api.vies" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.notification.sms" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.purchase.checkout" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
69
Skipping service "Algolia\AlgoliaSearch\SearchClient": Class or interface "Algolia\AlgoliaSearch\SearchClient" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\AppFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\AppFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\AvailabilityFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\AvailabilityFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\BranchTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\BranchTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\CategoryFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\CategoryFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\CategoryTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\CategoryTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ClientFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ClientFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ColourFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ColourFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\CurrencyFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\CurrencyFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\InformationBlockFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\InformationBlockFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\InformationBlockTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\InformationBlockTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\MenuTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\MenuTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ParameterFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ParameterFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ParameterGroupFilterTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ParameterGroupFilterTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ParameterGroupFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ParameterGroupFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ParameterGroupTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ParameterGroupTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PaymentActionFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PaymentActionFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PaymentFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PaymentFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PaymentTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PaymentTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PersonFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PersonFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PriceFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PriceFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ProducerFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ProducerFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ProductFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ProductFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ProductTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ProductTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ProductVariantFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ProductVariantFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PurchaseFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PurchaseFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\PurchaseProductVariantFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\PurchaseProductVariantFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\ReviewFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\ReviewFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\SubMenuTypeFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\SubMenuTypeFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\TransportationFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\TransportationFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\UploadFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\UploadFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\DataFixtures\UploadGroupFixtures": Class or interface "Greendot\EshopBundle\DataFixtures\UploadGroupFixtures" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\AvailabilityFactory": Class or interface "Greendot\EshopBundle\Factory\Project\AvailabilityFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryCategoryFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryCategoryFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryInformationBlockFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryInformationBlockFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryPersonFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryPersonFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryProductFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryProductFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryTypeFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryTypeFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\CategoryUploadGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\CategoryUploadGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ClientAddressFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ClientAddressFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ClientFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ClientFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\InformationBlockFactory": Class or interface "Greendot\EshopBundle\Factory\Project\InformationBlockFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\InformationBlockTypeFactory": Class or interface "Greendot\EshopBundle\Factory\Project\InformationBlockTypeFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ParameterFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ParameterFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ParameterGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ParameterGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ParameterGroupFilterTypeFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ParameterGroupFilterTypeFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PaymentFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PaymentFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PaymentTypeFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PaymentTypeFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PersonFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PersonFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PersonInformationBlockFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PersonInformationBlockFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PersonUploadGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PersonUploadGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PriceFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PriceFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProducerFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProducerFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductInformationBlockFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductInformationBlockFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductParameterGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductParameterGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductPersonFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductPersonFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductUploadGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductUploadGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductVariantFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductVariantFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ProductVariantUploadGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ProductVariantUploadGroupFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PurchaseFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PurchaseFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\PurchaseProductVariantFactory": Class or interface "Greendot\EshopBundle\Factory\Project\PurchaseProductVariantFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ReviewFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ReviewFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\ReviewPointsFactory": Class or interface "Greendot\EshopBundle\Factory\Project\ReviewPointsFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\SubMenuTypeFactory": Class or interface "Greendot\EshopBundle\Factory\Project\SubMenuTypeFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\TransportationFactory": Class or interface "Greendot\EshopBundle\Factory\Project\TransportationFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\UploadFactory": Class or interface "Greendot\EshopBundle\Factory\Project\UploadFactory" cannot be loaded.
Skipping service "Greendot\EshopBundle\Factory\Project\UploadGroupFactory": Class or interface "Greendot\EshopBundle\Factory\Project\UploadGroupFactory" cannot be loaded.
508
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentHandler"; reason: private alias.
Removed service "Greendot\EshopBundle\Controller\TurnOffIsActiveFilterController"; 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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $blog_publishing.workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $blogPublishingWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $blog_publishing"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $blogPublishing"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $product_publishing.workflow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $productPublishingWorkflow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $product_publishing"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $productPublishing"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $purchase_flow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $purchaseFlowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $purchase_flow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $purchaseFlow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $voucher_flow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $voucherFlowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $voucher_flow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $voucherFlow"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $variant_purchase_flow.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $variantPurchaseFlowStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $variant_purchase_flow"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $variantPurchaseFlow"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "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\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.provider.concrete.registered_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.dev"; reason: private alias.
Removed service "security.user_checker.dev"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.simple_api"; reason: private alias.
Removed service "security.user_checker.simple_api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "Greendot\EshopBundle\Export\Contract\ExportTypeInterface"; reason: private alias.
Removed service "Greendot\EshopBundle\Service\DownloadRequests\DownloadRequestHandlerInterface"; reason: private alias.
Removed service "Greendot\EshopBundle\Service\PaymentGateway\PaymentGatewayInterface"; reason: private alias.
Removed service "Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactoryInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "Nzo\UrlEncryptorBundle\Encryptor\Encryptor"; reason: private alias.
Removed service "Greendot\EshopBundle\DataLayer\Factory\ViewItemFactory"; reason: private alias.
Removed service "Greendot\EshopBundle\DataLayer\Factory\ViewItemListFactory"; reason: private alias.
Removed service "api_platform.name_converter"; 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 $gateway.gpw.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $gatewayGpwLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $workflow.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $workflowLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $notification.email.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $notificationEmailLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $watchdog.available.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $watchdogAvailableLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $branch_import.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $branchImportLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $api.parcel.czech_post.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiParcelCzechPostLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $api.parcel.packetery.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiParcelPacketeryLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $api.vies.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiViesLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $notification.sms.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $notificationSmsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $purchase.checkout.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $purchaseCheckoutLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.IGwx1VU"; reason: private alias.
Removed service ".service_locator.qDPJO6o"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.4g564H9"; reason: private alias.
Removed service ".service_locator.cEfG1XZ"; reason: private alias.
Removed service ".service_locator.E.yvhED"; reason: private alias.
Removed service ".service_locator.d7mLM73"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.php_file.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_file.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.mutator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "App\ApiPlatform\ApiResourceDecorator.inner"; reason: private alias.
Removed service "api_platform.jsonld.normalizer.item"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.dev"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.simple_api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "mailer.mailer"; reason: private alias.
Removed service "Greendot\EshopBundle\OpenApi\ShortCodeOpenApiFactory.inner"; reason: private alias.
Removed service "security.event_dispatcher.dev"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.simple_api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "workflow.blog_publishing"; reason: private alias.
Removed service "workflow.product_publishing"; reason: private alias.
Removed service "state_machine.purchase_flow"; reason: private alias.
Removed service "state_machine.voucher_flow"; reason: private alias.
Removed service "state_machine.variant_purchase_flow"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.DnavZBk"; reason: private alias.
Removed service ".service_locator.A9APA1I"; reason: private alias.
Removed service ".service_locator.9e.tgm6"; reason: private alias.
Removed service ".service_locator.Z_wmjMY"; reason: private alias.
Removed service ".service_locator.fvXKF5J"; reason: private alias.
Removed service ".service_locator.Ua1IXHo"; reason: private alias.
Removed service ".service_locator..FvNbsq"; reason: private alias.
Removed service ".service_locator.6AuO6BU"; reason: private alias.
Removed service ".service_locator.rC.Sqsn"; reason: private alias.
Removed service ".service_locator.dElxfjE"; reason: private alias.
Removed service ".service_locator.PLgudkA"; reason: private alias.
Removed service ".service_locator.BbEopVz"; reason: private alias.
Removed service ".service_locator.7tF9.Dn"; reason: private alias.
Removed service ".service_locator.PhMPgzU"; reason: private alias.
Removed service ".service_locator.i4PT9ay"; reason: private alias.
Removed service ".service_locator.4V7ghjK"; reason: private alias.
Removed service ".service_locator.1YDa7aP"; reason: private alias.
Removed service ".service_locator.FdeCfFs"; reason: private alias.
Removed service ".service_locator.ODkmdRR"; reason: private alias.
Removed service ".service_locator.rV85H.1"; reason: private alias.
Removed service ".service_locator.lJRR_Vb"; reason: private alias.
Removed service ".service_locator.uH1Gyvk"; reason: private alias.
Removed service ".service_locator.UnhqfR0"; reason: private alias.
Removed service ".service_locator.2AEyJBH"; reason: private alias.
Removed service ".service_locator.m37yc59"; reason: private alias.
Removed service ".service_locator.hlgM8m."; reason: private alias.
Removed service ".service_locator.kQhocYK"; reason: private alias.
Removed service ".service_locator.QaBzHcO"; reason: private alias.
Removed service ".service_locator.KQPP8sg"; reason: private alias.
Removed service ".service_locator.yd38ZKW"; reason: private alias.
Removed service ".service_locator.YnWb7uY"; reason: private alias.
Removed service ".service_locator.m6QEJZw"; reason: private alias.
Removed service ".service_locator.cPlh.cK"; reason: private alias.
Removed service ".service_locator..E_RNEU"; reason: private alias.
Removed service ".service_locator.G6AHwDc"; reason: private alias.
Removed service ".service_locator.b8JSVTl"; reason: private alias.
Removed service ".service_locator.2Yo4ITr"; reason: private alias.
Removed service ".service_locator.HQNVzXU"; reason: private alias.
Removed service ".service_locator.oLVf6JS"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.BMXxlOV"; reason: private alias.
Removed service ".service_locator.uOhMxTE"; reason: private alias.
Removed service ".service_locator.9YIRzHw"; reason: private alias.
Removed service ".service_locator.YNMJtkq"; reason: private alias.
Removed service ".service_locator.tTspaTb"; reason: private alias.
Removed service ".service_locator.0.LlUi7"; reason: private alias.
Removed service ".service_locator.Mm4uGgy"; reason: private alias.
Removed service ".service_locator.8R_3gX1"; reason: private alias.
Removed service ".service_locator.7Qe8jtk"; reason: private alias.
Removed service ".service_locator.ivu2nZY"; reason: private alias.
Removed service ".service_locator.U5LIyGj"; reason: private alias.
Removed service ".service_locator.NqD8Kav"; reason: private alias.
Removed service ".service_locator.P1oHa4m"; reason: private alias.
Removed service ".service_locator.G8mfX.u"; reason: private alias.
Removed service ".service_locator.gGlvhJ5"; reason: private alias.
Removed service ".service_locator.KkzKEae"; reason: private alias.
Removed service ".service_locator.nIt1j_P"; reason: private alias.
Removed service ".service_locator.y6fRAMH"; reason: private alias.
Removed service ".service_locator.3gDth6B"; reason: private alias.
Removed service ".service_locator.FkRHtYP"; reason: private alias.
Removed service ".service_locator.113K_6l"; reason: private alias.
Removed service ".service_locator.JAz5FX8"; reason: private alias.
Removed service ".service_locator.JyUxolh"; reason: private alias.
Removed service ".service_locator.oub.nt5"; reason: private alias.
Removed service ".service_locator.mXmZAiN"; reason: private alias.
Removed service ".service_locator.Gq703.i"; reason: private alias.
Removed service ".service_locator.1q_hJM1"; reason: private alias.
Removed service ".service_locator.tDlAHJd"; reason: private alias.
Removed service ".service_locator.hub9yv2"; reason: private alias.
Removed service ".service_locator.5fgc5gC"; reason: private alias.
Removed service ".service_locator.CmZR5N5"; reason: private alias.
Removed service ".service_locator.u2Dbdo6"; reason: private alias.
Removed service ".service_locator.LZ1t5Or"; reason: private alias.
Removed service ".service_locator.g_1kXmV"; reason: private alias.
Removed service ".service_locator.MzbAzTJ"; reason: private alias.
Removed service ".service_locator.87VIzxX"; reason: private alias.
Removed service ".service_locator.3sLcdZJ"; reason: private alias.
Removed service ".service_locator.kHXaM0L"; reason: private alias.
Removed service ".service_locator.Gn8CHel"; reason: private alias.
Removed service ".service_locator.O9TxzC5"; reason: private alias.
Removed service ".service_locator.d_.c.2W"; reason: private alias.
Removed service ".service_locator.qqLOneA"; reason: private alias.
Removed service ".service_locator.l6GrDWv"; reason: private alias.
Removed service ".service_locator.yhCVoFc"; reason: private alias.
Removed service ".service_locator.4uoYyPM"; reason: private alias.
Removed service ".service_locator.aESQ.D5"; reason: private alias.
Removed service ".service_locator.8ixr_Fp"; reason: private alias.
Removed service ".service_locator.GLUP665"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
Removed service ".service_locator..rqMf8Q"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
168
Changed reference of service "App\Controller\Global\InquiryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventSubscriber\ShopMailNotificationSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Export\GoogleFeed\GoogleFeedFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Export\Seznam\SeznamFeedFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Fragments\HelpWithSelection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Inquiry\GenericInquiryType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Inquiry\SolutionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\InquiryFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\MessageHandler\AssistantConsultationClickMessageHandler" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Service\ManageMails" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Service\ManageMails" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\I18n\ApiLocaleListener" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\Service\PaymentGateway\GPWebpay" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" 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 "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" 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 "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.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.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.simple_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.simple_api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.abstract_login_link_handler" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.login_link_handler.main" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
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 "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "knpu.oauth2.provider_factory" 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 "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\EventSubscriber\CartModifiedListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Greendot\EshopBundle\Export\Data\Factory\GoogleProductFeedFactory" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Form\InquiryToBdlType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Form\InquiryToFileType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Form\InquiryToMailType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Form\InquiryToXLSType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\I18n\RouteTranslator" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\Security\OAuthAuthenticator\FacebookAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Security\OAuthAuthenticator\GoogleAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Service\AffiliateService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\Service\ManagePurchase" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Greendot\EshopBundle\Service\PasswordResetService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Greendot\EshopBundle\Service\QRcodeGenerator" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Service\Sitemaps\CategorySitemap" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Service\Sitemaps\ProductSitemap" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Twig\AppExtension" previously pointing to "router.default" to "router".
Changed reference of service "Greendot\EshopBundle\Twig\GoogleTagManagerExtension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Greendot\EshopBundle\Url\PurchaseUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.esi7Qvr" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Un3QdRP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Twg71Hq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.V2WA5Bl" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.qHpfPrp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vsTvcgH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FYpqC7z" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.KHhLDTq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TBe3_F1" previously pointing to "router.default" to "router".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_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.Greendot\EshopBundle\Security\Voter\OrderVoter" 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.p_tZeMM" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xk5Hy2_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Greendot\EshopBundle\Logging\LoggingMailer.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.workflow.blog_publishing.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.workflow.product_publishing.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.purchase_flow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.voucher_flow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.variant_purchase_flow.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
1199
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; 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 "security.authenticator.login_link"; reason: abstract.
Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
Removed service "security.authenticator.expired_login_link_storage"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "Greendot\EshopBundle\DependencyInjection"; reason: abstract.
Removed service "Greendot\ImagePullerClient\DependencyInjection"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeeplTranslateCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DeeplTranslateCommand.0.App\Command\DeeplTranslateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeeplTranslateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectProductCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectProductCategory"; reason: abstract.
Removed service ".instanceof.App\Controller\ConnectProductCategory.0.App\Controller\ConnectProductCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConnectProductCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Decorated\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Decorated\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.App\Controller\Decorated\Shop\ClientSectionController.0.App\Controller\Decorated\Shop\ClientSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Decorated\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\CustomApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\CustomApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Global\CustomApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\FragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\FragmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Global\FragmentController.0.App\Controller\Global\FragmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Global\FragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\InquiryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\InquiryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Global\InquiryController.0.App\Controller\Global\InquiryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Global\InquiryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Global\MetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Global\MetricsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Global\MetricsController.0.App\Controller\Global\MetricsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Global\MetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportProducts"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportProducts"; reason: abstract.
Removed service ".instanceof.App\Controller\ImportProducts.0.App\Controller\ImportProducts"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImportProducts"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\FormFragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\FormFragmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Shop\FormFragmentController.0.App\Controller\Shop\FormFragmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\FormFragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ProducerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ProducerController"; reason: abstract.
Removed service ".instanceof.App\Controller\Shop\ProducerController.0.App\Controller\Shop\ProducerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\ProducerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadRestrictionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadRestrictionController"; reason: abstract.
Removed service ".instanceof.App\Controller\UploadRestrictionController.0.App\Controller\UploadRestrictionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UploadRestrictionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\DictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\DictionaryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Web\DictionaryController.0.App\Controller\Web\DictionaryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\DictionaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\PersonController"; reason: abstract.
Removed service ".instanceof.App\Controller\Web\PersonController.0.App\Controller\Web\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\PersonController"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CategoryType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\InformationBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\InformationBlockType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\InquiryObjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\InquiryObjectType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\MenuTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\MenuTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ParameterGroupTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ParameterGroupTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ProductViewTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ProductViewTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\UploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\UploadType"; reason: abstract.
Removed service ".instanceof.App\EventListener\ProductVariantListener.0.App\EventListener\ProductVariantListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ProductVariantListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ShopMailNotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ShopMailNotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\GoogleFeed\GoogleFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Export\GoogleFeed\GoogleFeedType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Heureka\HeurekaFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Export\Heureka\HeurekaFeedType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.App\Export\Seznam\SeznamFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Export\Seznam\SeznamFeedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DownloadRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DownloadRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fragments\HelpWithSelection"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fragments\HelpWithSelection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\AuditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\AuditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\DeviceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\DeviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\GenericInquiryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\GenericInquiryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\SolutionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\SolutionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Inquiry\TrainingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Inquiry\TrainingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InquiryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InquiryFormType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\AssistantConsultationClickMessageHandler.0.App\MessageHandler\AssistantConsultationClickMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\AssistantConsultationClickMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ShopMailNotificationMessageHandler.0.App\MessageHandler\ShopMailNotificationMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ShopMailNotificationMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Decoration\SerializationDecorator"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Decoration\SerializationDecorator"; reason: abstract.
Removed service ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PaymentTypeExtensionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\PaymentTypeExtensionNormalizer"; reason: abstract.
Removed service ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\ProductDecorationNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ProductDecorationNormalizer"; reason: abstract.
Removed service ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\PurchaseExtensionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\PurchaseExtensionNormalizer"; reason: abstract.
Removed service ".instanceof.App\Serializer\Decoration\CustomSerializationDecorationInterface.0.App\Serializer\TransportationExtensionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\TransportationExtensionNormalizer"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\BreadCrumbsProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\BreadCrumbsProduct"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\CategoryTiles"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\CategoryTiles"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\EducationNewsSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\EducationNewsSection"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\HomePageSections"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\HomePageSections"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\InformationBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\InformationBlockType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\JobPositionsList"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\JobPositionsList"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\OurTeamSection"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\OurTeamSection"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\ReferenceProject"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\ReferenceProject"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\ShortCodes\ShortCodeInterface.0.App\Service\ShortCodes\SubCategoryTiles"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ShortCodes\SubCategoryTiles"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\AlgoliaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\AlgoliaController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\AlgoliaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\CustomErrorHandlerController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\CustomErrorHandlerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi.0.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Export\DefaultExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Export\DefaultExportController.0.Greendot\EshopBundle\Controller\Export\DefaultExportController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Export\DefaultExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\FragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\FragmentController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\FragmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\MasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\MasterController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\MasterController.0.Greendot\EshopBundle\Controller\MasterController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\MasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\OAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\OAuthController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\OAuthController.0.Greendot\EshopBundle\Controller\OAuthController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\OAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\ResetPasswordController.0.Greendot\EshopBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AdviceController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\AdviceController.0.Greendot\EshopBundle\Controller\Shop\AdviceController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\AdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\AresController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\AresController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\AresController.0.Greendot\EshopBundle\Controller\Shop\AresController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\AresController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\CategoryController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\CategoryController.0.Greendot\EshopBundle\Controller\Shop\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\ClientSectionController.0.Greendot\EshopBundle\Controller\Shop\ClientSectionController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ClientSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\DiscountsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\DiscountsController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\DiscountsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ProductController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\ProductController.0.Greendot\EshopBundle\Controller\Shop\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\PurchaseController.0.Greendot\EshopBundle\Controller\Shop\PurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\PurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\RegistrationController.0.Greendot\EshopBundle\Controller\Shop\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController.0.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Shop\ViesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Shop\ViesController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Shop\ViesController.0.Greendot\EshopBundle\Controller\Shop\ViesController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Shop\ViesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleController.0.Greendot\EshopBundle\Controller\Simple\SimpleController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController.0.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController.0.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController.0.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController.0.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\SitemapController.0.Greendot\EshopBundle\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\TemplateController.0.Greendot\EshopBundle\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\TestController.0.Greendot\EshopBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\ApplicationPageController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\ApplicationPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\BlogController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Web\BlogController.0.Greendot\EshopBundle\Controller\Web\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\GeneralPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\GeneralPageController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\GeneralPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\HomepageController"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Controller\Web\HomepageController.0.Greendot\EshopBundle\Controller\Web\HomepageController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\IndustryPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\IndustryPageController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\IndustryPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\Web\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\Web\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\Web\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\EshopBundle\Controller\XmlFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\EshopBundle\Controller\XmlFeedController"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Controller\XmlFeedController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SyncBundleCommand"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Command\SyncBundleCommand.0.Greendot\EshopBundle\Command\SyncBundleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Command\SyncBundleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\Notification\MailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\Notification\SmsSubscriber"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\PaymentGateway\PaymentGatewayInterface.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay.0.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\PaymentGateway\GPWebpay"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BoundingBoxFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\BoundingBoxFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\BranchTypeByTransportationGroupFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\MultipleFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\MultipleFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\MultipleFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterCategoryFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterDiscountFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterGroupCategoryFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterGroupValues"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterGroupValues"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ParameterSupplierFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\PaymentTypeByTransportationFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProducerSearchFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProducerSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductAvailability"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductAvailability"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductAvailability"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFilterByDiscount"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFilterByReviews"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFilterByReviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductFromAllSubCategories"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductLabel"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductLabel"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductLabel"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductParameterSearch"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductParameterSearch"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductPriceSortFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductReviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductReviews"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductReviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductSearchFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductUploads"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductVariantFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductVariantUploads"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductVariantUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ProductWithVariantsUploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\PurchaseSession"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\PurchaseSession"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\PurchaseSession"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\ApiResource\ReviewPointsByReviewFilter"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Attribute\CustomApiEndpoint.0.Greendot\EshopBundle\Attribute\CustomApiEndpoint"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Attribute\CustomApiEndpoint"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Attribute\DisableListeners.0.Greendot\EshopBundle\Attribute\DisableListeners"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Attribute\DisableListeners"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Attribute\TranslatableRoute.0.Greendot\EshopBundle\Attribute\TranslatableRoute"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Attribute\TranslatableRoute"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\ImportBranchesCommand"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Command\ImportBranchesCommand.0.Greendot\EshopBundle\Command\ImportBranchesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Command\ImportBranchesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\MakeShortCode"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Command\MakeShortCode.0.Greendot\EshopBundle\Command\MakeShortCode"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Command\MakeShortCode"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Greendot\EshopBundle\Command\SaveBranchesCommand"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Command\SaveBranchesCommand.0.Greendot\EshopBundle\Command\SaveBranchesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Command\SaveBranchesCommand"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener.0.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Doctrine\ReviewIsApprovedExtension"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\ExternalIds.0.Greendot\EshopBundle\Entity\ExternalIds"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\ExternalIds"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Availability.0.Greendot\EshopBundle\Entity\Project\Availability"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Availability"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Branch.0.Greendot\EshopBundle\Entity\Project\Branch"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Branch"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\BranchOpeningHours.0.Greendot\EshopBundle\Entity\Project\BranchOpeningHours"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\BranchOpeningHours"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\BranchType.0.Greendot\EshopBundle\Entity\Project\BranchType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\BranchType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Category.0.Greendot\EshopBundle\Entity\Project\Category"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Category"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryCategory.0.Greendot\EshopBundle\Entity\Project\CategoryCategory"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryCategory"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryEvent.0.Greendot\EshopBundle\Entity\Project\CategoryEvent"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryEvent"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryFile.0.Greendot\EshopBundle\Entity\Project\CategoryFile"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryFile"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock.0.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryInformationBlock"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryMenuType.0.Greendot\EshopBundle\Entity\Project\CategoryMenuType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryMenuType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup.0.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryParameterGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryPerson.0.Greendot\EshopBundle\Entity\Project\CategoryPerson"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryPerson"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryProduct.0.Greendot\EshopBundle\Entity\Project\CategoryProduct"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryProduct"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryType.0.Greendot\EshopBundle\Entity\Project\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup.0.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\CategoryUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Client.0.Greendot\EshopBundle\Entity\Project\Client"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Client"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ClientAddress.0.Greendot\EshopBundle\Entity\Project\ClientAddress"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ClientAddress"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ClientDiscount.0.Greendot\EshopBundle\Entity\Project\ClientDiscount"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ClientDiscount"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Colour.0.Greendot\EshopBundle\Entity\Project\Colour"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Colour"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Comment.0.Greendot\EshopBundle\Entity\Project\Comment"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Comment"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Consent.0.Greendot\EshopBundle\Entity\Project\Consent"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Consent"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ContactMessage.0.Greendot\EshopBundle\Entity\Project\ContactMessage"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ContactMessage"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ConversionRate.0.Greendot\EshopBundle\Entity\Project\ConversionRate"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ConversionRate"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Country.0.Greendot\EshopBundle\Entity\Project\Country"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Country"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Currency.0.Greendot\EshopBundle\Entity\Project\Currency"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Currency"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\DownloadRequest.0.Greendot\EshopBundle\Entity\Project\DownloadRequest"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\DownloadRequest"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Event.0.Greendot\EshopBundle\Entity\Project\Event"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Event"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\EventInformationBlock.0.Greendot\EshopBundle\Entity\Project\EventInformationBlock"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventInformationBlock"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\EventType.0.Greendot\EshopBundle\Entity\Project\EventType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\EventUploadGroup.0.Greendot\EshopBundle\Entity\Project\EventUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\EventUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Export.0.Greendot\EshopBundle\Entity\Project\Export"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Export"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ExportStatus.0.Greendot\EshopBundle\Entity\Project\ExportStatus"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ExportStatus"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\File.0.Greendot\EshopBundle\Entity\Project\File"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\File"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\HandlingPrice.0.Greendot\EshopBundle\Entity\Project\HandlingPrice"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\HandlingPrice"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\InformationBlock.0.Greendot\EshopBundle\Entity\Project\InformationBlock"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\InformationBlock"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\InformationBlockType.0.Greendot\EshopBundle\Entity\Project\InformationBlockType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\InformationBlockType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Label.0.Greendot\EshopBundle\Entity\Project\Label"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Label"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\LabelType.0.Greendot\EshopBundle\Entity\Project\LabelType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\LabelType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Log.0.Greendot\EshopBundle\Entity\Project\Log"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Log"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\LogEntry.0.Greendot\EshopBundle\Entity\Project\LogEntry"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\LogEntry"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\LogRecord.0.Greendot\EshopBundle\Entity\Project\LogRecord"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\LogRecord"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\MenuType.0.Greendot\EshopBundle\Entity\Project\MenuType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\MenuType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\OpenTime.0.Greendot\EshopBundle\Entity\Project\OpenTime"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\OpenTime"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Parameter.0.Greendot\EshopBundle\Entity\Project\Parameter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Parameter"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroup.0.Greendot\EshopBundle\Entity\Project\ParameterGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType.0.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat.0.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupFormat"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupType.0.Greendot\EshopBundle\Entity\Project\ParameterGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ParameterGroupType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Payment.0.Greendot\EshopBundle\Entity\Project\Payment"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Payment"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PaymentAction.0.Greendot\EshopBundle\Entity\Project\PaymentAction"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PaymentAction"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PaymentType.0.Greendot\EshopBundle\Entity\Project\PaymentType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PaymentType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Person.0.Greendot\EshopBundle\Entity\Project\Person"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Person"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PersonInformationBlock.0.Greendot\EshopBundle\Entity\Project\PersonInformationBlock"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PersonInformationBlock"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PersonUploadGroup.0.Greendot\EshopBundle\Entity\Project\PersonUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PersonUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Price.0.Greendot\EshopBundle\Entity\Project\Price"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Price"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Producer.0.Greendot\EshopBundle\Entity\Project\Producer"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Producer"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProducerUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Product.0.Greendot\EshopBundle\Entity\Project\Product"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Product"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductInformationBlock.0.Greendot\EshopBundle\Entity\Project\ProductInformationBlock"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductInformationBlock"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductParameterGroup.0.Greendot\EshopBundle\Entity\Project\ProductParameterGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductParameterGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductPerson.0.Greendot\EshopBundle\Entity\Project\ProductPerson"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductPerson"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductProduct.0.Greendot\EshopBundle\Entity\Project\ProductProduct"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductProduct"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductProductType.0.Greendot\EshopBundle\Entity\Project\ProductProductType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductProductType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductType.0.Greendot\EshopBundle\Entity\Project\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProductUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductVariant.0.Greendot\EshopBundle\Entity\Project\ProductVariant"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductVariant"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup.0.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ProductViewType.0.Greendot\EshopBundle\Entity\Project\ProductViewType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ProductViewType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Purchase.0.Greendot\EshopBundle\Entity\Project\Purchase"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Purchase"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseAddress.0.Greendot\EshopBundle\Entity\Project\PurchaseAddress"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseAddress"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion.0.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseDiscussion"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseEvent.0.Greendot\EshopBundle\Entity\Project\PurchaseEvent"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseEvent"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant.0.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\PurchaseProductVariant"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ReservedTime.0.Greendot\EshopBundle\Entity\Project\ReservedTime"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ReservedTime"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Review.0.Greendot\EshopBundle\Entity\Project\Review"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Review"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\ReviewPoints.0.Greendot\EshopBundle\Entity\Project\ReviewPoints"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\ReviewPoints"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Settings.0.Greendot\EshopBundle\Entity\Project\Settings"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Settings"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\SubMenuType.0.Greendot\EshopBundle\Entity\Project\SubMenuType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\SubMenuType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Transportation.0.Greendot\EshopBundle\Entity\Project\Transportation"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Transportation"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\TransportationEvent.0.Greendot\EshopBundle\Entity\Project\TransportationEvent"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\TransportationEvent"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\TransportationGroup.0.Greendot\EshopBundle\Entity\Project\TransportationGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\TransportationGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Upload.0.Greendot\EshopBundle\Entity\Project\Upload"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Upload"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\UploadGroup.0.Greendot\EshopBundle\Entity\Project\UploadGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\UploadGroup"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\UploadType.0.Greendot\EshopBundle\Entity\Project\UploadType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\UploadType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Video.0.Greendot\EshopBundle\Entity\Project\Video"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Video"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Voucher.0.Greendot\EshopBundle\Entity\Project\Voucher"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Voucher"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\Project\Watchdog.0.Greendot\EshopBundle\Entity\Project\Watchdog"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\Project\Watchdog"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\PurchaseTracking.0.Greendot\EshopBundle\Entity\PurchaseTracking"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\PurchaseTracking"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Entity\ResetPasswordRequest.0.Greendot\EshopBundle\Entity\ResetPasswordRequest"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Entity\ResetPasswordRequest"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\CategoryTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\CategoryTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountAmountType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\DiscountAmountType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountCalculationType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\DiscountCalculationType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\DiscountType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\DownloadRestriction"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\DownloadRestriction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\LogType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\LogType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ParcelDeliveryState"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\ParcelDeliveryState"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\PaymentTechnicalAction"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\PaymentTechnicalAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\PaymentTypeActionGroup"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\PaymentTypeActionGroup"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ProductTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\ProductTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\ReservedCategoryIds"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\ReservedCategoryIds"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\TransportationAPI"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\TransportationAPI"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\TransportationAction"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\TransportationAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\UploadGroupTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\UploadGroupTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\VatCalculationType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\VatCalculationType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\VoucherCalculationType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\VoucherCalculationType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\Watchdog\WatchdogState"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\Watchdog\WatchdogState"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.Greendot\EshopBundle\Enum\Watchdog\WatchdogType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Enum\Watchdog\WatchdogType"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener.0.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\BeforeControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\BeforeControllerListener"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\CartModifiedListener.0.Greendot\EshopBundle\EventSubscriber\CartModifiedListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\CartModifiedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\DisableListenersSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener.0.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PaymentTypeEventListener"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\PriceEventListener.0.Greendot\EshopBundle\EventSubscriber\PriceEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PriceEventListener"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\ProductEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\ProductEventListener"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener.0.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\ProductVariantEventListener"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener.0.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\EventSubscriber\TransportationEventListener.0.Greendot\EshopBundle\EventSubscriber\TransportationEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\TransportationEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\EventSubscriber\VoucherStateSubscriber"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Export\Contract\ExportTypeInterface.0.Greendot\EshopBundle\Export\Type\GoogleProductsFeedType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Export\Type\GoogleProductsFeedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientAddressFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ClientAddressFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ClientChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ClientFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ClientMailQuestion"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ClientMailQuestion"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToBdlType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\InquiryToBdlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToFileType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\InquiryToFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToMailType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\InquiryToMailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\InquiryToXLSType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\InquiryToXLSType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\LoginFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\LoginFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Greendot\EshopBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver.0.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Greendot\EshopBundle\Logging\DoctrineDbalHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Logging\DoctrineDbalHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Logging\LoggingMailer.0.Greendot\EshopBundle\Logging\LoggingMailer"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Logging\LoggingMailer"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Logging\UserContextProcessor.0.Greendot\EshopBundle\Logging\UserContextProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Logging\UserContextProcessor"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler.0.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler.0.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler.0.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler.0.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler.0.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler.0.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ExternalIdsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\ExternalIdsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\AvailabilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\AvailabilityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchOpeningHoursRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\BranchTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\BranchTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryInformationBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryMenuTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryParamGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryParameterGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CategoryUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ClientDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ColourRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ColourRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConsentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ConsentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ConversionRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ConversionRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\CurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\CurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\DownloadRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\DownloadRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventInformationBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\EventUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ExportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ExportStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ExportStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\HandlingPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\HandlingPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\InformationBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\InformationBlockTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\LabelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\LabelTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\LabelTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MenuTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\MenuTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\OpenTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\OpenTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupFilterTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterGroupTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PaymentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PaymentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonInformationBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PersonUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProducerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProducerUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductInformationBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductParameterGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductProductTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductVariantUploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ProductViewTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseProductVariantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\PurchaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\PurchaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\QuantityDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReservedTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReservedTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewPointsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReviewPointsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\ReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\ReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\SettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\SubMenuTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\TransportationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\TransportationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\UploadTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\UploadTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\VideoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\VoucherRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\VoucherRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\Project\WatchdogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\Project\WatchdogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\PurchaseTrackingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\PurchaseTrackingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Greendot\EshopBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Greendot\EshopBundle\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Security\Voter\OrderVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Greendot\EshopBundle\Service\CurrencyManager"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\CurrencyManager"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\DownloadRequests\DownloadRequestHandlerInterface.0.Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\DownloadRequests\DefaultDownloadRequestHandler"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\CzechPostBranchImporter"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch.0.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\ManageBranch"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter.0.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Imports\Branch\PacketaBranchImporter"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Parcel\CzechPostParcel.0.Greendot\EshopBundle\Service\Parcel\CzechPostParcel"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Parcel\CzechPostParcel"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Parcel\ParcelServiceInterface.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Parcel\PacketeryParcel.0.Greendot\EshopBundle\Service\Parcel\PacketeryParcel"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Parcel\PacketeryParcel"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\CategorySitemap"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Sitemaps\CategorySitemap"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Sitemaps\SitemapProviderInterface.0.Greendot\EshopBundle\Service\Sitemaps\ProductSitemap"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Sitemaps\ProductSitemap"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Service\Vies\ManageVies.0.Greendot\EshopBundle\Service\Vies\ManageVies"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Service\Vies\ManageVies"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory.0.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Sms\ManageSms.0.Greendot\EshopBundle\Sms\ManageSms"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Sms\ManageSms"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\CartStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProcessor\CartStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProcessor\ClientRegistrationStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor.0.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\CheapTransportationStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ClientStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\ClientStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\FilteredParametersStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductItemStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductItemStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductProductByParentStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ProductStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\ProductStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseItemStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\PurchaseWishlistStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\StateProvider\ReviewStatsStateProvider"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Twig\GoogleTagManagerExtension.0.Greendot\EshopBundle\Twig\GoogleTagManagerExtension"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Twig\GoogleTagManagerExtension"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Twig\ShortCodeExtension.0.Greendot\EshopBundle\Twig\ShortCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Twig\ShortCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Greendot\EshopBundle\Twig\WorkflowExtension"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Twig\WorkflowExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailabilityValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUnique"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\ClientMailUniqueValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailabilityValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase"; reason: abstract.
Removed service ".instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchaseValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Greendot\ImagePullerClient\Controller\Api"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Greendot\ImagePullerClient\Controller\Api"; reason: abstract.
Removed service ".abstract.instanceof.Greendot\ImagePullerClient\Controller\Api"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_branch_greendot_eshop_bundle_api_resource_bounding_box_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_branch_type_greendot_eshop_bundle_api_resource_branch_type_by_transportation_group_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_comment_greendot_eshop_bundle_api_resource_multiple_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_parameter_group_greendot_eshop_bundle_api_resource_parameter_group_values"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_payment_type_greendot_eshop_bundle_api_resource_payment_type_by_transportation_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_producer_greendot_eshop_bundle_api_resource_producer_search_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_search_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_price_sort_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_from_all_sub_categories"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_parameter_search"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_label"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_availability"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_reviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_greendot_eshop_bundle_api_resource_product_filter_by_discount"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_product_variant_greendot_eshop_bundle_api_resource_product_variant_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_purchase_greendot_eshop_bundle_api_resource_purchase_session"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_review_greendot_eshop_bundle_api_resource_product_reviews"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_review_points_greendot_eshop_bundle_api_resource_review_points_by_review_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_uploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_variant_uploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads"; reason: abstract.
Removed service ".abstract.instanceof.annotated_greendot_eshop_bundle_entity_project_upload_greendot_eshop_bundle_api_resource_product_with_variants_uploads"; reason: abstract.
461
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "Greendot\EshopBundle\Mail\Data\OrderItemData"; reason: unused.
Removed service "App\Api\CategoryApiModel"; reason: unused.
Removed service "App\Enum\CategoryType"; reason: unused.
Removed service "App\Enum\InformationBlockType"; reason: unused.
Removed service "App\Enum\InquiryObjectType"; reason: unused.
Removed service "App\Enum\MenuTypeEnum"; reason: unused.
Removed service "App\Enum\ParameterGroupTypeEnum"; reason: unused.
Removed service "App\Enum\ProductViewTypeEnum"; reason: unused.
Removed service "App\Enum\UploadType"; reason: unused.
Removed service "App\Export\Seznam\SeznamFeedModel"; reason: unused.
Removed service "App\Mail\Data\OrderItemData"; reason: unused.
Removed service "App\Mail\Factory\OrderDataFactory"; reason: unused.
Removed service "App\Message\AssistantConsultationClickMessage"; reason: unused.
Removed service "App\Message\ShopMailNotificationMessage"; reason: unused.
Removed service "Gedmo\Translatable\TranslatableListener"; reason: unused.
Removed service "Algolia\AlgoliaSearch\SearchClient"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "workflow.security.expression_language"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "lock.strategy.majority"; 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 "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.dev"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.simple_api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.abstract_login_link_signature_hasher"; reason: unused.
Removed service "security.authenticator.cache.expired_links"; reason: unused.
Removed service "security.authenticator.firewall_aware_login_link_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; 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 "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "knpu.oauth2.provider_factory"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "Greendot\EshopBundle\Attribute\CustomApiEndpoint"; reason: unused.
Removed service "Greendot\EshopBundle\Attribute\DisableListeners"; reason: unused.
Removed service "Greendot\EshopBundle\Attribute\TranslatableRoute"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\AppFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\AvailabilityFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\BranchTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\CategoryFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\CategoryTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ClientFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ColourFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\CurrencyFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\InformationBlockFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\InformationBlockTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\MenuTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ParameterFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ParameterGroupFilterTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ParameterGroupFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ParameterGroupTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PaymentActionFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PaymentFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PaymentTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PersonFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PriceFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ProducerFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ProductFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ProductTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ProductVariantFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PurchaseFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\PurchaseProductVariantFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\ReviewFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\SubMenuTypeFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\TransportationFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\UploadFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataFixtures\UploadGroupFixtures"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\Cart\CartItem"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\Cart\CartModified"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\Purchase\Purchase"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\Purchase\PurchaseItem"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\ViewItem\ViewItem"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\ViewItem\ViewItemItem"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\ViewItemList\ViewItemList"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Data\ViewItemList\ViewItemListItem"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Event\ModifyCart"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Event\PageViewEvent"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Event\PurchaseEvent"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Event\ViewItemEvent"; reason: unused.
Removed service "Greendot\EshopBundle\DataLayer\Event\ViewItemListEvent"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\CommentIsActiveFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\ProductActiveFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\ProductProductActiveFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\ProductVariantActiveFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\SoftDeletedFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\TransportationActionTransportationIsEnabledFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Doctrine\TransportationIsEnabledFilter"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\ParcelStatusInfo"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\ProductVariantPriceContext"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\ProviderBranchData"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\PurchaseCheckoutInput"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\SmsMessageDto"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\VatInfo"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\calculatedPrices\PurchaseCalculatedPricesMatrix"; reason: unused.
Removed service "Greendot\EshopBundle\Dto\calculatedPrices\VariantCalculatedPricesMatrix"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\ExternalIds"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Availability"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Branch"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\BranchOpeningHours"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\BranchType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Category"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryCategory"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryEvent"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryFile"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryInformationBlock"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryMenuType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryParameterGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryPerson"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryProduct"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\CategoryUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Client"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ClientAddress"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ClientDiscount"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Colour"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Comment"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Consent"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ContactMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ConversionRate"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Country"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Currency"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\DownloadRequest"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Event"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\EventInformationBlock"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\EventType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\EventUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Export"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ExportStatus"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\File"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\HandlingPrice"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\InformationBlock"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\InformationBlockType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Label"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\LabelType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Log"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\LogEntry"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\LogRecord"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\MenuType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\OpenTime"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Parameter"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ParameterGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ParameterGroupFilterType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ParameterGroupFormat"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ParameterGroupType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Payment"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PaymentAction"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PaymentType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Person"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PersonInformationBlock"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PersonUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Price"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Producer"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProducerUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Product"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductInformationBlock"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductParameterGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductPerson"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductProduct"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductProductType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductVariant"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductVariantUploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ProductViewType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Purchase"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PurchaseAddress"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PurchaseDiscussion"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PurchaseEvent"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\PurchaseProductVariant"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ReservedTime"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Review"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\ReviewPoints"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Settings"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\SubMenuType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Transportation"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\TransportationEvent"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\TransportationGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Upload"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\UploadGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\UploadType"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Video"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Voucher"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\Project\Watchdog"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\PurchaseTracking"; reason: unused.
Removed service "Greendot\EshopBundle\Entity\ResetPasswordRequest"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\CategoryTypeEnum"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\DiscountAmountType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\DiscountCalculationType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\DiscountType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\DownloadRestriction"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\LogType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\ParcelDeliveryState"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\PaymentTechnicalAction"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\PaymentTypeActionGroup"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\ProductTypeEnum"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\ReservedCategoryIds"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\TransportationAPI"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\TransportationAction"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\UploadGroupTypeEnum"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\VatCalculationType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\VoucherCalculationType"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\Watchdog\WatchdogState"; reason: unused.
Removed service "Greendot\EshopBundle\Enum\Watchdog\WatchdogType"; reason: unused.
Removed service "Greendot\EshopBundle\Event\PasswordResetRequestedEvent"; reason: unused.
Removed service "Greendot\EshopBundle\EventSubscriber\ReviewEventListener"; reason: unused.
Removed service "Greendot\EshopBundle\Export\Data\Model\GoogleProductFeedModel"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\AvailabilityFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryCategoryFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryInformationBlockFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryPersonFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryProductFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryTypeFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\CategoryUploadGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ClientAddressFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ClientFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\InformationBlockFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\InformationBlockTypeFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ParameterFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ParameterGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ParameterGroupFilterTypeFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PaymentFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PaymentTypeFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PersonFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PersonInformationBlockFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PersonUploadGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PriceFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProducerFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductInformationBlockFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductParameterGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductPersonFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductUploadGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductVariantFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ProductVariantUploadGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PurchaseFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\PurchaseProductVariantFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ReviewFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\ReviewPointsFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\SubMenuTypeFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\TransportationFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\UploadFactory"; reason: unused.
Removed service "Greendot\EshopBundle\Factory\Project\UploadGroupFactory"; reason: unused.
Removed service "Greendot\EshopBundle\GreendotEshopBundle"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\InvoiceData"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\InvoiceItemData"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\InvoicePaymentData"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\InvoicePersonData"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\InvoiceTransportationData"; reason: unused.
Removed service "Greendot\EshopBundle\Invoice\Data\VatCategoryData"; reason: unused.
Removed service "Greendot\EshopBundle\Logging\DoctrineDbalHandler"; reason: unused.
Removed service "Greendot\EshopBundle\Mail\Data\OrderAddressData"; reason: unused.
Removed service "Greendot\EshopBundle\Mail\Data\OrderData"; reason: unused.
Removed service "Greendot\EshopBundle\Mail\Data\OrderPaymentData"; reason: unused.
Removed service "Greendot\EshopBundle\Mail\Data\OrderTransportationData"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Affiliate\CancelAffiliateEntry"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Affiliate\CreateAffiliateEntry"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Export\AssembleExportMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Export\InitializeExportMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Export\ProcessChunkMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Notification\IssuedVoucherEmail"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Notification\PurchaseDiscussionEmail"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Notification\PurchaseTransitionEmail"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Notification\PurchaseTransitionSms"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Parcel\CreateParcelMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Parcel\UpdateDeliveryStatusMessage"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Watchdog\VariantAvailable\NotifyVariantAvailable"; reason: unused.
Removed service "Greendot\EshopBundle\Message\Watchdog\VariantAvailable\VariantAvailableEmail"; reason: unused.
Removed service "Greendot\EshopBundle\Security\LoginLinkSuccessHandler"; reason: unused.
Removed service "Greendot\EshopBundle\Service\CzechPostParcelMapper"; reason: unused.
Removed service "Greendot\EshopBundle\Service\GoogleXmlFeed"; reason: unused.
Removed service "Greendot\EshopBundle\Service\Imports\Branch\BranchOpeningHoursHelpers"; reason: unused.
Removed service "Greendot\EshopBundle\Service\ManageInquiry"; reason: unused.
Removed service "Greendot\EshopBundle\Service\Price\ProductVariantPrice"; reason: unused.
Removed service "Greendot\EshopBundle\Service\Price\PurchasePrice"; reason: unused.
Removed service "Greendot\EshopBundle\Service\PurchaseApiModel"; reason: unused.
Removed service "Greendot\EshopBundle\Utils\ApiRequestMatcher"; reason: unused.
Removed service "Greendot\EshopBundle\Utils\PriceHelper"; reason: unused.
Removed service "Greendot\EshopBundle\Utils\ViesAddressParser"; reason: unused.
Removed service "Greendot\EshopBundle\Validator\Constraints\ClientDiscountAvailability"; reason: unused.
Removed service "Greendot\EshopBundle\Validator\Constraints\ClientMailUnique"; reason: unused.
Removed service "Greendot\EshopBundle\Validator\Constraints\TransportationPaymentAvailability"; reason: unused.
Removed service "Greendot\EshopBundle\Validator\Constraints\VoucherAssignableToPurchase"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "Greendot\ImagePullerClient\ImagePullerClientBundle"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy"; reason: unused.
Removed service ".debug.serializer.normalizer.Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.error"; 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.api_platform.jsonld.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; 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.api_platform.hydra.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.object"; 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 ".debug.serializer.encoder.api_platform.jsonopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.yamlopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonld.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
Removed service ".service_locator.ujNjT5j"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
820
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "App\ApiPlatform\ApiResourceDecorator".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ConnectProductCategory" to "App\Controller\ConnectProductCategory".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Decorated\Shop\ClientSectionController" to "App\Controller\Decorated\Shop\ClientSectionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Global\CustomApiController" to "App\Controller\Global\CustomApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Global\FragmentController" to "App\Controller\Global\FragmentController".
Inlined service "App\Service\InquiryExportSheetService" to "App\Controller\Global\InquiryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Global\InquiryController" to "App\Controller\Global\InquiryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Global\MetricsController" to "App\Controller\Global\MetricsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ImportProducts" to "App\Controller\ImportProducts".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\DownloadController" to "App\Controller\Shop\DownloadController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\FormFragmentController" to "App\Controller\Shop\FormFragmentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\ProducerController" to "App\Controller\Shop\ProducerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\UploadRestrictionController" to "App\Controller\UploadRestrictionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Web\DictionaryController" to "App\Controller\Web\DictionaryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Web\MenuController" to "App\Controller\Web\MenuController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Web\PersonController" to "App\Controller\Web\PersonController".
Inlined service "App\Export\GoogleFeed\GoogleFeedFactory" to "App\Export\GoogleFeed\GoogleFeedType".
Inlined service "App\Service\AssistantClickExportSheetService" to "App\MessageHandler\AssistantConsultationClickMessageHandler".
Inlined service "App\Serializer\Decoration\SerializationDecorator.inner" to "App\Serializer\Decoration\SerializationDecorator".
Inlined service "App\Service\ManageInquiry" to "App\Twig\AppExtension".
Inlined service "App\Service\EshopMenuService" to "App\Twig\AppExtension".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\AlgoliaController" to "Greendot\EshopBundle\Controller\AlgoliaController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\CustomErrorHandlerController" to "Greendot\EshopBundle\Controller\CustomErrorHandlerController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi" to "Greendot\EshopBundle\Controller\DataLayer\DataLayerApi".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Export\DefaultExportController" to "Greendot\EshopBundle\Controller\Export\DefaultExportController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\FragmentController" to "Greendot\EshopBundle\Controller\FragmentController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\MasterController" to "Greendot\EshopBundle\Controller\MasterController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\OAuthController" to "Greendot\EshopBundle\Controller\OAuthController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\ResetPasswordController" to "Greendot\EshopBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\AdviceController" to "Greendot\EshopBundle\Controller\Shop\AdviceController".
Inlined service "Greendot\EshopBundle\Service\AresService" to "Greendot\EshopBundle\Controller\Shop\AresController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\AresController" to "Greendot\EshopBundle\Controller\Shop\AresController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\CategoryController" to "Greendot\EshopBundle\Controller\Shop\CategoryController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\ClientSectionController" to "Greendot\EshopBundle\Controller\Shop\ClientSectionController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\DiscountsController" to "Greendot\EshopBundle\Controller\Shop\DiscountsController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\LoginController" to "Greendot\EshopBundle\Controller\Shop\LoginController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\MenuController" to "Greendot\EshopBundle\Controller\Shop\MenuController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\ProductController" to "Greendot\EshopBundle\Controller\Shop\ProductController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\PurchaseController" to "Greendot\EshopBundle\Controller\Shop\PurchaseController".
Inlined service "Greendot\EshopBundle\Security\EmailVerifier" to "Greendot\EshopBundle\Controller\Shop\RegistrationController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\RegistrationController" to "Greendot\EshopBundle\Controller\Shop\RegistrationController".
Inlined service "Greendot\EshopBundle\Service\PaymentService" to "Greendot\EshopBundle\Controller\Shop\ScheduledTasksController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\ScheduledTasksController" to "Greendot\EshopBundle\Controller\Shop\ScheduledTasksController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\SupplierController" to "Greendot\EshopBundle\Controller\Shop\SupplierController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Shop\ViesController" to "Greendot\EshopBundle\Controller\Shop\ViesController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Simple\SimpleController" to "Greendot\EshopBundle\Controller\Simple\SimpleController".
Inlined service "Greendot\EshopBundle\Service\DownloadRequests\DownloadRequestProvider" to "Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController" to "Greendot\EshopBundle\Controller\Simple\SimpleDownloadRequestController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController" to "Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController" to "Greendot\EshopBundle\Controller\Simple\SimplePurchaseController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController" to "Greendot\EshopBundle\Controller\Simple\SimpleVoucherController".
Inlined service "Greendot\EshopBundle\Service\Sitemaps\SitemapProvider" to "Greendot\EshopBundle\Controller\SitemapController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\SitemapController" to "Greendot\EshopBundle\Controller\SitemapController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\TemplateController" to "Greendot\EshopBundle\Controller\TemplateController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\TestController" to "Greendot\EshopBundle\Controller\TestController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\TranslationController" to "Greendot\EshopBundle\Controller\TranslationController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\ApplicationPageController" to "Greendot\EshopBundle\Controller\Web\ApplicationPageController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\BlogController" to "Greendot\EshopBundle\Controller\Web\BlogController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\GeneralPageController" to "Greendot\EshopBundle\Controller\Web\GeneralPageController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\HomepageController" to "Greendot\EshopBundle\Controller\Web\HomepageController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\IndustryPageController" to "Greendot\EshopBundle\Controller\Web\IndustryPageController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\MenuController" to "Greendot\EshopBundle\Controller\Web\MenuController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\Web\PageController" to "Greendot\EshopBundle\Controller\Web\PageController".
Inlined service ".service_locator.ZyP9f7K.Greendot\EshopBundle\Controller\XmlFeedController" to "Greendot\EshopBundle\Controller\XmlFeedController".
Inlined service "Greendot\EshopBundle\Invoice\Factory\InvoiceDataFactory" to "Greendot\EshopBundle\Service\InvoiceMaker".
Inlined service "monolog.logger.gateway.gpw" to "Greendot\EshopBundle\Service\PaymentGateway\GPWebpay".
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.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.YdPHpv7" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "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 ".workflow.blog_publishing.transition.0" to "workflow.blog_publishing.definition".
Inlined service ".workflow.blog_publishing.transition.1" to "workflow.blog_publishing.definition".
Inlined service ".workflow.blog_publishing.transition.2" to "workflow.blog_publishing.definition".
Inlined service ".workflow.blog_publishing.transition.3" to "workflow.blog_publishing.definition".
Inlined service "workflow.blog_publishing.metadata_store" to "workflow.blog_publishing.definition".
Inlined service "workflow.product_publishing.metadata_store" to "workflow.product_publishing.definition".
Inlined service "state_machine.purchase_flow.metadata_store" to "state_machine.purchase_flow.definition".
Inlined service "state_machine.voucher_flow.metadata_store" to "state_machine.voucher_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.0" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.1" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.2" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.3" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.4" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.5" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.6" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.7" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.8" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.9" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.10" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.11" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.12" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.13" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.14" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.15" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.16" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.17" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.18" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.19" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.20" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.21" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.22" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.23" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.24" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.25" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.26" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.27" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.28" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.29" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.30" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.31" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.32" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.33" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.34" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.35" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.36" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.37" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.38" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.39" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.40" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.41" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.42" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.43" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.44" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.45" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.46" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.47" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.48" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.49" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.50" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.51" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.52" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.53" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.54" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.55" to "state_machine.variant_purchase_flow.definition".
Inlined service ".state_machine.variant_purchase_flow.transition.56" to "state_machine.variant_purchase_flow.definition".
Inlined service "state_machine.variant_purchase_flow.metadata_store" to "state_machine.variant_purchase_flow.definition".
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 "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.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 "monolog.logger.lock" to "lock.default.factory".
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.ecEfxnO" 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.DgPViXZ" 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 "lock.default.factory" to "messenger.middleware.deduplicate_middleware".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.a7vr6T8" 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 "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "notifier.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.yqcOzk8" 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.IBmvOza" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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 ".service_locator.VAvLtRB" to "doctrine.orm.default_entity_listener_resolver".
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.loader.native_filesystem" to "twig".
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 "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" 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 "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Greendot\EshopBundle\Twig\AppExtension" to "twig".
Inlined service "Greendot\EshopBundle\Twig\WorkflowExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "nzo.twig.encryptor_extension" to "twig".
Inlined service ".twig.extension.Greendot\EshopBundle\Twig\GoogleTagManagerExtension" to "twig".
Inlined service ".twig.extension.Greendot\EshopBundle\Twig\ShortCodeExtension" 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 "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.oMM4nGS" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.D16UbTj" to "security.helper".
Inlined service ".service_locator.UJtv3Rv" to "security.helper".
Inlined service ".service_locator.2SIpdgl" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
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.eyAhcdy" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "debug.security.firewall.authenticator.dev.inner" to "debug.security.firewall.authenticator.dev".
Inlined service "security.exception_listener.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher..tvo6Vp" to ".security.request_matcher._7JLSkp".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.simple_api".
Inlined service "debug.security.firewall.authenticator.simple_api.inner" to "debug.security.firewall.authenticator.simple_api".
Inlined service "security.exception_listener.simple_api" to "security.firewall.map.context.simple_api".
Inlined service "security.firewall.map.config.simple_api" to "security.firewall.map.context.simple_api".
Inlined service "security.authenticator.login_link_signature_hasher.main" to "security.authenticator.login_link_handler.main".
Inlined service "security.authentication.success_handler.main.login_link" to "security.authenticator.login_link.main".
Inlined service "security.authentication.failure_handler.main.login_link" to "security.authenticator.login_link.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 "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "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 "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service ".service_locator.h8W2JKa" to "api_platform.state_provider.locator".
Inlined service ".service_locator.Wkm8iWM" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.WQt9XZi" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.locator" to "api_platform.state_processor.write".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.php_file".
Inlined service "api_platform.metadata.resource.name_collection_factory.php_file" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.php_file".
Inlined service "api_platform.metadata.mutator_collection.resource" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.mutator_collection.operation" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_file" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.mutator" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "App\ApiPlatform\ApiResourceDecorator" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.processor".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "App\DataLayer\Factory\ViewItemListFactory" to "Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener".
Inlined service "App\DataLayer\Factory\ViewItemFactory" to "Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener".
Inlined service "Greendot\EshopBundle\DataLayer\Factory\PurchaseFactory" to "Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener".
Inlined service "Greendot\EshopBundle\DataLayer\Factory\CartFactory" to "Greendot\EshopBundle\DataLayer\EventListener\DataLayerEventListener".
Inlined service "Greendot\EshopBundle\Service\ApiRequestDetector" to "Greendot\EshopBundle\EventSubscriber\AnonymousClientLogoutListener".
Inlined service "Greendot\EshopBundle\Service\DateService" to "Greendot\EshopBundle\EventSubscriber\PurchaseStateSubscriber".
Inlined service "Greendot\EshopBundle\Export\Data\Factory\GoogleProductFeedFactory" to "Greendot\EshopBundle\Export\Type\GoogleProductsFeedType".
Inlined service "Greendot\EshopBundle\Logging\LoggingMailer.inner" to "Greendot\EshopBundle\Logging\LoggingMailer".
Inlined service "monolog.logger.notification.email" to "Greendot\EshopBundle\Logging\LoggingMailer".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory" to "Greendot\EshopBundle\OpenApi\ShortCodeOpenApiFactory".
Inlined service "symfonycasts.verify_email.helper" to "Greendot\EshopBundle\Security\EmailVerifier".
Inlined service "monolog.logger.api.parcel.czech_post" to "Greendot\EshopBundle\Service\Parcel\CzechPostParcel".
Inlined service "monolog.logger.api.parcel.packetery" to "Greendot\EshopBundle\Service\Parcel\PacketeryParcel".
Inlined service "Greendot\EshopBundle\Service\DiscountService" to "Greendot\EshopBundle\Service\Price\ProductVariantPriceFactory".
Inlined service "monolog.logger.api.vies" to "Greendot\EshopBundle\Service\Vies\ManageVies".
Inlined service "Neogate\SmsConnect\SmsConnect" to "Greendot\EshopBundle\Sms\ManageSms".
Inlined service "Greendot\EshopBundle\Sms\Factory\OrderTransitionSmsFactory" to "Greendot\EshopBundle\Sms\ManageSms".
Inlined service "monolog.logger.purchase.checkout" to "Greendot\EshopBundle\StateProcessor\PurchaseCheckoutProcessor".
Inlined service "Greendot\EshopBundle\Service\InformationBlockService" to "Greendot\EshopBundle\Twig\AppExtension".
Inlined service "Greendot\EshopBundle\I18n\RouteTranslator" to "Greendot\EshopBundle\Twig\AppExtension".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.Xnrp4ju" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service "Greendot\ImagePullerClient\Service\JwtService" to "Greendot\ImagePullerClient\Controller\Api".
Inlined service "Greendot\ImagePullerClient\Service\ImageService" to "Greendot\ImagePullerClient\Controller\Api".
Inlined service ".service_locator.p_tZeMM.Greendot\ImagePullerClient\Controller\Api" to "Greendot\ImagePullerClient\Controller\Api".
Inlined service "debug.security.event_dispatcher.dev.inner" to "debug.security.event_dispatcher.dev".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.simple_api.inner" to "debug.security.event_dispatcher.simple_api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "api_platform.maker.command.filter" to "maker.auto_command.make_filter".
Inlined service ".service_locator.egipcEH" to ".service_locator.egipcEH.App\Controller\ConnectProductCategory::index()".
Inlined service ".service_locator.xBm8U3g" to ".service_locator.xBm8U3g.App\Controller\Decorated\Shop\ClientSectionController::order()".
Inlined service ".service_locator.IEsYrBm" to ".service_locator.IEsYrBm.App\Controller\Global\FragmentController::fragmentAssistantBox()".
Inlined service ".service_locator.hRQLwkA" to ".service_locator.hRQLwkA.App\Controller\Global\FragmentController::fragmentProducerList()".
Inlined service ".service_locator.esi7Qvr" to ".service_locator.esi7Qvr.App\Controller\Global\MetricsController::track()".
Inlined service ".service_locator.Un3QdRP" to ".service_locator.Un3QdRP.App\Controller\Shop\DownloadController::downloadEmailSubmit()".
Inlined service ".service_locator.v9szncA" to ".service_locator.v9szncA.App\Controller\Shop\FormFragmentController::helpWithSelection()".
Inlined service ".service_locator.Twg71Hq" to ".service_locator.Twg71Hq.App\Controller\UploadRestrictionController::fileRestriction()".
Inlined service ".service_locator.U4q1POh" to ".service_locator.U4q1POh.App\Controller\Web\DictionaryController::index()".
Inlined service ".service_locator.lRcon92" to ".service_locator.lRcon92.App\Controller\Web\MenuController::generateLaserSafetySubMenu()".
Inlined service ".service_locator.OyILS3s" to ".service_locator.OyILS3s.App\Controller\Web\PersonController::index()".
Inlined service ".service_locator.8y._fda" to ".service_locator.8y._fda.Greendot\EshopBundle\Controller\AlgoliaController::search()".
Inlined service ".service_locator.Gs8UG5i" to ".service_locator.Gs8UG5i.Greendot\EshopBundle\Controller\CustomErrorHandlerController::error_show()".
Inlined service ".service_locator.GEeZXtQ" to ".service_locator.GEeZXtQ.Greendot\EshopBundle\Controller\DataLayer\DataLayerApi::getAll()".
Inlined service ".service_locator.V2WA5Bl" to ".service_locator.V2WA5Bl.Greendot\EshopBundle\Controller\Export\DefaultExportController::googleProductFeed()".
Inlined service ".service_locator.qHpfPrp" to ".service_locator.qHpfPrp.Greendot\EshopBundle\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.oFo9pHm" to ".service_locator.oFo9pHm.Greendot\EshopBundle\Controller\Shop\AdviceController::commentDetail()".
Inlined service ".service_locator.HvfaIWv" to ".service_locator.HvfaIWv.Greendot\EshopBundle\Controller\Shop\CategoryController::index()".
Inlined service ".service_locator.Vn2bCI2" to ".service_locator.Vn2bCI2.Greendot\EshopBundle\Controller\Shop\CategoryController::fragUnderCategories()".
Inlined service ".service_locator.cYojW8y" to ".service_locator.cYojW8y.Greendot\EshopBundle\Controller\Shop\CategoryController::changeCurrency()".
Inlined service ".service_locator.lQpoUVl" to ".service_locator.lQpoUVl.Greendot\EshopBundle\Controller\Shop\ClientSectionController::downloadInvoice()".
Inlined service ".service_locator.m26080_" to ".service_locator.m26080_.Greendot\EshopBundle\Controller\Shop\ClientSectionController::index()".
Inlined service ".service_locator.v6T_J8T" to ".service_locator.v6T_J8T.Greendot\EshopBundle\Controller\Shop\ClientSectionController::payment()".
Inlined service ".service_locator.F_Fhllj" to ".service_locator.F_Fhllj.Greendot\EshopBundle\Controller\Shop\ClientSectionController::orders()".
Inlined service ".service_locator.6tMYjAr" to ".service_locator.6tMYjAr.Greendot\EshopBundle\Controller\Shop\ClientSectionController::order()".
Inlined service ".service_locator.weDI76O" to ".service_locator.weDI76O.Greendot\EshopBundle\Controller\Shop\ClientSectionController::draftOrders()".
Inlined service ".service_locator.3vbkKDW" to ".service_locator.3vbkKDW.Greendot\EshopBundle\Controller\Shop\ClientSectionController::profileDataChange()".
Inlined service ".service_locator.KNnWYKc" to ".service_locator.KNnWYKc.Greendot\EshopBundle\Controller\Shop\ClientSectionController::settings()".
Inlined service ".service_locator.kqhmU5i" to ".service_locator.kqhmU5i.Greendot\EshopBundle\Controller\Shop\ClientSectionController::calculatePurchase()".
Inlined service ".service_locator.cR4ErBF" to ".service_locator.cR4ErBF.Greendot\EshopBundle\Controller\Shop\ClientSectionController::calculateVariant()".
Inlined service ".service_locator.s38.g0F" to ".service_locator.s38.g0F.Greendot\EshopBundle\Controller\Shop\ClientSectionController::certificates()".
Inlined service ".service_locator.d0D7WMK" to ".service_locator.d0D7WMK.Greendot\EshopBundle\Controller\Shop\ClientSectionController::downloadVoucher()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.Greendot\EshopBundle\Controller\Shop\LoginController::login()".
Inlined service ".service_locator.PxfFYf7" to ".service_locator.PxfFYf7.Greendot\EshopBundle\Controller\Shop\MenuController::getSuperCategoryOfCurrentCategory()".
Inlined service ".service_locator.Zx0Ebo9" to ".service_locator.Zx0Ebo9.Greendot\EshopBundle\Controller\Shop\ProductController::add()".
Inlined service ".service_locator.bTiOO.8" to ".service_locator.bTiOO.8.Greendot\EshopBundle\Controller\Shop\ProductController::addToCart()".
Inlined service ".service_locator.q6qjWwQ" to ".service_locator.q6qjWwQ.Greendot\EshopBundle\Controller\Shop\ProductController::addToWishlist()".
Inlined service ".service_locator.PQwXpGp" to ".service_locator.PQwXpGp.Greendot\EshopBundle\Controller\Shop\ProductController::addToInquiry()".
Inlined service ".service_locator.zQ0_ASv" to ".service_locator.zQ0_ASv.Greendot\EshopBundle\Controller\Shop\ProductController::getPriceStringForProduct()".
Inlined service ".service_locator.pyoqWtf" to ".service_locator.pyoqWtf.Greendot\EshopBundle\Controller\Shop\ProductController::getAvailableParameters()".
Inlined service ".service_locator.rj_p7JX" to ".service_locator.rj_p7JX.Greendot\EshopBundle\Controller\Shop\PurchaseController::verifyOrder()".
Inlined service ".service_locator.EbWlX8H" to ".service_locator.EbWlX8H.Greendot\EshopBundle\Controller\Shop\PurchaseController::cancelOrder()".
Inlined service ".service_locator.tU5Wtqt" to ".service_locator.tU5Wtqt.Greendot\EshopBundle\Controller\Shop\PurchaseController::createParcel()".
Inlined service ".service_locator.Ah_ybwT" to ".service_locator.Ah_ybwT.Greendot\EshopBundle\Controller\Shop\PurchaseController::getParcelStatus()".
Inlined service ".service_locator.GL345QQ" to ".service_locator.GL345QQ.Greendot\EshopBundle\Controller\Shop\PurchaseController::getClientForm()".
Inlined service ".service_locator.71lN.kU" to ".service_locator.71lN.kU.Greendot\EshopBundle\Controller\Shop\PurchaseController::shopApiSessionCurrency()".
Inlined service ".service_locator.pHnbW9q" to ".service_locator.pHnbW9q.Greendot\EshopBundle\Controller\Shop\PurchaseController::setDraftAsCart()".
Inlined service ".service_locator.ChmpXFQ" to ".service_locator.ChmpXFQ.Greendot\EshopBundle\Controller\Shop\PurchaseController::putPurchaseProductsToCart()".
Inlined service ".service_locator.g4FXJxV" to ".service_locator.g4FXJxV.Greendot\EshopBundle\Controller\Shop\PurchaseController::wishlist()".
Inlined service ".service_locator.qZ0U04." to ".service_locator.qZ0U04..Greendot\EshopBundle\Controller\Shop\PurchaseController::wishlistShared()".
Inlined service ".service_locator.t_Oi455" to ".service_locator.t_Oi455.Greendot\EshopBundle\Controller\Shop\PurchaseController::sendWishlistEmail()".
Inlined service ".service_locator.vsTvcgH" to ".service_locator.vsTvcgH.Greendot\EshopBundle\Controller\Shop\RegistrationController::verifyUserEmail()".
Inlined service ".service_locator.KAWHxDW" to ".service_locator.KAWHxDW.Greendot\EshopBundle\Controller\Shop\RegistrationController::registerUser()".
Inlined service ".service_locator.gsg5E79" to ".service_locator.gsg5E79.Greendot\EshopBundle\Controller\Shop\RegistrationController::checkEmail()".
Inlined service ".service_locator.6uh_La0" to ".service_locator.6uh_La0.Greendot\EshopBundle\Controller\Shop\SupplierController::producerList()".
Inlined service ".service_locator.QfHWBd5" to ".service_locator.QfHWBd5.Greendot\EshopBundle\Controller\Simple\SimpleController::apiResetPassword()".
Inlined service ".service_locator.FYpqC7z" to ".service_locator.FYpqC7z.Greendot\EshopBundle\Controller\Simple\SimpleProductVariantController::notifyWatchdog()".
Inlined service ".service_locator.v7bFLhQ" to ".service_locator.v7bFLhQ.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController::makePurchaseTransition()".
Inlined service ".service_locator.6sNIEAx" to ".service_locator.6sNIEAx.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController::downloadInvoicePdf()".
Inlined service ".service_locator.RnesUiN" to ".service_locator.RnesUiN.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController::applyVoucherToPurchase()".
Inlined service ".service_locator.EhBptRn" to ".service_locator.EhBptRn.Greendot\EshopBundle\Controller\Simple\SimplePurchaseController::applyClientDiscountToPurchase()".
Inlined service ".service_locator.7bAtmle" to ".service_locator.7bAtmle.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController::makeVoucherTransition()".
Inlined service ".service_locator.vPnjYrN" to ".service_locator.vPnjYrN.Greendot\EshopBundle\Controller\Simple\SimpleVoucherController::downloadVoucher()".
Inlined service ".service_locator.rj4vJ7u" to ".service_locator.rj4vJ7u.Greendot\EshopBundle\Controller\TestController::gatewayTest()".
Inlined service ".service_locator.0Tab0Vv" to ".service_locator.0Tab0Vv.Greendot\EshopBundle\Controller\TestController::sms()".
Inlined service ".service_locator.aK.b0su" to ".service_locator.aK.b0su.Greendot\EshopBundle\Controller\TestController::mailsReceive()".
Inlined service ".service_locator.SMi9XcK" to ".service_locator.SMi9XcK.Greendot\EshopBundle\Controller\TestController::mailsSend()".
Inlined service ".service_locator.vDoKq30" to ".service_locator.vDoKq30.Greendot\EshopBundle\Controller\TranslationController::category()".
Inlined service ".service_locator.pT1jzHg" to ".service_locator.pT1jzHg.Greendot\EshopBundle\Controller\TranslationController::categoryShop()".
Inlined service ".service_locator.QExfKWK" to ".service_locator.QExfKWK.Greendot\EshopBundle\Controller\TranslationController::product()".
Inlined service ".service_locator.qG3iJse" to ".service_locator.qG3iJse.Greendot\EshopBundle\Controller\TranslationController::categoryProductsShop()".
Inlined service ".service_locator.KHhLDTq" to ".service_locator.KHhLDTq.Greendot\EshopBundle\Controller\TranslationController::translateJS()".
Inlined service ".service_locator.0jVuALk" to ".service_locator.0jVuALk.Greendot\EshopBundle\Controller\Web\BlogController::blogLandingPage()".
Inlined service ".service_locator.hRoi0qQ" to ".service_locator.hRoi0qQ.Greendot\EshopBundle\Controller\Web\BlogController::blogCategory()".
Inlined service ".service_locator.Sv0wUq9" to ".service_locator.Sv0wUq9.Greendot\EshopBundle\Controller\Web\BlogController::blogDetail()".
Inlined service ".service_locator.TBe3_F1" to ".service_locator.TBe3_F1.Greendot\EshopBundle\Controller\Web\GeneralPageController::getPage()".
Inlined service ".service_locator.V3_b9Wn" to ".service_locator.V3_b9Wn.Greendot\EshopBundle\Controller\Web\PageController::getReservations()".
Inlined service ".service_locator.on.nmyR" to ".service_locator.on.nmyR.Greendot\ImagePullerClient\Controller\Api::getSrc()".
Inlined service "Greendot\EshopBundle\I18n\TranslatedEntityValueResolver" to ".debug.value_resolver.Greendot\EshopBundle\I18n\TranslatedEntityValueResolver".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
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\AssistantConsultationClickMessageHandler" to ".messenger.handler_descriptor.dulFZmD".
Inlined service "App\MessageHandler\ShopMailNotificationMessageHandler" to ".messenger.handler_descriptor.9439Rgg".
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 "Greendot\EshopBundle\MessageHandler\Affiliate\CancelAffiliateEntryHandler" to ".messenger.handler_descriptor.bpA8Mli".
Inlined service "Greendot\EshopBundle\MessageHandler\Affiliate\CreateAffiliateEntryHandler" to ".messenger.handler_descriptor..k58eAI".
Inlined service "Greendot\EshopBundle\MessageHandler\Export\AssembleExportHandler" to ".messenger.handler_descriptor.WiqWjno".
Inlined service "Greendot\EshopBundle\MessageHandler\Export\InitializeExportHandler" to ".messenger.handler_descriptor.cOBHz2J".
Inlined service "Greendot\EshopBundle\MessageHandler\Export\ProcessChunkHandler" to ".messenger.handler_descriptor.Duxxa_3".
Inlined service "Greendot\EshopBundle\MessageHandler\Notification\IssuedVoucherEmailHandler" to ".messenger.handler_descriptor.Lhwc17P".
Inlined service "Greendot\EshopBundle\MessageHandler\Notification\PurchaseDiscussionEmailHandler" to ".messenger.handler_descriptor.sIiEu4H".
Inlined service "Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionEmailHandler" to ".messenger.handler_descriptor.1.UDyIz".
Inlined service "Greendot\EshopBundle\MessageHandler\Notification\PurchaseTransitionSmsHandler" to ".messenger.handler_descriptor.aELZybE".
Inlined service "Greendot\EshopBundle\MessageHandler\Parcel\CreateParcelHandler" to ".messenger.handler_descriptor.Q_gHQzr".
Inlined service "Greendot\EshopBundle\MessageHandler\Parcel\UpdateDeliveryStatusHandler" to ".messenger.handler_descriptor.YLgBpJI".
Inlined service "Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\NotifyVariantAvailableHandler" to ".messenger.handler_descriptor.cZkH512".
Inlined service "Greendot\EshopBundle\MessageHandler\Watchdog\VariantAvailable\VariantAvailableEmailHandler" to ".messenger.handler_descriptor.u24Ump9".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.workflow.blog_publishing.inner" to "debug.workflow.blog_publishing".
Inlined service "debug.workflow.product_publishing.inner" to "debug.workflow.product_publishing".
Inlined service "debug.state_machine.purchase_flow.inner" to "debug.state_machine.purchase_flow".
Inlined service "debug.state_machine.voucher_flow.inner" to "debug.state_machine.voucher_flow".
Inlined service "debug.state_machine.variant_purchase_flow.inner" to "debug.state_machine.variant_purchase_flow".
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 "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_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 "Greendot\EshopBundle\Security\Voter\OrderVoter" to ".debug.security.voter.Greendot\EshopBundle\Security\Voter\OrderVoter".
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.PopgksY" to ".service_locator.PopgksY.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.p_tZeMM" to ".service_locator.p_tZeMM.Greendot\ImagePullerClient\Controller\Api".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.XNeBHUn" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "Greendot\EshopBundle\Normalizer\ShortCodeReplacementNormalizer" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.documentation" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.validation_exception" 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 "api_platform.hydra.normalizer.collection_filters" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.yamlopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "workflow.blog_publishing.definition" to "debug.workflow.blog_publishing.inner".
Inlined service "workflow.product_publishing.definition" to "debug.workflow.product_publishing.inner".
Inlined service "state_machine.purchase_flow.definition" to "debug.state_machine.purchase_flow.inner".
Inlined service "state_machine.voucher_flow.definition" to "debug.state_machine.voucher_flow.inner".
Inlined service "state_machine.variant_purchase_flow.definition" to "debug.state_machine.variant_purchase_flow.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.KnJFeWz" to "console.command_loader".
Inlined service ".service_locator.PopgksY.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 "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
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.encoder.json" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "Greendot\EshopBundle\Service\ManageWorkflows" to "twig".
Inlined service "Greendot\EshopBundle\Service\ManageWorkflows" to "twig".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "monolog.logger.notification.sms" to "Greendot\EshopBundle\Sms\ManageSms".
Inlined service "monolog.logger.notification.sms" to "Greendot\EshopBundle\Sms\ManageSms".
Inlined service ".workflow.product_publishing.transition.0" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.1" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.2" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.3" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.4" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.5" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.0" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.1" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.2" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.3" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.4" to "debug.workflow.product_publishing".
Inlined service ".workflow.product_publishing.transition.5" to "debug.workflow.product_publishing".
Inlined service ".state_machine.purchase_flow.transition.0" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.1" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.2" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.3" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.4" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.5" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.6" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.7" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.8" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.9" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.10" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.11" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.12" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.13" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.14" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.15" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.16" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.17" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.18" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.19" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.20" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.21" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.22" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.23" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.24" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.25" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.26" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.0" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.1" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.2" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.3" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.4" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.5" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.6" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.7" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.8" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.9" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.10" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.11" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.12" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.13" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.14" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.15" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.16" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.17" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.18" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.19" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.20" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.21" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.22" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.23" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.24" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.25" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.purchase_flow.transition.26" to "debug.state_machine.purchase_flow".
Inlined service ".state_machine.voucher_flow.transition.0" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.1" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.2" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.3" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.4" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.5" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.0" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.1" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.2" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.3" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.4" to "debug.state_machine.voucher_flow".
Inlined service ".state_machine.voucher_flow.transition.5" to "debug.state_machine.voucher_flow".
Inlined service "App\Serializer\Decoration\SerializationDecorator" to "debug.serializer".
Inlined service "App\Serializer\Decoration\SerializationDecorator" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
3
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.dev", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.simple_api", "debug.security.firewall.authenticator.main", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "Greendot\EshopBundle\Logging\LoggingMailer", "Greendot\EshopBundle\OpenApi\ShortCodeOpenApiFactory", "debug.security.event_dispatcher.dev", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.simple_api", "debug.security.event_dispatcher.main", ".debug.http_client", "debug.workflow.blog_publishing", "debug.workflow.product_publishing", "debug.state_machine.purchase_flow", "debug.state_machine.voucher_flow", "debug.state_machine.variant_purchase_flow", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "workflow.workflow" was defined on service(s) "debug.workflow.blog_publishing", "debug.workflow.product_publishing", but was never used.
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.purchase_flow", "debug.state_machine.voucher_flow", "debug.state_machine.variant_purchase_flow", but was never used.