Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (3)
Time
Message
deprecation
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
"SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.type AS type_4, t0.gps AS gps_5, t0.about_us AS about_us_6, t0.description_general AS description_general_7, t0.description_car AS description_car_8, t0.description_public AS description_public_9, t0.limit_max_weight AS limit_max_weight_10, t0.limit_max_packages AS limit_max_packages_11, t0.active_receive AS active_receive_12, t0.active AS active_13, t0.opening_hours AS opening_hours_14, t0.sms_text AS sms_text_15, t0.web_site AS web_site_16, t0.created AS created_17, t0.modified AS modified_18, t0.address_id AS address_id_19, t0.user_account_delivery_partner_id AS user_account_delivery_partner_id_20, t0.main_image_id AS main_image_id_21 FROM pm_delivery_point t0 WHERE t0.code = ? LIMIT 1"
(parameters:
[1 => "HRA003"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.type AS type_4, t0.gps AS gps_5, t0.about_us AS about_us_6, t0.description_general AS description_general_7, t0.description_car AS description_car_8, t0.description_public AS description_public_9, t0.limit_max_weight AS limit_max_weight_10, t0.limit_max_packages AS limit_max_packages_11, t0.active_receive AS active_receive_12, t0.active AS active_13, t0.opening_hours AS opening_hours_14, t0.sms_text AS sms_text_15, t0.web_site AS web_site_16, t0.created AS created_17, t0.modified AS modified_18, t0.address_id AS address_id_19, t0.user_account_delivery_partner_id AS user_account_delivery_partner_id_20, t0.main_image_id AS main_image_id_21 FROM pm_delivery_point t0 WHERE t0.code = ? LIMIT 1"
"params" => [1 => "HRA003"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_2, t0.name AS name_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.zip_code AS zip_code_6, t0.phone AS phone_7, t0.email AS email_8, t0.alias AS alias_9, t0.city AS city_10, t0.district AS district_11, t0.country_id AS country_id_12, t0.discriminator, t1.company_name AS company_name_13, t1.company_reg_number AS company_reg_number_14, t1.vat_number AS vat_number_15 FROM pm_address t0 LEFT JOIN pm_billing_address t1 ON t0.id = t1.id WHERE t0.id = ?"
(parameters:
[1 => 1091]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_2, t0.name AS name_3, t0.address1 AS address1_4, t0.address2 AS address2_5, t0.zip_code AS zip_code_6, t0.phone AS phone_7, t0.email AS email_8, t0.alias AS alias_9, t0.city AS city_10, t0.district AS district_11, t0.country_id AS country_id_12, t0.discriminator, t1.company_name AS company_name_13, t1.company_reg_number AS company_reg_number_14, t1.vat_number AS vat_number_15 FROM pm_address t0 LEFT JOIN pm_billing_address t1 ON t0.id = t1.id WHERE t0.id = ?"
"params" => [1 => 1091]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.dt_from AS dt_from_1, p0_.dt_to AS dt_to_2, p0_.note AS note_3, p0_.delivery_point_id AS delivery_point_id_4 FROM pm_delivery_point_closed p0_ INNER JOIN pm_delivery_point p1_ ON (p0_.delivery_point_id = p1_.id) WHERE p0_.delivery_point_id = p1_.id AND p1_.id = ? AND p0_.dt_to >= ? ORDER BY p0_.dt_from ASC"
(parameters:
[1 => 492 => "2026-01-15 07:46:38"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.dt_from AS dt_from_1, p0_.dt_to AS dt_to_2, p0_.note AS note_3, p0_.delivery_point_id AS delivery_point_id_4 FROM pm_delivery_point_closed p0_ INNER JOIN pm_delivery_point p1_ ON (p0_.delivery_point_id = p1_.id) WHERE p0_.delivery_point_id = p1_.id AND p1_.id = ? AND p0_.dt_to >= ? ORDER BY p0_.dt_from ASC"
"params" => [1 => 492 => "2026-01-15 07:46:38"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.package_state_id AS package_state_id_1, p0_.last_customer_notification AS last_customer_notification_2, p1_.last_date_for_pickup AS last_date_for_pickup_3, p1_.delivery_code AS delivery_code_4, p0_.discriminator AS discriminator_5, p0_.order_id AS order_id_6, p0_.package_code_id AS package_code_id_7, p0_.measurement_id AS measurement_id_8, p1_.box_id AS box_id_9 FROM pm_package_delivery p1_ INNER JOIN pm_package p0_ ON p1_.id = p0_.id LEFT JOIN (pm_order_delivery p2_ INNER JOIN pm_order p3_ ON p2_.id = p3_.id) ON (p0_.order_id = p3_.id) WHERE p2_.delivery_point_id = ? AND p0_.package_state_id = ? GROUP BY p0_.id, p0_.package_state_id, p0_.last_customer_notification, p1_.last_date_for_pickup, p1_.delivery_code, p0_.order_id, p0_.package_code_id, p0_.measurement_id, p1_.box_id"
(parameters:
[1 => 492 => 9]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.package_state_id AS package_state_id_1, p0_.last_customer_notification AS last_customer_notification_2, p1_.last_date_for_pickup AS last_date_for_pickup_3, p1_.delivery_code AS delivery_code_4, p0_.discriminator AS discriminator_5, p0_.order_id AS order_id_6, p0_.package_code_id AS package_code_id_7, p0_.measurement_id AS measurement_id_8, p1_.box_id AS box_id_9 FROM pm_package_delivery p1_ INNER JOIN pm_package p0_ ON p1_.id = p0_.id LEFT JOIN (pm_order_delivery p2_ INNER JOIN pm_order p3_ ON p2_.id = p3_.id) ON (p0_.order_id = p3_.id) WHERE p2_.delivery_point_id = ? AND p0_.package_state_id = ? GROUP BY p0_.id, p0_.package_state_id, p0_.last_customer_notification, p1_.last_date_for_pickup, p1_.delivery_code, p0_.order_id, p0_.package_code_id, p0_.measurement_id, p1_.box_id"
"params" => [1 => 492 => 9]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 40495]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 40495]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.weight AS weight_4, t0.price_buy AS price_buy_5, t0.price_sell AS price_sell_6, t0.length AS length_7, t0.width AS width_8, t0.active AS active_9, t0.height AS height_10, t0.carrier_id AS carrier_id_11, t0.country_id AS country_id_12, t0.discriminator FROM pm_carrier_price t0 LEFT JOIN pm_carrier_price_delivery t1 ON t0.id = t1.id LEFT JOIN pm_carrier_price_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.weight AS weight_4, t0.price_buy AS price_buy_5, t0.price_sell AS price_sell_6, t0.length AS length_7, t0.width AS width_8, t0.active AS active_9, t0.height AS height_10, t0.carrier_id AS carrier_id_11, t0.country_id AS country_id_12, t0.discriminator FROM pm_carrier_price t0 LEFT JOIN pm_carrier_price_delivery t1 ON t0.id = t1.id LEFT JOIN pm_carrier_price_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 57999]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 57999]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 57965]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 57965]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 57999]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 57999]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 24974]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 24974]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 40570]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 40570]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 58074]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 58074]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 58040]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 58040]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 58074]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 58074]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 25049]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 25049]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 40763]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 40763]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 58267]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 58267]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 58233]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 58233]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 58267]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 58267]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 25242]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 25242]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 40782]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 40782]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 58286]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 58286]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 58252]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 58252]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 58286]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 58286]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 25261]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 25261]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 41702]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 41702]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 59506]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 59506]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 59472]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 59472]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 59506]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 59506]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26181]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26181]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 41792]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 41792]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 59596]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 59596]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 59562]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 59562]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 59596]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 59596]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26271]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26271]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42174]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42174]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60138]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60138]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60104]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60104]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60138]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60138]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26653]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26653]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42311]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42311]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60409]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60409]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60375]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60375]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60409]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60409]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26790]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26790]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42426]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42426]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60524]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60524]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60490]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60490]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60524]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60524]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26905]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26905]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42452]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42452]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60550]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60550]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60516]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60516]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60550]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60550]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 26931]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 26931]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42562]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42562]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60662]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60662]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60628]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60628]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60662]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60662]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27039]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27039]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 42644]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 42644]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 60744]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 60744]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 60710]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 60710]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 60744]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 60744]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27121]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27121]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43002]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43002]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61250]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61250]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61216]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61216]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61250]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61250]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27479]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27479]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43254]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43254]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61568]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61568]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61534]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61534]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61568]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61568]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27731]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27731]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43292]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43292]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61712]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61712]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61678]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61678]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61712]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61712]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27769]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27769]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43313]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43313]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61733]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61733]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61699]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61699]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61733]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61733]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27790]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27790]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43363]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43363]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61783]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61783]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61749]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61749]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61783]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61783]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 27840]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 27840]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43537]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43537]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 61978]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 61978]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 61944]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 61944]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 61978]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 61978]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28014]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28014]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43658]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43658]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62099]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62099]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62065]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62065]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62099]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62099]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28135]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28135]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43660]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43660]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62101]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62067]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62067]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62101]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28137]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28137]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43707]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43707]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62148]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62148]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62114]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62114]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62148]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62148]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28184]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28184]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43815]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43815]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62256]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62256]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62222]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62222]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62256]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62256]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28292]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28292]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 43962]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 43962]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62473]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62473]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62439]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62439]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62473]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62473]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28439]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28439]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 44087]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.identifier AS identifier_4, t0.invoice_id AS invoice_id_5, t0.invoice_hash AS invoice_hash_6, t0.proforma_invoice_id AS proforma_invoice_id_7, t0.proforma_invoice_hash AS proforma_invoice_hash_8, t0.paid AS paid_9, t0.vat AS vat_10, t0.price_vat AS price_vat_11, t0.price_no_vat AS price_no_vat_12, t0.order_state_id AS order_state_id_13, t0.created AS created_14, t0.currency_id AS currency_id_15, t0.user_account_sender_id AS user_account_sender_id_16, t0.carrier_price_id AS carrier_price_id_17, t0.discriminator, t1.sender_reference AS sender_reference_18, t1.sender_created AS sender_created_19, t1.sender_value AS sender_value_20, t1.sender_location AS sender_location_21, t1.contact_id AS contact_id_22, t1.delivery_point_id AS delivery_point_id_23, t2.delivery_address_id AS delivery_address_id_24, t2.return_address_id AS return_address_id_25, t2.billing_address_id AS billing_address_id_26 FROM pm_order t0 LEFT JOIN pm_order_delivery t1 ON t0.id = t1.id LEFT JOIN pm_order_postman t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 44087]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 62676]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.code AS code_10, t0.created AS created_11, t0.code_location_id AS code_location_id_12, t0.discriminator FROM pm_package_code t0 LEFT JOIN pm_package_code_dpd t1 ON t0.id = t1.id LEFT JOIN pm_package_code_sender_delivery t2 ON t0.id = t2.id LEFT JOIN pm_package_code_internal t3 ON t0.id = t3.id LEFT JOIN pm_package_code_customer t4 ON t0.id = t4.id LEFT JOIN pm_package_code_czech_post t5 ON t0.id = t5.id LEFT JOIN pm_package_code_dpdczech t6 ON t0.id = t6.id LEFT JOIN pm_package_code_sender_postman t7 ON t0.id = t7.id LEFT JOIN pm_package_code_internal_box t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 62676]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 62642]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.package_id AS package_id_4, t2.box_id AS box_id_5 FROM pm_code_location t0 LEFT JOIN pm_code_location_package t1 ON t0.id = t1.id LEFT JOIN pm_code_location_box t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 62642]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
(parameters:
[1 => 62676]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.package_state_id AS package_state_id_4, t0.last_customer_notification AS last_customer_notification_5, t0.order_id AS order_id_6, t0.package_code_id AS package_code_id_7, t0.measurement_id AS measurement_id_8, t0.discriminator, t1.content_description AS content_description_9, t1.customer_code_id AS customer_code_id_10, t2.last_date_for_pickup AS last_date_for_pickup_11, t2.delivery_code AS delivery_code_12, t2.box_id AS box_id_13 FROM pm_package t0 LEFT JOIN pm_package_postman t1 ON t0.id = t1.id LEFT JOIN pm_package_delivery t2 ON t0.id = t2.id WHERE t0.package_code_id = ?"
"params" => [1 => 62676]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
(parameters:
[1 => 28564]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_3, t0.discriminator, t1.weight AS weight_4, t1.size_check AS size_check_5, t2.length AS length_6, t2.width AS width_7, t2.height AS height_8, t2.weight AS weight_9, t2.source AS source_10 FROM pm_measurement t0 LEFT JOIN pm_simple_measurement t1 ON t0.id = t1.id LEFT JOIN pm_complex_measurement t2 ON t0.id = t2.id WHERE t0.id = ?"
"params" => [1 => 28564]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.dt_from AS dt_from_2, t0.dt_to AS dt_to_3, t0.pay_until AS pay_until_4, t0.minimal_reward AS minimal_reward_5, t0.delivery_point_id AS delivery_point_id_6 FROM pm_delivery_point_contract t0 WHERE t0.delivery_point_id = ? ORDER BY t0.id DESC"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.dt_from AS dt_from_2, t0.dt_to AS dt_to_3, t0.pay_until AS pay_until_4, t0.minimal_reward AS minimal_reward_5, t0.delivery_point_id AS delivery_point_id_6 FROM pm_delivery_point_contract t0 WHERE t0.delivery_point_id = ? ORDER BY t0.id DESC"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.image AS image_2, t0.image_prefix AS image_prefix_3, t0.delivery_point_id AS delivery_point_id_4 FROM pm_delivery_point_image t0 WHERE t0.delivery_point_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.image AS image_2, t0.image_prefix AS image_prefix_3, t0.delivery_point_id AS delivery_point_id_4 FROM pm_delivery_point_image t0 WHERE t0.delivery_point_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.dt_from AS dt_from_2, t0.dt_to AS dt_to_3, t0.note AS note_4, t0.delivery_point_id AS delivery_point_id_5 FROM pm_delivery_point_closed t0 WHERE t0.delivery_point_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.dt_from AS dt_from_2, t0.dt_to AS dt_to_3, t0.note AS note_4, t0.delivery_point_id AS delivery_point_id_5 FROM pm_delivery_point_closed t0 WHERE t0.delivery_point_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
"SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ? LIMIT 1"
(parameters:
[1 => "support_delivery_email"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ? LIMIT 1"
"params" => [1 => "support_delivery_email"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ?"
(parameters:
[1 => "support_delivery_email"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ?"
"params" => [1 => "support_delivery_email"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
484
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPointController" (parent: .abstract.instanceof.App\Controller\Api\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPointController).
Resolving inheritance for "App\Controller\Api\DeliveryPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController" (parent: .abstract.instanceof.App\Controller\Api\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController).
Resolving inheritance for "App\Controller\Api\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SenderDispatchController" (parent: .abstract.instanceof.App\Controller\Api\SenderDispatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SenderDispatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SenderDispatchController).
Resolving inheritance for "App\Controller\Api\SenderDispatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SenderDispatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\CarrierController" (parent: .abstract.instanceof.App\Controller\Cron\CarrierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\CarrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\CarrierController).
Resolving inheritance for "App\Controller\Cron\CarrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\CarrierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryController" (parent: .abstract.instanceof.App\Controller\Cron\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryController).
Resolving inheritance for "App\Controller\Cron\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryPointController" (parent: .abstract.instanceof.App\Controller\Cron\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryPointController).
Resolving inheritance for "App\Controller\Cron\DeliveryPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\EmailController" (parent: .abstract.instanceof.App\Controller\Cron\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\EmailController).
Resolving inheritance for "App\Controller\Cron\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\OrderController" (parent: .abstract.instanceof.App\Controller\Cron\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\OrderController).
Resolving inheritance for "App\Controller\Cron\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\PaymentController" (parent: .abstract.instanceof.App\Controller\Cron\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\PaymentController).
Resolving inheritance for "App\Controller\Cron\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DeliveryController" (parent: .abstract.instanceof.App\Controller\Customer\Delivery\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DeliveryController).
Resolving inheritance for "App\Controller\Customer\Delivery\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DocController" (parent: .abstract.instanceof.App\Controller\Customer\Delivery\DocController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DocController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DocController).
Resolving inheritance for "App\Controller\Customer\Delivery\DocController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DocController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\TrackAndTraceController" (parent: .abstract.instanceof.App\Controller\Customer\Delivery\TrackAndTraceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\TrackAndTraceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\TrackAndTraceController).
Resolving inheritance for "App\Controller\Customer\Delivery\TrackAndTraceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\TrackAndTraceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\FormController" (parent: .abstract.instanceof.App\Controller\Customer\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\FormController).
Resolving inheritance for "App\Controller\Customer\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\InvoiceController" (parent: .abstract.instanceof.App\Controller\Customer\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\InvoiceController).
Resolving inheritance for "App\Controller\Customer\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\PriceController" (parent: .abstract.instanceof.App\Controller\Customer\PriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\PriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\PriceController).
Resolving inheritance for "App\Controller\Customer\PriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\PriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\QRCodeController" (parent: .abstract.instanceof.App\Controller\Customer\QRCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\QRCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\QRCodeController).
Resolving inheritance for "App\Controller\Customer\QRCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\QRCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\SenderController" (parent: .abstract.instanceof.App\Controller\Customer\SenderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\SenderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\SenderController).
Resolving inheritance for "App\Controller\Customer\SenderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\SenderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\StaticPagesController" (parent: .abstract.instanceof.App\Controller\Customer\StaticPagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\StaticPagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\StaticPagesController).
Resolving inheritance for "App\Controller\Customer\StaticPagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\StaticPagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\TrackAndTraceController" (parent: .abstract.instanceof.App\Controller\Customer\TrackAndTraceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\TrackAndTraceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\TrackAndTraceController).
Resolving inheritance for "App\Controller\Customer\TrackAndTraceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\TrackAndTraceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\AccountingToolsController" (parent: .abstract.instanceof.App\Controller\Support\AccountingToolsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\AccountingToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\AccountingToolsController).
Resolving inheritance for "App\Controller\Support\AccountingToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\AccountingToolsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\BoxController" (parent: .abstract.instanceof.App\Controller\Support\BoxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\BoxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\BoxController).
Resolving inheritance for "App\Controller\Support\BoxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\BoxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\CrontaskController" (parent: .abstract.instanceof.App\Controller\Support\CrontaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\CrontaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\CrontaskController).
Resolving inheritance for "App\Controller\Support\CrontaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\CrontaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DataAcquisitionController" (parent: .abstract.instanceof.App\Controller\Support\DataAcquisitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DataAcquisitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DataAcquisitionController).
Resolving inheritance for "App\Controller\Support\DataAcquisitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DataAcquisitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DefaultController" (parent: .abstract.instanceof.App\Controller\Support\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DefaultController).
Resolving inheritance for "App\Controller\Support\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseBoxController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryCloseBoxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseBoxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseBoxController).
Resolving inheritance for "App\Controller\Support\DeliveryCloseBoxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseBoxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseSingleBoxController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryCloseSingleBoxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseSingleBoxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseSingleBoxController).
Resolving inheritance for "App\Controller\Support\DeliveryCloseSingleBoxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseSingleBoxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPackageHandoverController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryPackageHandoverController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPackageHandoverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPackageHandoverController).
Resolving inheritance for "App\Controller\Support\DeliveryPackageHandoverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPackageHandoverController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointController).
Resolving inheritance for "App\Controller\Support\DeliveryPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointReceivingPackagesController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryPointReceivingPackagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointReceivingPackagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointReceivingPackagesController).
Resolving inheritance for "App\Controller\Support\DeliveryPointReceivingPackagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointReceivingPackagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareBoxController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryPrepareBoxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareBoxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareBoxController).
Resolving inheritance for "App\Controller\Support\DeliveryPrepareBoxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareBoxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareSingleBoxController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryPrepareSingleBoxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareSingleBoxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareSingleBoxController).
Resolving inheritance for "App\Controller\Support\DeliveryPrepareSingleBoxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareSingleBoxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryReceivingPackageController" (parent: .abstract.instanceof.App\Controller\Support\DeliveryReceivingPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryReceivingPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryReceivingPackageController).
Resolving inheritance for "App\Controller\Support\DeliveryReceivingPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryReceivingPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ErrorQueueProcessingController" (parent: .abstract.instanceof.App\Controller\Support\ErrorQueueProcessingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ErrorQueueProcessingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ErrorQueueProcessingController).
Resolving inheritance for "App\Controller\Support\ErrorQueueProcessingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ErrorQueueProcessingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ExportCzechPostAddressesCSVController" (parent: .abstract.instanceof.App\Controller\Support\ExportCzechPostAddressesCSVController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ExportCzechPostAddressesCSVController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ExportCzechPostAddressesCSVController).
Resolving inheritance for "App\Controller\Support\ExportCzechPostAddressesCSVController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ExportCzechPostAddressesCSVController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\LabelController" (parent: .abstract.instanceof.App\Controller\Support\LabelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\LabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\LabelController).
Resolving inheritance for "App\Controller\Support\LabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\LabelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\NotesController" (parent: .abstract.instanceof.App\Controller\Support\NotesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\NotesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\NotesController).
Resolving inheritance for "App\Controller\Support\NotesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\NotesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\OrderController" (parent: .abstract.instanceof.App\Controller\Support\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\OrderController).
Resolving inheritance for "App\Controller\Support\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PackageController" (parent: .abstract.instanceof.App\Controller\Support\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PackageController).
Resolving inheritance for "App\Controller\Support\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PrefixController" (parent: .abstract.instanceof.App\Controller\Support\PrefixController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PrefixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PrefixController).
Resolving inheritance for "App\Controller\Support\PrefixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PrefixController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\RePrintBoxLabelController" (parent: .abstract.instanceof.App\Controller\Support\RePrintBoxLabelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\RePrintBoxLabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\RePrintBoxLabelController).
Resolving inheritance for "App\Controller\Support\RePrintBoxLabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\RePrintBoxLabelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReceivingPackageController" (parent: .abstract.instanceof.App\Controller\Support\ReceivingPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReceivingPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReceivingPackageController).
Resolving inheritance for "App\Controller\Support\ReceivingPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReceivingPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReportController" (parent: .abstract.instanceof.App\Controller\Support\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReportController).
Resolving inheritance for "App\Controller\Support\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\Support\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ResetPasswordController).
Resolving inheritance for "App\Controller\Support\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReturnigPackageController" (parent: .abstract.instanceof.App\Controller\Support\ReturnigPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReturnigPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReturnigPackageController).
Resolving inheritance for "App\Controller\Support\ReturnigPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReturnigPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SearchController" (parent: .abstract.instanceof.App\Controller\Support\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SearchController).
Resolving inheritance for "App\Controller\Support\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SecurityController" (parent: .abstract.instanceof.App\Controller\Support\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SecurityController).
Resolving inheritance for "App\Controller\Support\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SettingsController" (parent: .abstract.instanceof.App\Controller\Support\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SettingsController).
Resolving inheritance for "App\Controller\Support\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UserController" (parent: .abstract.instanceof.App\Controller\Support\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UserController).
Resolving inheritance for "App\Controller\Support\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UtilityController" (parent: .abstract.instanceof.App\Controller\Support\UtilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UtilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UtilityController).
Resolving inheritance for "App\Controller\Support\UtilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UtilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\VersionDisplayController" (parent: .abstract.instanceof.App\Controller\Support\VersionDisplayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\VersionDisplayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\VersionDisplayController).
Resolving inheritance for "App\Controller\Support\VersionDisplayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\VersionDisplayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\AdminerController" (parent: .abstract.instanceof.App\Controller\Tools\AdminerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\AdminerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\AdminerController).
Resolving inheritance for "App\Controller\Tools\AdminerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\AdminerController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\AddressType" (parent: .abstract.instanceof.App\Form\Customer\AddressType).
Resolving inheritance for "App\Form\Customer\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\DeliveryPartnerCompleteType" (parent: .abstract.instanceof.App\Form\Customer\DeliveryPartnerCompleteType).
Resolving inheritance for "App\Form\Customer\DeliveryPartnerCompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\DeliveryPartnerCompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\PackageCalculation" (parent: .abstract.instanceof.App\Form\Customer\PackageCalculation).
Resolving inheritance for "App\Form\Customer\PackageCalculation" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\PackageCalculation).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SenderRegistrationType" (parent: .abstract.instanceof.App\Form\Customer\SenderRegistrationType).
Resolving inheritance for "App\Form\Customer\SenderRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SenderRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SimpleOrderType" (parent: .abstract.instanceof.App\Form\Customer\SimpleOrderType).
Resolving inheritance for "App\Form\Customer\SimpleOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SimpleOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\TrackAndTraceSearchType" (parent: .abstract.instanceof.App\Form\Customer\TrackAndTraceSearchType).
Resolving inheritance for "App\Form\Customer\TrackAndTraceSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\TrackAndTraceSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\AddNoteToObjectType" (parent: .abstract.instanceof.App\Form\Support\AddNoteToObjectType).
Resolving inheritance for "App\Form\Support\AddNoteToObjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\AddNoteToObjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\Support\ChangePasswordFormType).
Resolving inheritance for "App\Form\Support\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangeUserPasswordFormType" (parent: .abstract.instanceof.App\Form\Support\ChangeUserPasswordFormType).
Resolving inheritance for "App\Form\Support\ChangeUserPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangeUserPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ConfigurationFormType" (parent: .abstract.instanceof.App\Form\Support\ConfigurationFormType).
Resolving inheritance for "App\Form\Support\ConfigurationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ConfigurationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryCustomerType" (parent: .abstract.instanceof.App\Form\Support\ContactDeliveryCustomerType).
Resolving inheritance for "App\Form\Support\ContactDeliveryCustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryCustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointEmployeeType" (parent: .abstract.instanceof.App\Form\Support\ContactDeliveryPointEmployeeType).
Resolving inheritance for "App\Form\Support\ContactDeliveryPointEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointFormType" (parent: .abstract.instanceof.App\Form\Support\ContactDeliveryPointFormType).
Resolving inheritance for "App\Form\Support\ContactDeliveryPointFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactFormType" (parent: .abstract.instanceof.App\Form\Support\ContactFormType).
Resolving inheritance for "App\Form\Support\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DatepickerType" (parent: .abstract.instanceof.App\Form\Support\DatepickerType).
Resolving inheritance for "App\Form\Support\DatepickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DatepickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxCodeType" (parent: .abstract.instanceof.App\Form\Support\DeliveryCloseBox\BoxCodeType).
Resolving inheritance for "App\Form\Support\DeliveryCloseBox\BoxCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxIsClosedType" (parent: .abstract.instanceof.App\Form\Support\DeliveryCloseBox\BoxIsClosedType).
Resolving inheritance for "App\Form\Support\DeliveryCloseBox\BoxIsClosedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxIsClosedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep1Type" (parent: .abstract.instanceof.App\Form\Support\DeliveryPackageHandover\HandoverStep1Type).
Resolving inheritance for "App\Form\Support\DeliveryPackageHandover\HandoverStep1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep2Type" (parent: .abstract.instanceof.App\Form\Support\DeliveryPackageHandover\HandoverStep2Type).
Resolving inheritance for "App\Form\Support\DeliveryPackageHandover\HandoverStep2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPartnerFormType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPartnerFormType).
Resolving inheritance for "App\Form\Support\DeliveryPartnerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPartnerFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointAssignEmployeeType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointAssignEmployeeType).
Resolving inheritance for "App\Form\Support\DeliveryPointAssignEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointAssignEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointClosedType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointClosedType).
Resolving inheritance for "App\Form\Support\DeliveryPointClosedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointClosedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContactFormType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointContactFormType).
Resolving inheritance for "App\Form\Support\DeliveryPointContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContractType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointContractType).
Resolving inheritance for "App\Form\Support\DeliveryPointContractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointEmployeeType).
Resolving inheritance for "App\Form\Support\DeliveryPointEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeUserType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointEmployeeUserType).
Resolving inheritance for "App\Form\Support\DeliveryPointEmployeeUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointImageType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointImageType).
Resolving inheritance for "App\Form\Support\DeliveryPointImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointSelectMainImageType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointSelectMainImageType).
Resolving inheritance for "App\Form\Support\DeliveryPointSelectMainImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointSelectMainImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPointType).
Resolving inheritance for "App\Form\Support\DeliveryPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\GetABoxToType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPrepareBox\GetABoxToType).
Resolving inheritance for "App\Form\Support\DeliveryPrepareBox\GetABoxToType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\GetABoxToType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\IntroType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPrepareBox\IntroType).
Resolving inheritance for "App\Form\Support\DeliveryPrepareBox\IntroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\IntroType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType" (parent: .abstract.instanceof.App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType).
Resolving inheritance for "App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\AddNoteType" (parent: .abstract.instanceof.App\Form\Support\ErrorQueueProcessing\AddNoteType).
Resolving inheritance for "App\Form\Support\ErrorQueueProcessing\AddNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\AddNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\SolutionType" (parent: .abstract.instanceof.App\Form\Support\ErrorQueueProcessing\SolutionType).
Resolving inheritance for "App\Form\Support\ErrorQueueProcessing\SolutionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\SolutionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\FindOrderType" (parent: .abstract.instanceof.App\Form\Support\FindOrderType).
Resolving inheritance for "App\Form\Support\FindOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\FindOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ImportOrdersFromCsvType" (parent: .abstract.instanceof.App\Form\Support\ImportOrdersFromCsvType).
Resolving inheritance for "App\Form\Support\ImportOrdersFromCsvType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ImportOrdersFromCsvType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageOkType" (parent: .abstract.instanceof.App\Form\Support\OrderAddPackageOkType).
Resolving inheritance for "App\Form\Support\OrderAddPackageOkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageOkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageType" (parent: .abstract.instanceof.App\Form\Support\OrderAddPackageType).
Resolving inheritance for "App\Form\Support\OrderAddPackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceOkType" (parent: .abstract.instanceof.App\Form\Support\OrderChangeCarrierPriceOkType).
Resolving inheritance for "App\Form\Support\OrderChangeCarrierPriceOkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceOkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceType" (parent: .abstract.instanceof.App\Form\Support\OrderChangeCarrierPriceType).
Resolving inheritance for "App\Form\Support\OrderChangeCarrierPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderDeliveryType" (parent: .abstract.instanceof.App\Form\Support\OrderDeliveryType).
Resolving inheritance for "App\Form\Support\OrderDeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderDeliveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderInvoiceType" (parent: .abstract.instanceof.App\Form\Support\OrderInvoiceType).
Resolving inheritance for "App\Form\Support\OrderInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderPriceType" (parent: .abstract.instanceof.App\Form\Support\OrderPriceType).
Resolving inheritance for "App\Form\Support\OrderPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PackageCodeFormType" (parent: .abstract.instanceof.App\Form\Support\PackageCodeFormType).
Resolving inheritance for "App\Form\Support\PackageCodeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PackageCodeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddFormType" (parent: .abstract.instanceof.App\Form\Support\PrefixAddFormType).
Resolving inheritance for "App\Form\Support\PrefixAddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddToSenderFormType" (parent: .abstract.instanceof.App\Form\Support\PrefixAddToSenderFormType).
Resolving inheritance for "App\Form\Support\PrefixAddToSenderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddToSenderFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrintLabelsType" (parent: .abstract.instanceof.App\Form\Support\PrintLabelsType).
Resolving inheritance for "App\Form\Support\PrintLabelsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrintLabelsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\AlreadyReceivedType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\AlreadyReceivedType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\AlreadyReceivedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\AlreadyReceivedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\DescribeDamageType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\DescribeDamageType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\DescribeDamageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\DescribeDamageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\IsPackageDamagedType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\IsPackageDamagedType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\IsPackageDamagedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\IsPackageDamagedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\PrintLabelInternalType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\PrintLabelInternalType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\PrintLabelInternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\PrintLabelInternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\SummaryType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\SummaryType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\SummaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\SummaryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\WeightAndSizeType" (parent: .abstract.instanceof.App\Form\Support\ReceivingPackage\WeightAndSizeType).
Resolving inheritance for "App\Form\Support\ReceivingPackage\WeightAndSizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\WeightAndSizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordFormType" (parent: .abstract.instanceof.App\Form\Support\ResetPasswordFormType).
Resolving inheritance for "App\Form\Support\ResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\Support\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\Support\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchDateType" (parent: .abstract.instanceof.App\Form\Support\SearchDateType).
Resolving inheritance for "App\Form\Support\SearchDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchType" (parent: .abstract.instanceof.App\Form\Support\SearchType).
Resolving inheritance for "App\Form\Support\SearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SelectDeliveryPointType" (parent: .abstract.instanceof.App\Form\Support\SelectDeliveryPointType).
Resolving inheritance for "App\Form\Support\SelectDeliveryPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SelectDeliveryPointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SenderFormType" (parent: .abstract.instanceof.App\Form\Support\SenderFormType).
Resolving inheritance for "App\Form\Support\SenderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SenderFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCancellationType" (parent: .abstract.instanceof.App\Form\Support\Shared\PackageCancellationType).
Resolving inheritance for "App\Form\Support\Shared\PackageCancellationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCancellationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeCzechPostType" (parent: .abstract.instanceof.App\Form\Support\Shared\PackageCodeCzechPostType).
Resolving inheritance for "App\Form\Support\Shared\PackageCodeCzechPostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeCzechPostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDCzType" (parent: .abstract.instanceof.App\Form\Support\Shared\PackageCodeDPDCzType).
Resolving inheritance for "App\Form\Support\Shared\PackageCodeDPDCzType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDCzType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDType" (parent: .abstract.instanceof.App\Form\Support\Shared\PackageCodeDPDType).
Resolving inheritance for "App\Form\Support\Shared\PackageCodeDPDType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeType" (parent: .abstract.instanceof.App\Form\Support\Shared\PackageCodeType).
Resolving inheritance for "App\Form\Support\Shared\PackageCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalCzechPostType" (parent: .abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalCzechPostType).
Resolving inheritance for "App\Form\Support\Shared\PrintLabelExternalCzechPostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalCzechPostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDCzType" (parent: .abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalDPDCzType).
Resolving inheritance for "App\Form\Support\Shared\PrintLabelExternalDPDCzType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDCzType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDType" (parent: .abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalDPDType).
Resolving inheritance for "App\Form\Support\Shared\PrintLabelExternalDPDType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\UserFormType" (parent: .abstract.instanceof.App\Form\Support\UserFormType).
Resolving inheritance for "App\Form\Support\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\UserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Form\Validator\ValidatorOrderDeliveryTypeValidator" (parent: .abstract.instanceof.App\Form\Validator\ValidatorOrderDeliveryTypeValidator).
Resolving inheritance for "App\Form\Validator\ValidatorOrderDeliveryTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Form\Validator\ValidatorOrderDeliveryTypeValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxRepository" (parent: .abstract.instanceof.App\Repository\BoxRepository).
Resolving inheritance for "App\Repository\BoxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxStateRepository" (parent: .abstract.instanceof.App\Repository\BoxStateRepository).
Resolving inheritance for "App\Repository\BoxStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceDeliveryRepository" (parent: .abstract.instanceof.App\Repository\CarrierPriceDeliveryRepository).
Resolving inheritance for "App\Repository\CarrierPriceDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPricePostmanRepository" (parent: .abstract.instanceof.App\Repository\CarrierPricePostmanRepository).
Resolving inheritance for "App\Repository\CarrierPricePostmanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPricePostmanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceRepository" (parent: .abstract.instanceof.App\Repository\CarrierPriceRepository).
Resolving inheritance for "App\Repository\CarrierPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository" (parent: .abstract.instanceof.App\Repository\CarrierRepository).
Resolving inheritance for "App\Repository\CarrierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository" (parent: .abstract.instanceof.App\Repository\ConfigurationRepository).
Resolving inheritance for "App\Repository\ConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointClosedRepository" (parent: .abstract.instanceof.App\Repository\DeliveryPointClosedRepository).
Resolving inheritance for "App\Repository\DeliveryPointClosedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointClosedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointContractRepository" (parent: .abstract.instanceof.App\Repository\DeliveryPointContractRepository).
Resolving inheritance for "App\Repository\DeliveryPointContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointRepository" (parent: .abstract.instanceof.App\Repository\DeliveryPointRepository).
Resolving inheritance for "App\Repository\DeliveryPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ErrorTypeRepository" (parent: .abstract.instanceof.App\Repository\ErrorTypeRepository).
Resolving inheritance for "App\Repository\ErrorTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ErrorTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LabelRepository" (parent: .abstract.instanceof.App\Repository\LabelRepository).
Resolving inheritance for "App\Repository\LabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LabelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryRepository).
Resolving inheritance for "App\Repository\OrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPostmanRepository" (parent: .abstract.instanceof.App\Repository\OrderPostmanRepository).
Resolving inheritance for "App\Repository\OrderPostmanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPostmanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStateRepository" (parent: .abstract.instanceof.App\Repository\OrderStateRepository).
Resolving inheritance for "App\Repository\OrderStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeRepository" (parent: .abstract.instanceof.App\Repository\PackageCodeRepository).
Resolving inheritance for "App\Repository\PackageCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\PackageCodeSenderDeliveryRepository).
Resolving inheritance for "App\Repository\PackageCodeSenderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderPostmanRepository" (parent: .abstract.instanceof.App\Repository\PackageCodeSenderPostmanRepository).
Resolving inheritance for "App\Repository\PackageCodeSenderPostmanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderPostmanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageDeliveryRepository" (parent: .abstract.instanceof.App\Repository\PackageDeliveryRepository).
Resolving inheritance for "App\Repository\PackageDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackagePostmanRepository" (parent: .abstract.instanceof.App\Repository\PackagePostmanRepository).
Resolving inheritance for "App\Repository\PackagePostmanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackagePostmanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository" (parent: .abstract.instanceof.App\Repository\PackageRepository).
Resolving inheritance for "App\Repository\PackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageStateRepository" (parent: .abstract.instanceof.App\Repository\PackageStateRepository).
Resolving inheritance for "App\Repository\PackageStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PregeneratedCodeRepository" (parent: .abstract.instanceof.App\Repository\PregeneratedCodeRepository).
Resolving inheritance for "App\Repository\PregeneratedCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PregeneratedCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SenderNumericalSeriesRepository" (parent: .abstract.instanceof.App\Repository\SenderNumericalSeriesRepository).
Resolving inheritance for "App\Repository\SenderNumericalSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SenderNumericalSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPartnerRepository" (parent: .abstract.instanceof.App\Repository\UserAccountDeliveryPartnerRepository).
Resolving inheritance for "App\Repository\UserAccountDeliveryPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPointEmployeeRepository" (parent: .abstract.instanceof.App\Repository\UserAccountDeliveryPointEmployeeRepository).
Resolving inheritance for "App\Repository\UserAccountDeliveryPointEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPointEmployeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountRepository" (parent: .abstract.instanceof.App\Repository\UserAccountRepository).
Resolving inheritance for "App\Repository\UserAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountSenderRepository" (parent: .abstract.instanceof.App\Repository\UserAccountSenderRepository).
Resolving inheritance for "App\Repository\UserAccountSenderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountSenderRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailFooterExtension" (parent: .abstract.instanceof.App\Twig\EmailFooterExtension).
Resolving inheritance for "App\Twig\EmailFooterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailFooterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleExtension" (parent: .abstract.instanceof.App\Twig\LocaleExtension).
Resolving inheritance for "App\Twig\LocaleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RoleTranslationExtension" (parent: .abstract.instanceof.App\Twig\RoleTranslationExtension).
Resolving inheritance for "App\Twig\RoleTranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RoleTranslationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension" (parent: .abstract.instanceof.App\Twig\TwigExtension).
Resolving inheritance for "App\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Form.Validator.OrderDeliveryType" (parent: .abstract.instanceof.Form.Validator.OrderDeliveryType).
Resolving inheritance for "Form.Validator.OrderDeliveryType" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Form.Validator.OrderDeliveryType).
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.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
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.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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.db_username_email" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.db_api_key" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.api" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.api" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.api" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.cron" (parent: security.firewall.config).
Resolving inheritance for "security.listener.cron.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.cron" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.cron" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.cron" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.cron" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.cron" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.cron" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.cron" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.cron" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.cron" (parent: security.firewall.lazy_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.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "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 "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_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_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_subscriber" (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 "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.taxes" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orders" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sms" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cron" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.forms" (parent: monolog.logger_prototype).
2
Skipping service "SensioLabs\Security\SecurityChecker": Class or interface "SensioLabs\Security\SecurityChecker" cannot be loaded.
Skipping service "SensioLabs\Security\Command\SecurityCheckerCommand": Class or interface "SensioLabs\Security\Command\SecurityCheckerCommand" cannot be loaded.
11
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryCloseBoxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryCloseSingleBoxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryPackageHandoverController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryPointReceivingPackagesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryPrepareBoxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryPrepareSingleBoxController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\DeliveryReceivingPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\ErrorQueueProcessingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\RePrintBoxLabelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\ReceivingPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setBaseServices" of service "App\Controller\Support\ReturnigPackageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
258
Removed service "App\Classes\Tools\Carriers\CarrierInterface"; 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 "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\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; 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\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; 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\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 "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.cron"; reason: private alias.
Removed service "security.user_checker.cron"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $taxesLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $ordersLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cronLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $formsLogger"; reason: private alias.
Removed service ".service_locator.TG1z0qw"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.Og43DHq"; reason: private alias.
Removed service ".service_locator.WYOTSBy"; reason: private alias.
Removed service ".service_locator.vOpBEJT"; reason: private alias.
Removed service ".service_locator.KOrRXtb"; reason: private alias.
Removed service ".service_locator.uVfRf1R"; reason: private alias.
Removed service ".service_locator.MowFb6B"; reason: private alias.
Removed service ".service_locator.BMfTRHi"; reason: private alias.
Removed service ".service_locator.HQ6Ni2c"; reason: private alias.
Removed service ".service_locator.6XxFdB9"; reason: private alias.
Removed service ".service_locator.jKdoS6c"; reason: private alias.
Removed service ".service_locator.OLhi_QI"; reason: private alias.
Removed service ".service_locator.4DvS7eF"; reason: private alias.
Removed service ".service_locator.Tx5dcwT"; reason: private alias.
Removed service ".service_locator.P0I4WGa"; reason: private alias.
Removed service ".service_locator.lsL4s3X"; reason: private alias.
Removed service ".service_locator.iDc3L6V"; reason: private alias.
Removed service ".service_locator.WlenRj7"; reason: private alias.
Removed service ".service_locator.flDe.nW"; reason: private alias.
Removed service ".service_locator.Fq89oGL"; reason: private alias.
Removed service ".service_locator.fBIYYQL"; reason: private alias.
Removed service ".service_locator.QCa5WCW"; reason: private alias.
Removed service ".service_locator..86BUji"; reason: private alias.
Removed service ".service_locator.7a.YyWK"; reason: private alias.
Removed service ".service_locator.MGDZ_jx"; reason: private alias.
Removed service ".service_locator.Jwsqq3a"; reason: private alias.
Removed service ".service_locator.wPKPP6Y"; reason: private alias.
Removed service ".service_locator.eFvLpwV"; reason: private alias.
Removed service ".service_locator.OTGnmGk"; reason: private alias.
Removed service ".service_locator.pOoQc47"; reason: private alias.
Removed service ".service_locator.tfGKvRj"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.tNot_EK"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.cron"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.VxP1gBi"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.z7vxTun"; reason: private alias.
Removed service ".service_locator.ydh.t6b"; reason: private alias.
Removed service ".service_locator.IUBuZrM"; reason: private alias.
Removed service ".service_locator.9ZbEyve"; reason: private alias.
Removed service ".service_locator.RMje67k"; reason: private alias.
Removed service ".service_locator.nnRBYBG"; reason: private alias.
Removed service ".service_locator.BWjMI.Y"; reason: private alias.
Removed service ".service_locator.ZF_D1lg"; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.but1E8c"; reason: private alias.
Removed service ".service_locator.f0kO1R6"; reason: private alias.
Removed service ".service_locator.vfEoC4P"; reason: private alias.
Removed service ".service_locator.Ci34WWJ"; reason: private alias.
Removed service ".service_locator.zggazGi"; reason: private alias.
Removed service ".service_locator.Gy3FiwA"; reason: private alias.
Removed service ".service_locator.wHBEwU9"; reason: private alias.
Removed service ".service_locator.3X5YS_K"; reason: private alias.
Removed service ".service_locator.655pRb4"; reason: private alias.
Removed service ".service_locator.CYwJg70"; reason: private alias.
Removed service ".service_locator.XWIKyNX"; reason: private alias.
Removed service ".service_locator.U8AzA26"; reason: private alias.
Removed service ".service_locator.NtCfvvW"; reason: private alias.
Removed service ".service_locator.n93VjcO"; reason: private alias.
Removed service ".service_locator.CwozjVJ"; reason: private alias.
Removed service ".service_locator.mdL1Hsw"; reason: private alias.
Removed service ".service_locator.59XTl6S"; reason: private alias.
Removed service ".service_locator.RAWQZed"; reason: private alias.
Removed service ".service_locator.vzdkoUx"; reason: private alias.
Removed service ".service_locator.YCkM1yR"; reason: private alias.
Removed service ".service_locator.Xm4Zms0"; reason: private alias.
Removed service ".service_locator.iIxL2x7"; reason: private alias.
Removed service ".service_locator.80yvMAj"; reason: private alias.
Removed service ".service_locator.LeD92ax"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.qtmnqpi"; reason: private alias.
Removed service ".service_locator.e.Gqb5h"; reason: private alias.
Removed service ".service_locator.Ud2cySF"; reason: private alias.
Removed service ".service_locator.IBM5FbK"; reason: private alias.
Removed service ".service_locator.vWJvAbz"; reason: private alias.
Removed service ".service_locator.q6U3wME"; reason: private alias.
Removed service ".service_locator.G60iWOr"; reason: private alias.
Removed service ".service_locator.6mhkLT1"; reason: private alias.
Removed service ".service_locator.Rk1hIKK"; reason: private alias.
Removed service ".service_locator.UtAbq6m"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
182
Changed reference of service "App\Classes\Support\CustomerNotification" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Classes\Support\RoleTranslationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\OrderController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DataAcquisitionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryCloseBoxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\DeliveryCloseBoxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryCloseSingleBoxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryPackageHandoverController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\DeliveryPackageHandoverController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryPointReceivingPackagesController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\DeliveryPointReceivingPackagesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryPrepareBoxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\DeliveryPrepareBoxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryPrepareSingleBoxController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\DeliveryPrepareSingleBoxController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\DeliveryReceivingPackageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\ErrorQueueProcessingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\LabelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\RePrintBoxLabelController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\RePrintBoxLabelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\ReceivingPackageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\ReceivingPackageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\ResetPasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\ReturnigPackageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Support\ReturnigPackageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Support\SearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\AddressType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\DeliveryPartnerCompleteType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\PackageCalculation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\SenderRegistrationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\SimpleOrderType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Customer\TrackAndTraceSearchType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\AddNoteToObjectType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ChangePasswordFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ChangeUserPasswordFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ConfigurationFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ContactDeliveryCustomerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ContactDeliveryPointEmployeeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ContactDeliveryPointFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ContactFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DatepickerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryCloseBox\BoxCodeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryCloseBox\BoxIsClosedType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPackageHandover\HandoverStep1Type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPackageHandover\HandoverStep2Type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPartnerFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointAssignEmployeeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointClosedType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointContactFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointContractType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointEmployeeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointEmployeeUserType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointImageType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointSelectMainImageType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPointType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPrepareBox\GetABoxToType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPrepareBox\IntroType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ErrorQueueProcessing\AddNoteType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ErrorQueueProcessing\SolutionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\FindOrderType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ImportOrdersFromCsvType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderAddPackageOkType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderAddPackageType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderChangeCarrierPriceOkType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderChangeCarrierPriceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderDeliveryType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderInvoiceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\OrderPriceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\PackageCodeFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\PrefixAddFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\PrefixAddToSenderFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\PrintLabelsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\AlreadyReceivedType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\DescribeDamageType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\IsPackageDamagedType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\PrintLabelInternalType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\SummaryType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ReceivingPackage\WeightAndSizeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ResetPasswordFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\ResetPasswordRequestFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\SearchDateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\SearchType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\SelectDeliveryPointType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\SenderFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PackageCancellationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PackageCodeCzechPostType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PackageCodeDPDCzType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PackageCodeDPDType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PackageCodeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PrintLabelExternalCzechPostType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PrintLabelExternalDPDCzType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\Shared\PrintLabelExternalDPDType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Support\UserFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "CustomerNotification" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "RoleTranslation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Form.Validator.OrderDeliveryType" 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 "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.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" 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 "mailer.transport_factory.native" 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 "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 "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 "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 "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 "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.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 "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..4ORTaI" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5KO.rmw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0ghlBol" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yAxK82A" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UR72lU1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wyAweCe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._0UH95k" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JcxM2hG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wp.2Fi4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2lh.IQz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wzNmsKF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xirFbRM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.si4RjVO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XdLhH7G" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KG1OtnT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1pBj3r0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8LYRRxH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TgYTals" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UZkknKA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._pX6DBp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4LnErlV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MHAyl6b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1v1_AbO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.urmRjHU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HHuZiUy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1EgtFv1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.aux20au" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Hkl5ni4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.BOV5APK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
432
Removed service "container.env"; 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 "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; 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.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.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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeliveryPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SenderDispatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SenderDispatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SenderDispatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\CarrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\CarrierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\CarrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DeliveryPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\Delivery\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\DocController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\DocController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\Delivery\DocController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\Delivery\TrackAndTraceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\Delivery\TrackAndTraceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\Delivery\TrackAndTraceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\FormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\PriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\QRCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\QRCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\QRCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\SenderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\SenderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\SenderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\StaticPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\StaticPagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\StaticPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Customer\TrackAndTraceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Customer\TrackAndTraceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Customer\TrackAndTraceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\AccountingToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\AccountingToolsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\AccountingToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\BoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\BoxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\BoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\CrontaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\CrontaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\CrontaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DataAcquisitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DataAcquisitionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DataAcquisitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseBoxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryCloseBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryCloseSingleBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryCloseSingleBoxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryCloseSingleBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPackageHandoverController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPackageHandoverController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryPackageHandoverController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPointReceivingPackagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPointReceivingPackagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryPointReceivingPackagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareBoxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryPrepareBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryPrepareSingleBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryPrepareSingleBoxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryPrepareSingleBoxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\DeliveryReceivingPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\DeliveryReceivingPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\DeliveryReceivingPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ErrorQueueProcessingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ErrorQueueProcessingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ErrorQueueProcessingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ExportCzechPostAddressesCSVController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ExportCzechPostAddressesCSVController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ExportCzechPostAddressesCSVController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\LabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\LabelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\LabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\NotesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\NotesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\NotesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\PrefixController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\PrefixController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\PrefixController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\RePrintBoxLabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\RePrintBoxLabelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\RePrintBoxLabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReceivingPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReceivingPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ReceivingPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\ReturnigPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\ReturnigPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\ReturnigPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\UtilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\UtilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\UtilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Support\VersionDisplayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Support\VersionDisplayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Support\VersionDisplayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tools\AdminerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tools\AdminerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tools\AdminerController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\DeliveryPartnerCompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\DeliveryPartnerCompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\PackageCalculation"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\PackageCalculation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SenderRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\SenderRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\SimpleOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\SimpleOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Customer\TrackAndTraceSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Customer\TrackAndTraceSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\AddNoteToObjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\AddNoteToObjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ChangeUserPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ChangeUserPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ConfigurationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ConfigurationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryCustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ContactDeliveryCustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ContactDeliveryPointEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactDeliveryPointFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ContactDeliveryPointFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DatepickerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DatepickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryCloseBox\BoxCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryCloseBox\BoxIsClosedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryCloseBox\BoxIsClosedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPackageHandover\HandoverStep1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPackageHandover\HandoverStep2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPackageHandover\HandoverStep2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPartnerFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPartnerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointAssignEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointAssignEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointClosedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointClosedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointContractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointContractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointEmployeeUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointEmployeeUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointSelectMainImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointSelectMainImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPointType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\GetABoxToType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPrepareBox\GetABoxToType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\IntroType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPrepareBox\IntroType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\DeliveryPrepareBox\PrintLabelBoxInternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\AddNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ErrorQueueProcessing\AddNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ErrorQueueProcessing\SolutionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ErrorQueueProcessing\SolutionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\FindOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\FindOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ImportOrdersFromCsvType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ImportOrdersFromCsvType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageOkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderAddPackageOkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderAddPackageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderAddPackageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceOkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderChangeCarrierPriceOkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderChangeCarrierPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderChangeCarrierPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderDeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderDeliveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\OrderPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\OrderPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PackageCodeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\PackageCodeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\PrefixAddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrefixAddToSenderFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\PrefixAddToSenderFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\PrintLabelsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\PrintLabelsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\AlreadyReceivedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\AlreadyReceivedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\DescribeDamageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\DescribeDamageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\IsPackageDamagedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\IsPackageDamagedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\PrintLabelInternalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\PrintLabelInternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\SummaryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\SummaryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ReceivingPackage\WeightAndSizeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ReceivingPackage\WeightAndSizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ResetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\SearchDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\SearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SelectDeliveryPointType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\SelectDeliveryPointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\SenderFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\SenderFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCancellationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PackageCancellationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeCzechPostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PackageCodeCzechPostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDCzType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PackageCodeDPDCzType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeDPDType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PackageCodeDPDType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PackageCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PackageCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalCzechPostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalCzechPostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDCzType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalDPDCzType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\Shared\PrintLabelExternalDPDType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\Shared\PrintLabelExternalDPDType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Support\UserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Support\UserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Form\Validator\ValidatorOrderDeliveryTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Validator\ValidatorOrderDeliveryTypeValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BoxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BoxStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarrierPriceDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPricePostmanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarrierPricePostmanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarrierPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarrierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointClosedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryPointClosedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryPointContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryPointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ErrorTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ErrorTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LabelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LabelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPostmanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderPostmanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageCodeSenderDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCodeSenderPostmanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageCodeSenderPostmanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackagePostmanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackagePostmanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PregeneratedCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PregeneratedCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SenderNumericalSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SenderNumericalSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAccountDeliveryPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountDeliveryPointEmployeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAccountDeliveryPointEmployeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAccountSenderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAccountSenderRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\EmailFooterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\EmailFooterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LocaleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LocaleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RoleTranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\RoleTranslationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Form.Validator.OrderDeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.Form.Validator.OrderDeliveryType"; reason: abstract.
134
Removed service "SensioLabs\Security\SecurityChecker"; reason: unused.
Removed service "SensioLabs\Security\Command\SecurityCheckerCommand"; reason: unused.
Removed service "App\Classes\ApiErrors"; reason: unused.
Removed service "App\Classes\Customer\OrderDeliveryPersist"; reason: unused.
Removed service "App\Classes\Customer\OrderPostmanPersist"; reason: unused.
Removed service "App\Classes\Dictionaries\BoxState"; reason: unused.
Removed service "App\Classes\Dictionaries\ErrorType"; reason: unused.
Removed service "App\Classes\Dictionaries\OrderState"; reason: unused.
Removed service "App\Classes\Dictionaries\PackageState"; reason: unused.
Removed service "App\Classes\PostmanNamingStrategy"; reason: unused.
Removed service "App\Classes\ProjectConstants"; reason: unused.
Removed service "App\Classes\Support\BoxCarrierSelectorService"; reason: unused.
Removed service "App\Classes\Support\MultiFormState"; reason: unused.
Removed service "App\Classes\Tools\BatchExport"; reason: unused.
Removed service "App\Classes\Tools\CSVHandle"; reason: unused.
Removed service "App\Classes\Tools\Carriers\CarrierDPD"; reason: unused.
Removed service "App\Classes\Tools\Carriers\CmeCarrierBypass"; reason: unused.
Removed service "App\Classes\Tools\DatabaseHelper"; reason: unused.
Removed service "App\Classes\Tools\DatabaseSummarizer"; reason: unused.
Removed service "App\Classes\Tools\DateTools"; reason: unused.
Removed service "App\Classes\Tools\DeliverySenderCodes"; reason: unused.
Removed service "App\Classes\Tools\FormWizardTools"; reason: unused.
Removed service "App\Classes\Tools\LocaleTools"; reason: unused.
Removed service "App\Classes\Tools\PythonCall"; reason: unused.
Removed service "App\Classes\Tools\RSCodes"; reason: unused.
Removed service "App\Classes\Tools\SmsManager\Exception\SmsManagerApiException"; reason: unused.
Removed service "App\Classes\Tools\SmsManager\Exception\SmsManagerHttpQueryApiException"; reason: unused.
Removed service "App\Classes\Tools\SmsManager\SmsManagerApi"; reason: unused.
Removed service "App\Classes\Tools\SmsManager\SmsManagerHttpQuery"; reason: unused.
Removed service "App\Classes\Tools\StringHelper"; reason: unused.
Removed service "App\Classes\Tools\Tools"; reason: unused.
Removed service "App\DBAL\CastAsTimestamp"; reason: unused.
Removed service "App\DBAL\DateTrunc"; reason: unused.
Removed service "App\DBAL\FirstFunction"; reason: unused.
Removed service "App\Exception\CronStoppingException"; reason: unused.
Removed service "App\Exception\DateOverflowException"; reason: unused.
Removed service "App\Exception\InvalidPriceException"; reason: unused.
Removed service "App\Exception\SmsGateException"; reason: unused.
Removed service "App\Form\DataTransformer\DiacriticReplaceTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\UTF8GSMCharsetTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\UpperCaseTransformer"; reason: unused.
Removed service "App\Form\Validator\ValidatorOrderDeliveryType"; reason: unused.
Removed service "App\Form\Validator\ValidatorOrderDeliveryTypeValidator"; reason: unused.
Removed service "App\Security\Support\SecurityListener"; reason: unused.
Removed service "QrPayment"; reason: unused.
Removed service "CustomerNotification"; reason: unused.
Removed service "flexibee.connector"; reason: unused.
Removed service "umbro.connector"; reason: unused.
Removed service "SmsGate"; reason: unused.
Removed service "Mailer"; reason: unused.
Removed service "GetProjectByDomain"; reason: unused.
Removed service "RoleTranslation"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "translation.locale_switcher"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; 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 "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.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "doctrine.dbal.logger"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~CTer5VI"; 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.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; 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.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.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service ".service_locator.wp.2Fi4"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
Removed service ".service_locator.XgpoQM9"; reason: unused.
416
Inlined service "App\Classes\Tools\SmsGate" to "App\Classes\Support\CustomerNotification".
Inlined service "mailer.mailer" to "App\Classes\Tools\Mailer".
Inlined service "App\Classes\Tools\GetProjectByDomain" to "App\Classes\Tools\Mailer".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Api\DeliveryPointController" to "App\Controller\Api\DeliveryPointController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Api\OrderController" to "App\Controller\Api\OrderController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Api\SenderDispatchController" to "App\Controller\Api\SenderDispatchController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\CarrierController" to "App\Controller\Cron\CarrierController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\DeliveryController" to "App\Controller\Cron\DeliveryController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\DeliveryPointController" to "App\Controller\Cron\DeliveryPointController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\EmailController" to "App\Controller\Cron\EmailController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\OrderController" to "App\Controller\Cron\OrderController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Cron\PaymentController" to "App\Controller\Cron\PaymentController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\Delivery\DeliveryController" to "App\Controller\Customer\Delivery\DeliveryController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\Delivery\DocController" to "App\Controller\Customer\Delivery\DocController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\Delivery\TrackAndTraceController" to "App\Controller\Customer\Delivery\TrackAndTraceController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\FormController" to "App\Controller\Customer\FormController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\InvoiceController" to "App\Controller\Customer\InvoiceController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\PriceController" to "App\Controller\Customer\PriceController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\QRCodeController" to "App\Controller\Customer\QRCodeController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\SenderController" to "App\Controller\Customer\SenderController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\StaticPagesController" to "App\Controller\Customer\StaticPagesController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Customer\TrackAndTraceController" to "App\Controller\Customer\TrackAndTraceController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\AccountingToolsController" to "App\Controller\Support\AccountingToolsController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\BoxController" to "App\Controller\Support\BoxController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\CrontaskController" to "App\Controller\Support\CrontaskController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DataAcquisitionController" to "App\Controller\Support\DataAcquisitionController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DefaultController" to "App\Controller\Support\DefaultController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryCloseBoxController" to "App\Controller\Support\DeliveryCloseBoxController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryCloseSingleBoxController" to "App\Controller\Support\DeliveryCloseSingleBoxController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryPackageHandoverController" to "App\Controller\Support\DeliveryPackageHandoverController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryPointController" to "App\Controller\Support\DeliveryPointController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryPointReceivingPackagesController" to "App\Controller\Support\DeliveryPointReceivingPackagesController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryPrepareBoxController" to "App\Controller\Support\DeliveryPrepareBoxController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryPrepareSingleBoxController" to "App\Controller\Support\DeliveryPrepareSingleBoxController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\DeliveryReceivingPackageController" to "App\Controller\Support\DeliveryReceivingPackageController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ErrorQueueProcessingController" to "App\Controller\Support\ErrorQueueProcessingController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ExportCzechPostAddressesCSVController" to "App\Controller\Support\ExportCzechPostAddressesCSVController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\LabelController" to "App\Controller\Support\LabelController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\NotesController" to "App\Controller\Support\NotesController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\OrderController" to "App\Controller\Support\OrderController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\PackageController" to "App\Controller\Support\PackageController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\PrefixController" to "App\Controller\Support\PrefixController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\RePrintBoxLabelController" to "App\Controller\Support\RePrintBoxLabelController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ReceivingPackageController" to "App\Controller\Support\ReceivingPackageController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ReportController" to "App\Controller\Support\ReportController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\Support\ResetPasswordController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ResetPasswordController" to "App\Controller\Support\ResetPasswordController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\ReturnigPackageController" to "App\Controller\Support\ReturnigPackageController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\SearchController" to "App\Controller\Support\SearchController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\SecurityController" to "App\Controller\Support\SecurityController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\SettingsController" to "App\Controller\Support\SettingsController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\UserController" to "App\Controller\Support\UserController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\UtilityController" to "App\Controller\Support\UtilityController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Support\VersionDisplayController" to "App\Controller\Support\VersionDisplayController".
Inlined service ".service_locator.Hkl5ni4.App\Controller\Tools\AdminerController" to "App\Controller\Tools\AdminerController".
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.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.yKHwqJO" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.y5RowdQ" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.ElHczhe" 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.oj2yrvh" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.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 "twig.extension.dump" to "twig".
Inlined service "App\Twig\EmailFooterExtension" to "twig".
Inlined service "App\Twig\LocaleExtension" to "twig".
Inlined service "App\Twig\RoleTranslationExtension" to "twig".
Inlined service "App\Twig\TwigExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" 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.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Nn5XrIk" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.VamGJlp" to "doctrine.orm.container_repository_factory".
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 "app.postman_naming_strategy.prefix" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.NgB4Rf7" to "security.access_map".
Inlined service ".security.request_matcher.IoMaIkw" to "security.access_map".
Inlined service ".security.request_matcher.N4miixZ" to "security.access_map".
Inlined service ".security.request_matcher.tZyviRC" to "security.access_map".
Inlined service ".security.request_matcher.Z.dHO9P" to "security.access_map".
Inlined service ".security.request_matcher.I5rilK3" to "security.access_map".
Inlined service ".security.request_matcher.mUzvtwT" to "security.access_map".
Inlined service ".security.request_matcher.iPlF26W" to "security.access_map".
Inlined service ".security.request_matcher.2VuY_kk" to "security.access_map".
Inlined service ".security.request_matcher.Dwgopjk" to "security.access_map".
Inlined service ".security.request_matcher.X4.JXgX" to "security.access_map".
Inlined service ".security.request_matcher.DmC4R2H" to "security.access_map".
Inlined service ".security.request_matcher.s5G0hl7" to "security.access_map".
Inlined service ".security.request_matcher.X6Sk7K_" to "security.access_map".
Inlined service ".security.request_matcher.7hmug2Q" to "security.access_map".
Inlined service ".security.request_matcher.1YlY8qA" to "security.access_map".
Inlined service ".security.request_matcher.7roikZt" to "security.access_map".
Inlined service ".security.request_matcher.vZOjjan" to "security.access_map".
Inlined service ".security.request_matcher.78nwrVT" to "security.access_map".
Inlined service ".security.request_matcher.XoZunyv" to "security.access_map".
Inlined service ".security.request_matcher.g8m5t1q" to "security.access_map".
Inlined service ".security.request_matcher.Ro0Ny3l" to "security.access_map".
Inlined service ".security.request_matcher.HbzMeH_" to "security.access_map".
Inlined service ".security.request_matcher.vhbj9jD" to "security.access_map".
Inlined service ".security.request_matcher.9OLq4qy" to "security.access_map".
Inlined service ".security.request_matcher.HT_7quC" to "security.access_map".
Inlined service ".security.request_matcher.Tx.dTUK" to "security.access_map".
Inlined service ".security.request_matcher.w4snbSj" to "security.access_map".
Inlined service ".security.request_matcher.TYBuyXp" to "security.access_map".
Inlined service ".security.request_matcher.HUxWifs" to "security.access_map".
Inlined service ".security.request_matcher.46yggPU" to "security.access_map".
Inlined service ".security.request_matcher.Mqs.nED" to "security.access_map".
Inlined service ".security.request_matcher.bVBAwIu" to "security.access_map".
Inlined service ".security.request_matcher.l7zTndV" to "security.access_map".
Inlined service ".security.request_matcher.FDH27Xp" to "security.access_map".
Inlined service ".security.request_matcher.xZ5vGdQ" to "security.access_map".
Inlined service ".security.request_matcher.4CNzV0I" to "security.access_map".
Inlined service ".security.request_matcher.AF6l8Ot" to "security.access_map".
Inlined service ".security.request_matcher.ldGN9Ur" to "security.access_map".
Inlined service ".security.request_matcher.GAdSE6u" to "security.access_map".
Inlined service ".security.request_matcher.3Btf.PZ" to "security.access_map".
Inlined service ".security.request_matcher.6XuwtRO" to "security.access_map".
Inlined service ".security.request_matcher.4VkTsgh" to "security.access_map".
Inlined service ".security.request_matcher.OcaYJRn" to "security.access_map".
Inlined service ".security.request_matcher.ujaiPl1" to "security.access_map".
Inlined service ".security.request_matcher.tTZsn.W" to "security.access_map".
Inlined service ".security.request_matcher.nfIDkpK" to "security.access_map".
Inlined service ".security.request_matcher.0JHXKp1" to "security.access_map".
Inlined service ".security.request_matcher.gGy4dpJ" to "security.access_map".
Inlined service ".security.request_matcher.5drI0RK" to "security.access_map".
Inlined service ".security.request_matcher.kWjsP4L" to "security.access_map".
Inlined service ".security.request_matcher.6pSI8H7" to "security.access_map".
Inlined service ".security.request_matcher.jYqCydR" to "security.access_map".
Inlined service ".security.request_matcher.SBYgURG" to "security.access_map".
Inlined service ".security.request_matcher.IkxBkqG" to "security.access_map".
Inlined service ".security.request_matcher.UMXpLBa" to "security.access_map".
Inlined service ".security.request_matcher.fH9Q0KR" to "security.access_map".
Inlined service ".security.request_matcher.7ecwvr7" to "security.access_map".
Inlined service ".security.request_matcher.H5qa.cu" to "security.access_map".
Inlined service ".security.request_matcher.gRdWZdg" to "security.access_map".
Inlined service ".security.request_matcher.zaH0L9P" to "security.access_map".
Inlined service ".security.request_matcher.NYQ2VOr" to "security.access_map".
Inlined service ".security.request_matcher.I4ZIN8a" to "security.access_map".
Inlined service ".security.request_matcher.fat_tMB" to "security.access_map".
Inlined service ".security.request_matcher.FE7jIfm" to "security.access_map".
Inlined service ".security.request_matcher.6DCCXq9" to "security.access_map".
Inlined service ".security.request_matcher.ZdTUprx" to "security.access_map".
Inlined service ".security.request_matcher.rHDQOxt" to "security.access_map".
Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
Inlined service ".security.request_matcher.h5Jdx23" to "security.access_map".
Inlined service ".security.request_matcher.1uwcueI" to "security.access_map".
Inlined service ".security.request_matcher.P04OkQF" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.logout_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "debug.security.firewall.authenticator.cron.inner" to "debug.security.firewall.authenticator.cron".
Inlined service "security.exception_listener.cron" to "security.firewall.map.context.cron".
Inlined service "security.logout_listener.cron" to "security.firewall.map.context.cron".
Inlined service "security.firewall.map.config.cron" to "security.firewall.map.context.cron".
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 "App\Security\Support\UserChecker" to "security.listener.user_checker.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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" 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.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~9HDa12h" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
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 "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_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.5U_JAf7" to ".service_locator.5U_JAf7.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.cron" to "debug.security.firewall.authenticator.cron.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.IZi4PEc" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.5U_JAf7.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" 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.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".