Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\AccountActivationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\AccountActivationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\PasswordCreationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\PasswordCreationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\PasswordRecoveryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Security\PasswordRecoveryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:81 called by App_KernelDevDebugContainer.php:1500, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:44, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:65 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)
"SELECT t0_.id AS id_0, t0_.yellow_alarm AS yellow_alarm_1, t0_.red_alarm AS red_alarm_2, t0_.num_of_buy_dates AS num_of_buy_dates_3, t0_.avg_sell_cadence AS avg_sell_cadence_4, t0_.datetime_last_order AS datetime_last_order_5, t0_.notes AS notes_6, t0_.is_disabled AS is_disabled_7, t0_.facility_id AS facility_id_8, t0_.product_id AS product_id_9 FROM til_join_table_facility_product t0_ LEFT JOIN til_hospital_facility t1_ ON t0_.facility_id = t1_.id ORDER BY t1_.name ASC"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.yellow_alarm AS yellow_alarm_1, t0_.red_alarm AS red_alarm_2, t0_.num_of_buy_dates AS num_of_buy_dates_3, t0_.avg_sell_cadence AS avg_sell_cadence_4, t0_.datetime_last_order AS datetime_last_order_5, t0_.notes AS notes_6, t0_.is_disabled AS is_disabled_7, t0_.facility_id AS facility_id_8, t0_.product_id AS product_id_9 FROM til_join_table_facility_product t0_ LEFT JOIN til_hospital_facility t1_ ON t0_.facility_id = t1_.id ORDER BY t1_.name ASC"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
(parameters:
[1 => "sells_last_import_date"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
"params" => [1 => "sells_last_import_date"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
(parameters:
[1 => "sells_old_last_import_date"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
"params" => [1 => "sells_old_last_import_date"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0_.id AS id_0, t0_.import_from AS import_from_1, t0_.document_type AS document_type_2, t0_.document_number AS document_number_3, t0_.product_code AS product_code_4, t0_.atc_code AS atc_code_5, t0_.aic_code AS aic_code_6, t0_.product_description AS product_description_7, t0_.lot_number AS lot_number_8, t0_.client_category AS client_category_9, t0_.client_code AS client_code_10, t0_.client_ministerial_code AS client_ministerial_code_11, t0_.client_business_name AS client_business_name_12, t0_.client_address AS client_address_13, t0_.client_province AS client_province_14, t0_.client_city AS client_city_15, t0_.client_zip AS client_zip_16, t0_.client_region AS client_region_17, t0_.vat AS vat_18, t0_.order_number AS order_number_19, t0_.receiver_client_code AS receiver_client_code_20, t0_.receiver_client_ministerial_code AS receiver_client_ministerial_code_21, t0_.receiver_client_business_name AS receiver_client_business_name_22, t0_.receiver_client_address AS receiver_client_address_23, t0_.receiver_client_province AS receiver_client_province_24, t0_.receiver_client_city AS receiver_client_city_25, t0_.receiver_client_zip AS receiver_client_zip_26, t0_.receiver_client_region AS receiver_client_region_27, t0_.kam AS kam_28, t0_.extra AS extra_29, t0_.email AS email_30, t0_.vs_vi AS vs_vi_31, t0_.invoice_num AS invoice_num_32, t0_.division AS division_33, t0_.organization AS organization_34, t0_.material AS material_35, t0_.selling_unit AS selling_unit_36, t0_.tax AS tax_37, t0_.num_of_docs_control AS num_of_docs_control_38, t0_.delivery_num AS delivery_num_39, t0_.cig_number AS cig_number_40, t0_.invoice_voice AS invoice_voice_41, t0_.datetime_import AS datetime_import_42, t0_.datetime_issue AS datetime_issue_43, t0_.datetime_order AS datetime_order_44, t0_.datetime_ref AS datetime_ref_45, t0_.datetime_lot_expiration AS datetime_lot_expiration_46, t0_.datetime_control_docs AS datetime_control_docs_47, t0_.datetime_delivery AS datetime_delivery_48, t0_.week_number AS week_number_49, t0_.month_number AS month_number_50, t0_.quantity AS quantity_51, t0_.box_quantity AS box_quantity_52, t0_.backup_quantity AS backup_quantity_53, t0_.backup_net_unit_price AS backup_net_unit_price_54, t0_.net_unit_price AS net_unit_price_55, t0_.net_box_price AS net_box_price_56, t0_.net_price AS net_price_57, t0_.charged_price AS charged_price_58, t0_.cost AS cost_59, t0_.is_cold AS is_cold_60, t0_.notes AS notes_61, t0_.product_id AS product_id_62, t0_.hospital_id AS hospital_id_63, t0_.facility_id AS facility_id_64, t0_.employee_id AS employee_id_65 FROM til_sell t0_ WHERE t0_.datetime_import > ? AND t0_.datetime_import <= ?"
(parameters:
[1 => "2023-02-28"
2 => "2024-01-31"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.import_from AS import_from_1, t0_.document_type AS document_type_2, t0_.document_number AS document_number_3, t0_.product_code AS product_code_4, t0_.atc_code AS atc_code_5, t0_.aic_code AS aic_code_6, t0_.product_description AS product_description_7, t0_.lot_number AS lot_number_8, t0_.client_category AS client_category_9, t0_.client_code AS client_code_10, t0_.client_ministerial_code AS client_ministerial_code_11, t0_.client_business_name AS client_business_name_12, t0_.client_address AS client_address_13, t0_.client_province AS client_province_14, t0_.client_city AS client_city_15, t0_.client_zip AS client_zip_16, t0_.client_region AS client_region_17, t0_.vat AS vat_18, t0_.order_number AS order_number_19, t0_.receiver_client_code AS receiver_client_code_20, t0_.receiver_client_ministerial_code AS receiver_client_ministerial_code_21, t0_.receiver_client_business_name AS receiver_client_business_name_22, t0_.receiver_client_address AS receiver_client_address_23, t0_.receiver_client_province AS receiver_client_province_24, t0_.receiver_client_city AS receiver_client_city_25, t0_.receiver_client_zip AS receiver_client_zip_26, t0_.receiver_client_region AS receiver_client_region_27, t0_.kam AS kam_28, t0_.extra AS extra_29, t0_.email AS email_30, t0_.vs_vi AS vs_vi_31, t0_.invoice_num AS invoice_num_32, t0_.division AS division_33, t0_.organization AS organization_34, t0_.material AS material_35, t0_.selling_unit AS selling_unit_36, t0_.tax AS tax_37, t0_.num_of_docs_control AS num_of_docs_control_38, t0_.delivery_num AS delivery_num_39, t0_.cig_number AS cig_number_40, t0_.invoice_voice AS invoice_voice_41, t0_.datetime_import AS datetime_import_42, t0_.datetime_issue AS datetime_issue_43, t0_.datetime_order AS datetime_order_44, t0_.datetime_ref AS datetime_ref_45, t0_.datetime_lot_expiration AS datetime_lot_expiration_46, t0_.datetime_control_docs AS datetime_control_docs_47, t0_.datetime_delivery AS datetime_delivery_48, t0_.week_number AS week_number_49, t0_.month_number AS month_number_50, t0_.quantity AS quantity_51, t0_.box_quantity AS box_quantity_52, t0_.backup_quantity AS backup_quantity_53, t0_.backup_net_unit_price AS backup_net_unit_price_54, t0_.net_unit_price AS net_unit_price_55, t0_.net_box_price AS net_box_price_56, t0_.net_price AS net_price_57, t0_.charged_price AS charged_price_58, t0_.cost AS cost_59, t0_.is_cold AS is_cold_60, t0_.notes AS notes_61, t0_.product_id AS product_id_62, t0_.hospital_id AS hospital_id_63, t0_.facility_id AS facility_id_64, t0_.employee_id AS employee_id_65 FROM til_sell t0_ WHERE t0_.datetime_import > ? AND t0_.datetime_import <= ?"
"params" => [1 => "2023-02-28"
2 => "2024-01-31"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
(parameters:
[1 => "sells_last_import_date"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.type AS type_3, t0.value AS value_4, t0.description AS description_5 FROM til_settings t0 WHERE t0.slug = ? LIMIT 1"
"params" => [1 => "sells_last_import_date"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.vat AS vat_2, t0_.address AS address_3, t0_.zip AS zip_4, t0_.lat AS lat_5, t0_.lng AS lng_6, t0_.email AS email_7, t0_.pec AS pec_8, t0_.sdi AS sdi_9, t0_.phone AS phone_10, t0_.fax AS fax_11, t0_.minister_code AS minister_code_12, t0_.is_head_group AS is_head_group_13, t0_.is_public AS is_public_14, t0_.city_id AS city_id_15, t0_.hospital_group_id AS hospital_group_id_16 FROM til_hospital t0_ WHERE t0_.is_public IS NULL"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.vat AS vat_2, t0_.address AS address_3, t0_.zip AS zip_4, t0_.lat AS lat_5, t0_.lng AS lng_6, t0_.email AS email_7, t0_.pec AS pec_8, t0_.sdi AS sdi_9, t0_.phone AS phone_10, t0_.fax AS fax_11, t0_.minister_code AS minister_code_12, t0_.is_head_group AS is_head_group_13, t0_.is_public AS is_public_14, t0_.city_id AS city_id_15, t0_.hospital_group_id AS hospital_group_id_16 FROM til_hospital t0_ WHERE t0_.is_public IS NULL"
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.address AS address_2, t0_.zip AS zip_3, t0_.lat AS lat_4, t0_.lng AS lng_5, t0_.minister_code AS minister_code_6, t0_.is_public AS is_public_7, t0_.is_abbandoned_ignored AS is_abbandoned_ignored_8, t0_.city_id AS city_id_9, t0_.hospital_id AS hospital_id_10, t0_.employee_id AS employee_id_11 FROM til_hospital_facility t0_ WHERE t0_.hospital_id IS NULL ORDER BY t0_.name ASC LIMIT 50"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.address AS address_2, t0_.zip AS zip_3, t0_.lat AS lat_4, t0_.lng AS lng_5, t0_.minister_code AS minister_code_6, t0_.is_public AS is_public_7, t0_.is_abbandoned_ignored AS is_abbandoned_ignored_8, t0_.city_id AS city_id_9, t0_.hospital_id AS hospital_id_10, t0_.employee_id AS employee_id_11 FROM til_hospital_facility t0_ WHERE t0_.hospital_id IS NULL ORDER BY t0_.name ASC LIMIT 50"
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.status AS status_1, t0_.motivation AS motivation_2, t0_.response AS response_3, t0_.datetime_start AS datetime_start_4, t0_.datetime_end AS datetime_end_5, t0_.datetime_send AS datetime_send_6, t0_.datetime_supervisor AS datetime_supervisor_7, t0_.employee_id AS employee_id_8 FROM til_employee_holiday_request t0_ WHERE t0_.status = ? ORDER BY t0_.datetime_send DESC"
(parameters:
[1 => "insert"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.status AS status_1, t0_.motivation AS motivation_2, t0_.response AS response_3, t0_.datetime_start AS datetime_start_4, t0_.datetime_end AS datetime_end_5, t0_.datetime_send AS datetime_send_6, t0_.datetime_supervisor AS datetime_supervisor_7, t0_.employee_id AS employee_id_8 FROM til_employee_holiday_request t0_ WHERE t0_.status = ? ORDER BY t0_.datetime_send DESC"
"params" => [1 => "insert"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.password AS password_5, t0.directory_path AS directory_path_6, t0.one_time_code AS one_time_code_7, t0.role AS role_8, t0.expiration_one_time_code AS expiration_one_time_code_9, t0.office_hours AS office_hours_10, t0.is_active AS is_active_11, t0.is_admin_active AS is_admin_active_12, t0.is_email_notification_active AS is_email_notification_active_13, t0.is_alert_read AS is_alert_read_14, t0.is_gdpr_sent AS is_gdpr_sent_15, t16.id AS id_17, t16.datetime_last_update AS datetime_last_update_18, t16.is_terms_accepted AS is_terms_accepted_19, t16.is_news_accepted AS is_news_accepted_20, t16.user_id AS user_id_21, t22.id AS id_23, t22.country_code AS country_code_24, t22.phone AS phone_25, t22.fax AS fax_26, t22.mobile AS mobile_27, t22.address AS address_28, t22.zip AS zip_29, t22.other_city AS other_city_30, t22.other_province AS other_province_31, t22.avatar AS avatar_32, t22.user_id AS user_id_33, t22.city_id AS city_id_34, t22.user_profession_id AS user_profession_id_35, t36.id AS id_37, t36.residue_rol AS residue_rol_38, t36.residue_holiday AS residue_holiday_39, t36.datetime_start_work AS datetime_start_work_40, t36.datetime_end_work AS datetime_end_work_41, t36.show_in_list AS show_in_list_42, t36.user_id AS user_id_43, t36.supervisor_id AS supervisor_id_44, t0.account_type_id AS account_type_id_45 FROM til_user t0 LEFT JOIN til_user_privacy t16 ON t16.user_id = t0.id LEFT JOIN til_user_profile t22 ON t22.user_id = t0.id LEFT JOIN til_employee t36 ON t36.user_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.password AS password_5, t0.directory_path AS directory_path_6, t0.one_time_code AS one_time_code_7, t0.role AS role_8, t0.expiration_one_time_code AS expiration_one_time_code_9, t0.office_hours AS office_hours_10, t0.is_active AS is_active_11, t0.is_admin_active AS is_admin_active_12, t0.is_email_notification_active AS is_email_notification_active_13, t0.is_alert_read AS is_alert_read_14, t0.is_gdpr_sent AS is_gdpr_sent_15, t16.id AS id_17, t16.datetime_last_update AS datetime_last_update_18, t16.is_terms_accepted AS is_terms_accepted_19, t16.is_news_accepted AS is_news_accepted_20, t16.user_id AS user_id_21, t22.id AS id_23, t22.country_code AS country_code_24, t22.phone AS phone_25, t22.fax AS fax_26, t22.mobile AS mobile_27, t22.address AS address_28, t22.zip AS zip_29, t22.other_city AS other_city_30, t22.other_province AS other_province_31, t22.avatar AS avatar_32, t22.user_id AS user_id_33, t22.city_id AS city_id_34, t22.user_profession_id AS user_profession_id_35, t36.id AS id_37, t36.residue_rol AS residue_rol_38, t36.residue_holiday AS residue_holiday_39, t36.datetime_start_work AS datetime_start_work_40, t36.datetime_end_work AS datetime_end_work_41, t36.show_in_list AS show_in_list_42, t36.user_id AS user_id_43, t36.supervisor_id AS supervisor_id_44, t0.account_type_id AS account_type_id_45 FROM til_user t0 LEFT JOIN til_user_privacy t16 ON t16.user_id = t0.id LEFT JOIN til_user_profile t22 ON t22.user_id = t0.id LEFT JOIN til_employee t36 ON t36.user_id = t0.id WHERE t0.id = ?"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.value AS value_2, t0.user_id AS user_id_3, t0.permission_id AS permission_id_4 FROM til_join_table_user_permission t0 WHERE t0.user_id = ?"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.user_id AS user_id_3, t0.permission_id AS permission_id_4 FROM til_join_table_user_permission t0 WHERE t0.user_id = ?"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "10"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "10"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "11"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "11"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "12"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "12"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "13"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "13"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "14"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "14"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "15"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "15"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "16"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "16"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "17"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "17"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "18"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "18"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "19"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "19"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "20"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "20"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "21"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "21"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "22"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "22"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "23"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "23"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "24"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "24"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "25"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "25"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "26"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "26"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "27"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "27"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "28"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "28"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "29"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "29"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "30"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "30"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "31"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "31"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "32"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "32"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "33"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "33"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "34"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "34"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "35"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "35"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "36"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "36"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "37"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "37"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "38"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "38"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "39"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "39"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "40"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "40"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "41"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "41"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "42"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "42"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "43"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "43"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "44"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "44"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "45"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "45"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "46"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "46"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "47"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "47"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "48"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "48"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "49"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "49"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "50"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "50"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "51"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "51"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "52"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "52"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "53"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "53"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "54"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "54"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "55"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "55"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "56"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "56"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "57"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "57"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "58"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "58"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
(parameters:
[1 => "59"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.description AS description_4, t0.priority AS priority_5, t0.category_id AS category_id_6 FROM til_permission t0 WHERE t0.id = ?"
"params" => [1 => "59"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM til_region t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM til_region t0"
]
"SELECT t0_.id AS id_0, t0_.motivation AS motivation_1, t0_.datetime AS datetime_2, t0_.is_weekend AS is_weekend_3 FROM til_closure t0_ WHERE t0_.datetime >= ? AND t0_.datetime <= ?"
[
"sql" => "SELECT t0_.id AS id_0, t0_.motivation AS motivation_1, t0_.datetime AS datetime_2, t0_.is_weekend AS is_weekend_3 FROM til_closure t0_ WHERE t0_.datetime >= ? AND t0_.datetime <= ?"
"params" => [1 => "2021-04-01 17:00:26"
2 => "2023-04-01 17:00:26"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.january AS january_1, t0_.february AS february_2, t0_.march AS march_3, t0_.april AS april_4, t0_.may AS may_5, t0_.june AS june_6, t0_.july AS july_7, t0_.august AS august_8, t0_.september AS september_9, t0_.october AS october_10, t0_.november AS november_11, t0_.december AS december_12, t0_.january_qty AS january_qty_13, t0_.february_qty AS february_qty_14, t0_.march_qty AS march_qty_15, t0_.april_qty AS april_qty_16, t0_.may_qty AS may_qty_17, t0_.june_qty AS june_qty_18, t0_.july_qty AS july_qty_19, t0_.august_qty AS august_qty_20, t0_.september_qty AS september_qty_21, t0_.october_qty AS october_qty_22, t0_.november_qty AS november_qty_23, t0_.december_qty AS december_qty_24, t0_.product_id AS product_id_25, t0_.budget_year_id AS budget_year_id_26 FROM til_budget_product t0_ LEFT JOIN til_product t1_ ON t0_.product_id = t1_.id LEFT JOIN til_budget_year t2_ ON t0_.budget_year_id = t2_.id WHERE t2_.year = ? AND t1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"SELECT t0_.id AS id_0, t0_.january AS january_1, t0_.february AS february_2, t0_.march AS march_3, t0_.april AS april_4, t0_.may AS may_5, t0_.june AS june_6, t0_.july AS july_7, t0_.august AS august_8, t0_.september AS september_9, t0_.october AS october_10, t0_.november AS november_11, t0_.december AS december_12, t0_.january_qty AS january_qty_13, t0_.february_qty AS february_qty_14, t0_.march_qty AS march_qty_15, t0_.april_qty AS april_qty_16, t0_.may_qty AS may_qty_17, t0_.june_qty AS june_qty_18, t0_.july_qty AS july_qty_19, t0_.august_qty AS august_qty_20, t0_.september_qty AS september_qty_21, t0_.october_qty AS october_qty_22, t0_.november_qty AS november_qty_23, t0_.december_qty AS december_qty_24, t0_.product_id AS product_id_25, t0_.budget_year_id AS budget_year_id_26 FROM til_budget_product t0_ LEFT JOIN til_product t1_ ON t0_.product_id = t1_.id LEFT JOIN til_budget_year t2_ ON t0_.budget_year_id = t2_.id WHERE t2_.year = ? AND t1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"SELECT t0_.id AS id_0, t0_.january AS january_1, t0_.february AS february_2, t0_.march AS march_3, t0_.april AS april_4, t0_.may AS may_5, t0_.june AS june_6, t0_.july AS july_7, t0_.august AS august_8, t0_.september AS september_9, t0_.october AS october_10, t0_.november AS november_11, t0_.december AS december_12, t0_.january_qty AS january_qty_13, t0_.february_qty AS february_qty_14, t0_.march_qty AS march_qty_15, t0_.april_qty AS april_qty_16, t0_.may_qty AS may_qty_17, t0_.june_qty AS june_qty_18, t0_.july_qty AS july_qty_19, t0_.august_qty AS august_qty_20, t0_.september_qty AS september_qty_21, t0_.october_qty AS october_qty_22, t0_.november_qty AS november_qty_23, t0_.december_qty AS december_qty_24, t0_.product_id AS product_id_25, t0_.budget_year_id AS budget_year_id_26 FROM til_budget_product t0_ LEFT JOIN til_product t1_ ON t0_.product_id = t1_.id LEFT JOIN til_budget_year t2_ ON t0_.budget_year_id = t2_.id WHERE t2_.year = ? AND t1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "3"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "3"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "5"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "5"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "9"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "9"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "10"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "10"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "11"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "11"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "12"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "12"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "13"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "13"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "14"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "14"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "15"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "15"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "16"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "16"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "17"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "17"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "18"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "18"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "19"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "19"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "21"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "21"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "23"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "23"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "24"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "24"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "25"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "25"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "26"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "26"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "4"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "4"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
(parameters:
[1 => "7"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2 FROM til_budget_year t0 WHERE t0.id = ?"
"params" => [1 => "7"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "27"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "27"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "28"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "28"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "30"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "30"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "31"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "31"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "32"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "32"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "33"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "33"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
(parameters:
[1 => "35"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.percentage AS percentage_2, t0.employee_id AS employee_id_3, t0.budget_year_id AS budget_year_id_4 FROM til_budget_employee t0 WHERE t0.employee_id = ?"
"params" => [1 => "35"
]
"types" => [1 => 2]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_main"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
Log messages generated during the compilation of the service container.
Messages
Class
635
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CookieController" (parent: .abstract.instanceof.App\Controller\CookieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CookieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CookieController).
Resolving inheritance for "App\Controller\CookieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CookieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostRoutesController" (parent: .abstract.instanceof.App\Controller\PostRoutesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostRoutesController).
Resolving inheritance for "App\Controller\PostRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostRoutesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScriptController" (parent: .abstract.instanceof.App\Controller\ScriptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScriptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScriptController).
Resolving inheritance for "App\Controller\ScriptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScriptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeActivitiesController" (parent: .abstract.instanceof.App\Controller\User\Employee\UserEmployeeActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeActivitiesController).
Resolving inheritance for "App\Controller\User\Employee\UserEmployeeActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeOfferController" (parent: .abstract.instanceof.App\Controller\User\Employee\UserEmployeeOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeOfferController).
Resolving inheritance for "App\Controller\User\Employee\UserEmployeeOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeStatsController" (parent: .abstract.instanceof.App\Controller\User\Employee\UserEmployeeStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeStatsController).
Resolving inheritance for "App\Controller\User\Employee\UserEmployeeStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeOfferController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserEmployeeOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeOfferController).
Resolving inheritance for "App\Controller\User\OLD\UserEmployeeOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeStatsController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserEmployeeStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeStatsController).
Resolving inheritance for "App\Controller\User\OLD\UserEmployeeStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferController).
Resolving inheritance for "App\Controller\User\OLD\UserOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferRequestController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserOfferRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferRequestController).
Resolving inheritance for "App\Controller\User\OLD\UserOfferRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserRaceController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserRaceController).
Resolving inheritance for "App\Controller\User\OLD\UserRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserStatsController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserStatsController).
Resolving inheritance for "App\Controller\User\OLD\UserStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserTestController" (parent: .abstract.instanceof.App\Controller\User\OLD\UserTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserTestController).
Resolving inheritance for "App\Controller\User\OLD\UserTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserActivitiesController" (parent: .abstract.instanceof.App\Controller\User\UserActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserActivitiesController).
Resolving inheritance for "App\Controller\User\UserActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserBudgetController" (parent: .abstract.instanceof.App\Controller\User\UserBudgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserBudgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserBudgetController).
Resolving inheritance for "App\Controller\User\UserBudgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserBudgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCompanyDocumentController" (parent: .abstract.instanceof.App\Controller\User\UserCompanyDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCompanyDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCompanyDocumentController).
Resolving inheritance for "App\Controller\User\UserCompanyDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCompanyDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserConfigurationController" (parent: .abstract.instanceof.App\Controller\User\UserConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserConfigurationController).
Resolving inheritance for "App\Controller\User\UserConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserController" (parent: .abstract.instanceof.App\Controller\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserController).
Resolving inheritance for "App\Controller\User\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserEmployeeController" (parent: .abstract.instanceof.App\Controller\User\UserEmployeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserEmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserEmployeeController).
Resolving inheritance for "App\Controller\User\UserEmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserEmployeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserFixController" (parent: .abstract.instanceof.App\Controller\User\UserFixController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserFixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserFixController).
Resolving inheritance for "App\Controller\User\UserFixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserFixController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserHospitalController" (parent: .abstract.instanceof.App\Controller\User\UserHospitalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserHospitalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserHospitalController).
Resolving inheritance for "App\Controller\User\UserHospitalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserHospitalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserNotificationController" (parent: .abstract.instanceof.App\Controller\User\UserNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserNotificationController).
Resolving inheritance for "App\Controller\User\UserNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferController" (parent: .abstract.instanceof.App\Controller\User\UserOfferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferController).
Resolving inheritance for "App\Controller\User\UserOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferRequestController" (parent: .abstract.instanceof.App\Controller\User\UserOfferRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferRequestController).
Resolving inheritance for "App\Controller\User\UserOfferRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProductController" (parent: .abstract.instanceof.App\Controller\User\UserProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProductController).
Resolving inheritance for "App\Controller\User\UserProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProfileController" (parent: .abstract.instanceof.App\Controller\User\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProfileController).
Resolving inheritance for "App\Controller\User\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRaceController" (parent: .abstract.instanceof.App\Controller\User\UserRaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRaceController).
Resolving inheritance for "App\Controller\User\UserRaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRequestHolidayController" (parent: .abstract.instanceof.App\Controller\User\UserRequestHolidayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRequestHolidayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRequestHolidayController).
Resolving inheritance for "App\Controller\User\UserRequestHolidayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRequestHolidayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserSellController" (parent: .abstract.instanceof.App\Controller\User\UserSellController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserSellController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserSellController).
Resolving inheritance for "App\Controller\User\UserSellController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserSellController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserStatsController" (parent: .abstract.instanceof.App\Controller\User\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserStatsController).
Resolving inheritance for "App\Controller\User\UserStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserTestController" (parent: .abstract.instanceof.App\Controller\User\UserTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserTestController).
Resolving inheritance for "App\Controller\User\UserTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilityController" (parent: .abstract.instanceof.App\Controller\UtilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilityController).
Resolving inheritance for "App\Controller\UtilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilityController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeType" (parent: .abstract.instanceof.App\Form\BudgetEmployeeType).
Resolving inheritance for "App\Form\BudgetEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeValuesType" (parent: .abstract.instanceof.App\Form\BudgetEmployeeValuesType).
Resolving inheritance for "App\Form\BudgetEmployeeValuesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeValuesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductType" (parent: .abstract.instanceof.App\Form\BudgetProductType).
Resolving inheritance for "App\Form\BudgetProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductValuesType" (parent: .abstract.instanceof.App\Form\BudgetProductValuesType).
Resolving inheritance for "App\Form\BudgetProductValuesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductValuesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearChangeValueType" (parent: .abstract.instanceof.App\Form\BudgetYearChangeValueType).
Resolving inheritance for "App\Form\BudgetYearChangeValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearChangeValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearType" (parent: .abstract.instanceof.App\Form\BudgetYearType).
Resolving inheritance for "App\Form\BudgetYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosureDayType" (parent: .abstract.instanceof.App\Form\ClosureDayType).
Resolving inheritance for "App\Form\ClosureDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosureDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosurePeriodType" (parent: .abstract.instanceof.App\Form\ClosurePeriodType).
Resolving inheritance for "App\Form\ClosurePeriodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosurePeriodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosureDayType" (parent: .abstract.instanceof.App\Form\ConfigurationClosureDayType).
Resolving inheritance for "App\Form\ConfigurationClosureDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosureDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosurePeriodType" (parent: .abstract.instanceof.App\Form\ConfigurationClosurePeriodType).
Resolving inheritance for "App\Form\ConfigurationClosurePeriodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosurePeriodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationDocumentTypeType" (parent: .abstract.instanceof.App\Form\ConfigurationDocumentTypeType).
Resolving inheritance for "App\Form\ConfigurationDocumentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationDocumentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationHospitalDepartmentTypeType" (parent: .abstract.instanceof.App\Form\ConfigurationHospitalDepartmentTypeType).
Resolving inheritance for "App\Form\ConfigurationHospitalDepartmentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationHospitalDepartmentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationRefundTypeType" (parent: .abstract.instanceof.App\Form\ConfigurationRefundTypeType).
Resolving inheritance for "App\Form\ConfigurationRefundTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationRefundTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationUserProfessionType" (parent: .abstract.instanceof.App\Form\ConfigurationUserProfessionType).
Resolving inheritance for "App\Form\ConfigurationUserProfessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationUserProfessionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentNewType" (parent: .abstract.instanceof.App\Form\DepartmentNewType).
Resolving inheritance for "App\Form\DepartmentNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType" (parent: .abstract.instanceof.App\Form\DocumentType).
Resolving inheritance for "App\Form\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentTypeType" (parent: .abstract.instanceof.App\Form\DocumentTypeType).
Resolving inheritance for "App\Form\DocumentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeActivityType" (parent: .abstract.instanceof.App\Form\EmployeeActivityType).
Resolving inheritance for "App\Form\EmployeeActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeCoverType" (parent: .abstract.instanceof.App\Form\EmployeeCoverType).
Resolving inheritance for "App\Form\EmployeeCoverType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeCoverType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeDocumentType" (parent: .abstract.instanceof.App\Form\EmployeeDocumentType).
Resolving inheritance for "App\Form\EmployeeDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayRequestType" (parent: .abstract.instanceof.App\Form\EmployeeHolidayRequestType).
Resolving inheritance for "App\Form\EmployeeHolidayRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayYearType" (parent: .abstract.instanceof.App\Form\EmployeeHolidayYearType).
Resolving inheritance for "App\Form\EmployeeHolidayYearType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayYearType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeLeasingType" (parent: .abstract.instanceof.App\Form\EmployeeLeasingType).
Resolving inheritance for "App\Form\EmployeeLeasingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeLeasingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayOvertimeType" (parent: .abstract.instanceof.App\Form\EmployeePresenceDayOvertimeType).
Resolving inheritance for "App\Form\EmployeePresenceDayOvertimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayOvertimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayType" (parent: .abstract.instanceof.App\Form\EmployeePresenceDayType).
Resolving inheritance for "App\Form\EmployeePresenceDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundMonthType" (parent: .abstract.instanceof.App\Form\EmployeeRefundMonthType).
Resolving inheritance for "App\Form\EmployeeRefundMonthType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundMonthType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundType" (parent: .abstract.instanceof.App\Form\EmployeeRefundType).
Resolving inheritance for "App\Form\EmployeeRefundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentNotesType" (parent: .abstract.instanceof.App\Form\HospitalDepartmentNotesType).
Resolving inheritance for "App\Form\HospitalDepartmentNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentNotesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentReferentType" (parent: .abstract.instanceof.App\Form\HospitalDepartmentReferentType).
Resolving inheritance for "App\Form\HospitalDepartmentReferentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentReferentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentTypeType" (parent: .abstract.instanceof.App\Form\HospitalDepartmentTypeType).
Resolving inheritance for "App\Form\HospitalDepartmentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalFacilityType" (parent: .abstract.instanceof.App\Form\HospitalFacilityType).
Resolving inheritance for "App\Form\HospitalFacilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalFacilityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupPairingType" (parent: .abstract.instanceof.App\Form\HospitalGroupPairingType).
Resolving inheritance for "App\Form\HospitalGroupPairingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupPairingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupType" (parent: .abstract.instanceof.App\Form\HospitalGroupType).
Resolving inheritance for "App\Form\HospitalGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalNew2Type" (parent: .abstract.instanceof.App\Form\HospitalNew2Type).
Resolving inheritance for "App\Form\HospitalNew2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalNew2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalType" (parent: .abstract.instanceof.App\Form\HospitalType).
Resolving inheritance for "App\Form\HospitalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalMultipleType" (parent: .abstract.instanceof.App\Form\IncrementalMultipleType).
Resolving inheritance for "App\Form\IncrementalMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalMultipleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalType" (parent: .abstract.instanceof.App\Form\IncrementalType).
Resolving inheritance for "App\Form\IncrementalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityCodesType" (parent: .abstract.instanceof.App\Form\JoinTableHospitalFacilityCodesType).
Resolving inheritance for "App\Form\JoinTableHospitalFacilityCodesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityCodesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityProductType" (parent: .abstract.instanceof.App\Form\JoinTableHospitalFacilityProductType).
Resolving inheritance for "App\Form\JoinTableHospitalFacilityProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableProfileDepartmentType" (parent: .abstract.instanceof.App\Form\JoinTableProfileDepartmentType).
Resolving inheritance for "App\Form\JoinTableProfileDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableProfileDepartmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleChoiceType" (parent: .abstract.instanceof.App\Form\MultipleChoiceType).
Resolving inheritance for "App\Form\MultipleChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDateActivityType" (parent: .abstract.instanceof.App\Form\NewDateActivityType).
Resolving inheritance for "App\Form\NewDateActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDateActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationNewType" (parent: .abstract.instanceof.App\Form\NotificationNewType).
Resolving inheritance for "App\Form\NotificationNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\DepartmentNewType" (parent: .abstract.instanceof.App\Form\OLD\DepartmentNewType).
Resolving inheritance for "App\Form\OLD\DepartmentNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\DepartmentNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\HospitalNew2Type" (parent: .abstract.instanceof.App\Form\OLD\HospitalNew2Type).
Resolving inheritance for "App\Form\OLD\HospitalNew2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\HospitalNew2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalMultipleType" (parent: .abstract.instanceof.App\Form\OLD\IncrementalMultipleType).
Resolving inheritance for "App\Form\OLD\IncrementalMultipleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalMultipleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalType" (parent: .abstract.instanceof.App\Form\OLD\IncrementalType).
Resolving inheritance for "App\Form\OLD\IncrementalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\MultipleChoiceType" (parent: .abstract.instanceof.App\Form\OLD\MultipleChoiceType).
Resolving inheritance for "App\Form\OLD\MultipleChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\MultipleChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferClientModuleType" (parent: .abstract.instanceof.App\Form\OLD\OfferClientModuleType).
Resolving inheritance for "App\Form\OLD\OfferClientModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferClientModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferNewType" (parent: .abstract.instanceof.App\Form\OLD\OfferNewType).
Resolving inheritance for "App\Form\OLD\OfferNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferRequestNewType" (parent: .abstract.instanceof.App\Form\OLD\OfferRequestNewType).
Resolving inheritance for "App\Form\OLD\OfferRequestNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferRequestNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OneFiveType" (parent: .abstract.instanceof.App\Form\OLD\OneFiveType).
Resolving inheritance for "App\Form\OLD\OneFiveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OneFiveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OpenType" (parent: .abstract.instanceof.App\Form\OLD\OpenType).
Resolving inheritance for "App\Form\OLD\OpenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OpenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\RaceNewType" (parent: .abstract.instanceof.App\Form\OLD\RaceNewType).
Resolving inheritance for "App\Form\OLD\RaceNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\RaceNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\ReferentOfferNewType" (parent: .abstract.instanceof.App\Form\OLD\ReferentOfferNewType).
Resolving inheritance for "App\Form\OLD\ReferentOfferNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\ReferentOfferNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\SelectYearAndMonth" (parent: .abstract.instanceof.App\Form\OLD\SelectYearAndMonth).
Resolving inheritance for "App\Form\OLD\SelectYearAndMonth" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\SelectYearAndMonth).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsEmployeeFilterType" (parent: .abstract.instanceof.App\Form\OLD\StatsEmployeeFilterType).
Resolving inheritance for "App\Form\OLD\StatsEmployeeFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsEmployeeFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsRankingSellsFilterType" (parent: .abstract.instanceof.App\Form\OLD\StatsRankingSellsFilterType).
Resolving inheritance for "App\Form\OLD\StatsRankingSellsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsRankingSellsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsDetailsFilterType" (parent: .abstract.instanceof.App\Form\OLD\StatsSellsDetailsFilterType).
Resolving inheritance for "App\Form\OLD\StatsSellsDetailsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsDetailsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsFilterType" (parent: .abstract.instanceof.App\Form\OLD\StatsSellsFilterType).
Resolving inheritance for "App\Form\OLD\StatsSellsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TCodeType" (parent: .abstract.instanceof.App\Form\OLD\TCodeType).
Resolving inheritance for "App\Form\OLD\TCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TestCodeGenerateType" (parent: .abstract.instanceof.App\Form\OLD\TestCodeGenerateType).
Resolving inheritance for "App\Form\OLD\TestCodeGenerateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TestCodeGenerateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\YesNoType" (parent: .abstract.instanceof.App\Form\OLD\YesNoType).
Resolving inheritance for "App\Form\OLD\YesNoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\YesNoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferClientModuleType" (parent: .abstract.instanceof.App\Form\OfferClientModuleType).
Resolving inheritance for "App\Form\OfferClientModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferClientModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferNewType" (parent: .abstract.instanceof.App\Form\OfferNewType).
Resolving inheritance for "App\Form\OfferNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferRequestNewType" (parent: .abstract.instanceof.App\Form\OfferRequestNewType).
Resolving inheritance for "App\Form\OfferRequestNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferRequestNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeHoursType" (parent: .abstract.instanceof.App\Form\OfficeHoursType).
Resolving inheritance for "App\Form\OfficeHoursType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeHoursType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OneFiveType" (parent: .abstract.instanceof.App\Form\OneFiveType).
Resolving inheritance for "App\Form\OneFiveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OneFiveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpenType" (parent: .abstract.instanceof.App\Form\OpenType).
Resolving inheritance for "App\Form\OpenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType" (parent: .abstract.instanceof.App\Form\PasswordChangeType).
Resolving inheritance for "App\Form\PasswordChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceDayNewType" (parent: .abstract.instanceof.App\Form\PresenceDayNewType).
Resolving inheritance for "App\Form\PresenceDayNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceDayNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceMonthFileType" (parent: .abstract.instanceof.App\Form\PresenceMonthFileType).
Resolving inheritance for "App\Form\PresenceMonthFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceMonthFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCategoryType" (parent: .abstract.instanceof.App\Form\ProductCategoryType).
Resolving inheritance for "App\Form\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGroupType" (parent: .abstract.instanceof.App\Form\ProductGroupType).
Resolving inheritance for "App\Form\ProductGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RaceNewType" (parent: .abstract.instanceof.App\Form\RaceNewType).
Resolving inheritance for "App\Form\RaceNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RaceNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentNewType" (parent: .abstract.instanceof.App\Form\ReferentNewType).
Resolving inheritance for "App\Form\ReferentNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentOfferNewType" (parent: .abstract.instanceof.App\Form\ReferentOfferNewType).
Resolving inheritance for "App\Form\ReferentOfferNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentOfferNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundCategoryType" (parent: .abstract.instanceof.App\Form\RefundCategoryType).
Resolving inheritance for "App\Form\RefundCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundTypeType" (parent: .abstract.instanceof.App\Form\RefundTypeType).
Resolving inheritance for "App\Form\RefundTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\AccountActivationType" (parent: .abstract.instanceof.App\Form\Security\AccountActivationType).
Resolving inheritance for "App\Form\Security\AccountActivationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\AccountActivationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordCreationType" (parent: .abstract.instanceof.App\Form\Security\PasswordCreationType).
Resolving inheritance for "App\Form\Security\PasswordCreationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordCreationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordRecoveryType" (parent: .abstract.instanceof.App\Form\Security\PasswordRecoveryType).
Resolving inheritance for "App\Form\Security\PasswordRecoveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordRecoveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SelectYearAndMonth" (parent: .abstract.instanceof.App\Form\SelectYearAndMonth).
Resolving inheritance for "App\Form\SelectYearAndMonth" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SelectYearAndMonth).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellEmployeeType" (parent: .abstract.instanceof.App\Form\SellEmployeeType).
Resolving inheritance for "App\Form\SellEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellGraphicType" (parent: .abstract.instanceof.App\Form\SellGraphicType).
Resolving inheritance for "App\Form\SellGraphicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellGraphicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellImportType" (parent: .abstract.instanceof.App\Form\SellImportType).
Resolving inheritance for "App\Form\SellImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsEmployeeFilterType" (parent: .abstract.instanceof.App\Form\StatsEmployeeFilterType).
Resolving inheritance for "App\Form\StatsEmployeeFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsEmployeeFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsRankingSellsFilterType" (parent: .abstract.instanceof.App\Form\StatsRankingSellsFilterType).
Resolving inheritance for "App\Form\StatsRankingSellsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsRankingSellsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsDetailsFilterType" (parent: .abstract.instanceof.App\Form\StatsSellsDetailsFilterType).
Resolving inheritance for "App\Form\StatsSellsDetailsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsDetailsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsFilterType" (parent: .abstract.instanceof.App\Form\StatsSellsFilterType).
Resolving inheritance for "App\Form\StatsSellsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TCodeType" (parent: .abstract.instanceof.App\Form\TCodeType).
Resolving inheritance for "App\Form\TCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestCodeGenerateType" (parent: .abstract.instanceof.App\Form\TestCodeGenerateType).
Resolving inheritance for "App\Form\TestCodeGenerateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestCodeGenerateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateNullableType" (parent: .abstract.instanceof.App\Form\Type\CustomDateNullableType).
Resolving inheritance for "App\Form\Type\CustomDateNullableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateNullableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateType" (parent: .abstract.instanceof.App\Form\Type\CustomDateType).
Resolving inheritance for "App\Form\Type\CustomDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextType" (parent: .abstract.instanceof.App\Form\Type\CustomTextType).
Resolving inheritance for "App\Form\Type\CustomTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextareaType" (parent: .abstract.instanceof.App\Form\Type\CustomTextareaType).
Resolving inheritance for "App\Form\Type\CustomTextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextareaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTimeType" (parent: .abstract.instanceof.App\Form\Type\CustomTimeType).
Resolving inheritance for "App\Form\Type\CustomTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeProfileType" (parent: .abstract.instanceof.App\Form\UserEmployeeProfileType).
Resolving inheritance for "App\Form\UserEmployeeProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeType" (parent: .abstract.instanceof.App\Form\UserEmployeeType).
Resolving inheritance for "App\Form\UserEmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPermissionCloneType" (parent: .abstract.instanceof.App\Form\UserPermissionCloneType).
Resolving inheritance for "App\Form\UserPermissionCloneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPermissionCloneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPrivacyType" (parent: .abstract.instanceof.App\Form\UserPrivacyType).
Resolving inheritance for "App\Form\UserPrivacyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPrivacyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfessionType" (parent: .abstract.instanceof.App\Form\UserProfessionType).
Resolving inheritance for "App\Form\UserProfessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfessionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType" (parent: .abstract.instanceof.App\Form\UserProfileType).
Resolving inheritance for "App\Form\UserProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YesNoType" (parent: .abstract.instanceof.App\Form\YesNoType).
Resolving inheritance for "App\Form\YesNoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YesNoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetEmployeeRepository" (parent: .abstract.instanceof.App\Repository\BudgetEmployeeRepository).
Resolving inheritance for "App\Repository\BudgetEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetEmployeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetProductRepository" (parent: .abstract.instanceof.App\Repository\BudgetProductRepository).
Resolving inheritance for "App\Repository\BudgetProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClosureRepository" (parent: .abstract.instanceof.App\Repository\ClosureRepository).
Resolving inheritance for "App\Repository\ClosureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClosureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository" (parent: .abstract.instanceof.App\Repository\DocumentTypeRepository).
Resolving inheritance for "App\Repository\DocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityDayRepository" (parent: .abstract.instanceof.App\Repository\EmployeeActivityDayRepository).
Resolving inheritance for "App\Repository\EmployeeActivityDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityMonthRepository" (parent: .abstract.instanceof.App\Repository\EmployeeActivityMonthRepository).
Resolving inheritance for "App\Repository\EmployeeActivityMonthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityMonthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityRepository" (parent: .abstract.instanceof.App\Repository\EmployeeActivityRepository).
Resolving inheritance for "App\Repository\EmployeeActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityYearRepository" (parent: .abstract.instanceof.App\Repository\EmployeeActivityYearRepository).
Resolving inheritance for "App\Repository\EmployeeActivityYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayRequestRepository" (parent: .abstract.instanceof.App\Repository\EmployeeHolidayRequestRepository).
Resolving inheritance for "App\Repository\EmployeeHolidayRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayYearRepository" (parent: .abstract.instanceof.App\Repository\EmployeeHolidayYearRepository).
Resolving inheritance for "App\Repository\EmployeeHolidayYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceDayRepository" (parent: .abstract.instanceof.App\Repository\EmployeePresenceDayRepository).
Resolving inheritance for "App\Repository\EmployeePresenceDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceMonthRepository" (parent: .abstract.instanceof.App\Repository\EmployeePresenceMonthRepository).
Resolving inheritance for "App\Repository\EmployeePresenceMonthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceMonthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceYearRepository" (parent: .abstract.instanceof.App\Repository\EmployeePresenceYearRepository).
Resolving inheritance for "App\Repository\EmployeePresenceYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundDayRepository" (parent: .abstract.instanceof.App\Repository\EmployeeRefundDayRepository).
Resolving inheritance for "App\Repository\EmployeeRefundDayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundDayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundMonthRepository" (parent: .abstract.instanceof.App\Repository\EmployeeRefundMonthRepository).
Resolving inheritance for "App\Repository\EmployeeRefundMonthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundMonthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundYearRepository" (parent: .abstract.instanceof.App\Repository\EmployeeRefundYearRepository).
Resolving inheritance for "App\Repository\EmployeeRefundYearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundYearRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository" (parent: .abstract.instanceof.App\Repository\EmployeeRepository).
Resolving inheritance for "App\Repository\EmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentReferentRepository" (parent: .abstract.instanceof.App\Repository\HospitalDepartmentReferentRepository).
Resolving inheritance for "App\Repository\HospitalDepartmentReferentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentReferentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentRepository" (parent: .abstract.instanceof.App\Repository\HospitalDepartmentRepository).
Resolving inheritance for "App\Repository\HospitalDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentTypeRepository" (parent: .abstract.instanceof.App\Repository\HospitalDepartmentTypeRepository).
Resolving inheritance for "App\Repository\HospitalDepartmentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalFacilityRepository" (parent: .abstract.instanceof.App\Repository\HospitalFacilityRepository).
Resolving inheritance for "App\Repository\HospitalFacilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalFacilityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalGroupRepository" (parent: .abstract.instanceof.App\Repository\HospitalGroupRepository).
Resolving inheritance for "App\Repository\HospitalGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalRepository" (parent: .abstract.instanceof.App\Repository\HospitalRepository).
Resolving inheritance for "App\Repository\HospitalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableBudgetEmployeeRefundTypeRepository" (parent: .abstract.instanceof.App\Repository\JoinTableBudgetEmployeeRefundTypeRepository).
Resolving inheritance for "App\Repository\JoinTableBudgetEmployeeRefundTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableBudgetEmployeeRefundTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityProductRepository" (parent: .abstract.instanceof.App\Repository\JoinTableFacilityProductRepository).
Resolving inheritance for "App\Repository\JoinTableFacilityProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityTestRepository" (parent: .abstract.instanceof.App\Repository\JoinTableFacilityTestRepository).
Resolving inheritance for "App\Repository\JoinTableFacilityTestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityTestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableHospitalFacilityCodesRepository" (parent: .abstract.instanceof.App\Repository\JoinTableHospitalFacilityCodesRepository).
Resolving inheritance for "App\Repository\JoinTableHospitalFacilityCodesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableHospitalFacilityCodesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableProfileDepartmentRepository" (parent: .abstract.instanceof.App\Repository\JoinTableProfileDepartmentRepository).
Resolving inheritance for "App\Repository\JoinTableProfileDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableProfileDepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableRaceProductRepository" (parent: .abstract.instanceof.App\Repository\JoinTableRaceProductRepository).
Resolving inheritance for "App\Repository\JoinTableRaceProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableRaceProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableUserTestRepository" (parent: .abstract.instanceof.App\Repository\JoinTableUserTestRepository).
Resolving inheritance for "App\Repository\JoinTableUserTestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableUserTestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferProposalRepository" (parent: .abstract.instanceof.App\Repository\OfferProposalRepository).
Resolving inheritance for "App\Repository\OfferProposalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferProposalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository" (parent: .abstract.instanceof.App\Repository\OfferRepository).
Resolving inheritance for "App\Repository\OfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRequestRepository" (parent: .abstract.instanceof.App\Repository\OfferRequestRepository).
Resolving inheritance for "App\Repository\OfferRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository" (parent: .abstract.instanceof.App\Repository\ProductCategoryRepository).
Resolving inheritance for "App\Repository\ProductCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductGroupRepository" (parent: .abstract.instanceof.App\Repository\ProductGroupRepository).
Resolving inheritance for "App\Repository\ProductGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository" (parent: .abstract.instanceof.App\Repository\ProvinceRepository).
Resolving inheritance for "App\Repository\ProvinceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository" (parent: .abstract.instanceof.App\Repository\RaceRepository).
Resolving inheritance for "App\Repository\RaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCategoryRepository" (parent: .abstract.instanceof.App\Repository\RefundCategoryRepository).
Resolving inheritance for "App\Repository\RefundCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundTypeRepository" (parent: .abstract.instanceof.App\Repository\RefundTypeRepository).
Resolving inheritance for "App\Repository\RefundTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SellRepository" (parent: .abstract.instanceof.App\Repository\SellRepository).
Resolving inheritance for "App\Repository\SellRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SellRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAnswerRepository" (parent: .abstract.instanceof.App\Repository\TestAnswerRepository).
Resolving inheritance for "App\Repository\TestAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCodeRepository" (parent: .abstract.instanceof.App\Repository\TestCodeRepository).
Resolving inheritance for "App\Repository\TestCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionIncrementalOptionRepository" (parent: .abstract.instanceof.App\Repository\TestQuestionIncrementalOptionRepository).
Resolving inheritance for "App\Repository\TestQuestionIncrementalOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionIncrementalOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository" (parent: .abstract.instanceof.App\Repository\TestQuestionRepository).
Resolving inheritance for "App\Repository\TestQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository" (parent: .abstract.instanceof.App\Repository\TestRepository).
Resolving inheritance for "App\Repository\TestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfessionRepository" (parent: .abstract.instanceof.App\Repository\UserProfessionRepository).
Resolving inheritance for "App\Repository\UserProfessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZipRepository" (parent: .abstract.instanceof.App\Repository\ZipRepository).
Resolving inheritance for "App\Repository\ZipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZipRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionCategoryVoter" (parent: .abstract.instanceof.App\Security\PermissionCategoryVoter).
Resolving inheritance for "App\Security\PermissionCategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionCategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionVoter" (parent: .abstract.instanceof.App\Security\PermissionVoter).
Resolving inheritance for "App\Security\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter" (parent: .abstract.instanceof.App\Security\UserVoter).
Resolving inheritance for "App\Security\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension" (parent: .abstract.instanceof.App\Twig\Extension\AppExtension).
Resolving inheritance for "App\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.user.active_voter" (parent: .abstract.instanceof.user.active_voter).
Resolving inheritance for "user.active_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.user.active_voter).
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.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.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.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.script_provider" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.utility_provider" (parent: security.user.provider.in_memory).
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.script" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.script" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.script" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.script" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.script" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.script" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.script" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.script" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.utility" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.utility" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.utility" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.utility" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.utility" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.utility" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.utility" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.utility" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.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 ".instanceof.App\Entity\ATmpCity.0.App\Entity\ATmpCity" (parent: .abstract.instanceof.App\Entity\ATmpCity).
Resolving inheritance for ".instanceof.App\Entity\ATmpJTProfileDepartment.0.App\Entity\ATmpJTProfileDepartment" (parent: .abstract.instanceof.App\Entity\ATmpJTProfileDepartment).
Resolving inheritance for ".instanceof.App\Entity\ATmpProvince.0.App\Entity\ATmpProvince" (parent: .abstract.instanceof.App\Entity\ATmpProvince).
Resolving inheritance for ".instanceof.App\Entity\ATmpRegion.0.App\Entity\ATmpRegion" (parent: .abstract.instanceof.App\Entity\ATmpRegion).
Resolving inheritance for ".instanceof.App\Entity\ATmpSapCode.0.App\Entity\ATmpSapCode" (parent: .abstract.instanceof.App\Entity\ATmpSapCode).
Resolving inheritance for ".instanceof.App\Entity\ATmpZucchettiCode.0.App\Entity\ATmpZucchettiCode" (parent: .abstract.instanceof.App\Entity\ATmpZucchettiCode).
Resolving inheritance for ".instanceof.App\Entity\BudgetEmployee.0.App\Entity\BudgetEmployee" (parent: .abstract.instanceof.App\Entity\BudgetEmployee).
Resolving inheritance for ".instanceof.App\Entity\BudgetProduct.0.App\Entity\BudgetProduct" (parent: .abstract.instanceof.App\Entity\BudgetProduct).
Resolving inheritance for ".instanceof.App\Entity\BudgetYear.0.App\Entity\BudgetYear" (parent: .abstract.instanceof.App\Entity\BudgetYear).
Resolving inheritance for ".instanceof.App\Entity\City.0.App\Entity\City" (parent: .abstract.instanceof.App\Entity\City).
Resolving inheritance for ".instanceof.App\Entity\Closure.0.App\Entity\Closure" (parent: .abstract.instanceof.App\Entity\Closure).
Resolving inheritance for ".instanceof.App\Entity\Document.0.App\Entity\Document" (parent: .abstract.instanceof.App\Entity\Document).
Resolving inheritance for ".instanceof.App\Entity\DocumentType.0.App\Entity\DocumentType" (parent: .abstract.instanceof.App\Entity\DocumentType).
Resolving inheritance for ".instanceof.App\Entity\Employee.0.App\Entity\Employee" (parent: .abstract.instanceof.App\Entity\Employee).
Resolving inheritance for ".instanceof.App\Entity\EmployeeActivity.0.App\Entity\EmployeeActivity" (parent: .abstract.instanceof.App\Entity\EmployeeActivity).
Resolving inheritance for ".instanceof.App\Entity\EmployeeActivityDay.0.App\Entity\EmployeeActivityDay" (parent: .abstract.instanceof.App\Entity\EmployeeActivityDay).
Resolving inheritance for ".instanceof.App\Entity\EmployeeActivityMonth.0.App\Entity\EmployeeActivityMonth" (parent: .abstract.instanceof.App\Entity\EmployeeActivityMonth).
Resolving inheritance for ".instanceof.App\Entity\EmployeeActivityYear.0.App\Entity\EmployeeActivityYear" (parent: .abstract.instanceof.App\Entity\EmployeeActivityYear).
Resolving inheritance for ".instanceof.App\Entity\EmployeeHolidayRequest.0.App\Entity\EmployeeHolidayRequest" (parent: .abstract.instanceof.App\Entity\EmployeeHolidayRequest).
Resolving inheritance for ".instanceof.App\Entity\EmployeeHolidayYear.0.App\Entity\EmployeeHolidayYear" (parent: .abstract.instanceof.App\Entity\EmployeeHolidayYear).
Resolving inheritance for ".instanceof.App\Entity\EmployeeLeasing.0.App\Entity\EmployeeLeasing" (parent: .abstract.instanceof.App\Entity\EmployeeLeasing).
Resolving inheritance for ".instanceof.App\Entity\EmployeePresenceDay.0.App\Entity\EmployeePresenceDay" (parent: .abstract.instanceof.App\Entity\EmployeePresenceDay).
Resolving inheritance for ".instanceof.App\Entity\EmployeePresenceMonth.0.App\Entity\EmployeePresenceMonth" (parent: .abstract.instanceof.App\Entity\EmployeePresenceMonth).
Resolving inheritance for ".instanceof.App\Entity\EmployeePresenceYear.0.App\Entity\EmployeePresenceYear" (parent: .abstract.instanceof.App\Entity\EmployeePresenceYear).
Resolving inheritance for ".instanceof.App\Entity\EmployeeRefund.0.App\Entity\EmployeeRefund" (parent: .abstract.instanceof.App\Entity\EmployeeRefund).
Resolving inheritance for ".instanceof.App\Entity\EmployeeRefundDay.0.App\Entity\EmployeeRefundDay" (parent: .abstract.instanceof.App\Entity\EmployeeRefundDay).
Resolving inheritance for ".instanceof.App\Entity\EmployeeRefundMonth.0.App\Entity\EmployeeRefundMonth" (parent: .abstract.instanceof.App\Entity\EmployeeRefundMonth).
Resolving inheritance for ".instanceof.App\Entity\EmployeeRefundYear.0.App\Entity\EmployeeRefundYear" (parent: .abstract.instanceof.App\Entity\EmployeeRefundYear).
Resolving inheritance for ".instanceof.App\Entity\Help.0.App\Entity\Help" (parent: .abstract.instanceof.App\Entity\Help).
Resolving inheritance for ".instanceof.App\Entity\Hospital.0.App\Entity\Hospital" (parent: .abstract.instanceof.App\Entity\Hospital).
Resolving inheritance for ".instanceof.App\Entity\HospitalDepartment.0.App\Entity\HospitalDepartment" (parent: .abstract.instanceof.App\Entity\HospitalDepartment).
Resolving inheritance for ".instanceof.App\Entity\HospitalDepartmentReferent.0.App\Entity\HospitalDepartmentReferent" (parent: .abstract.instanceof.App\Entity\HospitalDepartmentReferent).
Resolving inheritance for ".instanceof.App\Entity\HospitalDepartmentType.0.App\Entity\HospitalDepartmentType" (parent: .abstract.instanceof.App\Entity\HospitalDepartmentType).
Resolving inheritance for ".instanceof.App\Entity\HospitalFacility.0.App\Entity\HospitalFacility" (parent: .abstract.instanceof.App\Entity\HospitalFacility).
Resolving inheritance for ".instanceof.App\Entity\HospitalGroup.0.App\Entity\HospitalGroup" (parent: .abstract.instanceof.App\Entity\HospitalGroup).
Resolving inheritance for ".instanceof.App\Entity\JoinTableBudgetEmployeeRefundType.0.App\Entity\JoinTableBudgetEmployeeRefundType" (parent: .abstract.instanceof.App\Entity\JoinTableBudgetEmployeeRefundType).
Resolving inheritance for ".instanceof.App\Entity\JoinTableFacilityProduct.0.App\Entity\JoinTableFacilityProduct" (parent: .abstract.instanceof.App\Entity\JoinTableFacilityProduct).
Resolving inheritance for ".instanceof.App\Entity\JoinTableFacilityTest.0.App\Entity\JoinTableFacilityTest" (parent: .abstract.instanceof.App\Entity\JoinTableFacilityTest).
Resolving inheritance for ".instanceof.App\Entity\JoinTableHospitalFacilityCodes.0.App\Entity\JoinTableHospitalFacilityCodes" (parent: .abstract.instanceof.App\Entity\JoinTableHospitalFacilityCodes).
Resolving inheritance for ".instanceof.App\Entity\JoinTableHospitalProduct.0.App\Entity\JoinTableHospitalProduct" (parent: .abstract.instanceof.App\Entity\JoinTableHospitalProduct).
Resolving inheritance for ".instanceof.App\Entity\JoinTableRaceProduct.0.App\Entity\JoinTableRaceProduct" (parent: .abstract.instanceof.App\Entity\JoinTableRaceProduct).
Resolving inheritance for ".instanceof.App\Entity\JoinTableUserPermission.0.App\Entity\JoinTableUserPermission" (parent: .abstract.instanceof.App\Entity\JoinTableUserPermission).
Resolving inheritance for ".instanceof.App\Entity\JoinTableUserTest.0.App\Entity\JoinTableUserTest" (parent: .abstract.instanceof.App\Entity\JoinTableUserTest).
Resolving inheritance for ".instanceof.App\Entity\Log.0.App\Entity\Log" (parent: .abstract.instanceof.App\Entity\Log).
Resolving inheritance for ".instanceof.App\Entity\Notification.0.App\Entity\Notification" (parent: .abstract.instanceof.App\Entity\Notification).
Resolving inheritance for ".instanceof.App\Entity\NotificationType.0.App\Entity\NotificationType" (parent: .abstract.instanceof.App\Entity\NotificationType).
Resolving inheritance for ".instanceof.App\Entity\Offer.0.App\Entity\Offer" (parent: .abstract.instanceof.App\Entity\Offer).
Resolving inheritance for ".instanceof.App\Entity\OfferProposal.0.App\Entity\OfferProposal" (parent: .abstract.instanceof.App\Entity\OfferProposal).
Resolving inheritance for ".instanceof.App\Entity\OfferRequest.0.App\Entity\OfferRequest" (parent: .abstract.instanceof.App\Entity\OfferRequest).
Resolving inheritance for ".instanceof.App\Entity\Permission.0.App\Entity\Permission" (parent: .abstract.instanceof.App\Entity\Permission).
Resolving inheritance for ".instanceof.App\Entity\PermissionCategory.0.App\Entity\PermissionCategory" (parent: .abstract.instanceof.App\Entity\PermissionCategory).
Resolving inheritance for ".instanceof.App\Entity\Product.0.App\Entity\Product" (parent: .abstract.instanceof.App\Entity\Product).
Resolving inheritance for ".instanceof.App\Entity\ProductCategory.0.App\Entity\ProductCategory" (parent: .abstract.instanceof.App\Entity\ProductCategory).
Resolving inheritance for ".instanceof.App\Entity\ProductGroup.0.App\Entity\ProductGroup" (parent: .abstract.instanceof.App\Entity\ProductGroup).
Resolving inheritance for ".instanceof.App\Entity\Province.0.App\Entity\Province" (parent: .abstract.instanceof.App\Entity\Province).
Resolving inheritance for ".instanceof.App\Entity\Race.0.App\Entity\Race" (parent: .abstract.instanceof.App\Entity\Race).
Resolving inheritance for ".instanceof.App\Entity\RefundCategory.0.App\Entity\RefundCategory" (parent: .abstract.instanceof.App\Entity\RefundCategory).
Resolving inheritance for ".instanceof.App\Entity\RefundType.0.App\Entity\RefundType" (parent: .abstract.instanceof.App\Entity\RefundType).
Resolving inheritance for ".instanceof.App\Entity\Region.0.App\Entity\Region" (parent: .abstract.instanceof.App\Entity\Region).
Resolving inheritance for ".instanceof.App\Entity\Sell.0.App\Entity\Sell" (parent: .abstract.instanceof.App\Entity\Sell).
Resolving inheritance for ".instanceof.App\Entity\Settings.0.App\Entity\Settings" (parent: .abstract.instanceof.App\Entity\Settings).
Resolving inheritance for ".instanceof.App\Entity\Test.0.App\Entity\Test" (parent: .abstract.instanceof.App\Entity\Test).
Resolving inheritance for ".instanceof.App\Entity\TestAnswer.0.App\Entity\TestAnswer" (parent: .abstract.instanceof.App\Entity\TestAnswer).
Resolving inheritance for ".instanceof.App\Entity\TestCode.0.App\Entity\TestCode" (parent: .abstract.instanceof.App\Entity\TestCode).
Resolving inheritance for ".instanceof.App\Entity\TestQuestion.0.App\Entity\TestQuestion" (parent: .abstract.instanceof.App\Entity\TestQuestion).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionIncremental.0.App\Entity\TestQuestionIncremental" (parent: .abstract.instanceof.App\Entity\TestQuestionIncremental).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionIncrementalMultiple.0.App\Entity\TestQuestionIncrementalMultiple" (parent: .abstract.instanceof.App\Entity\TestQuestionIncrementalMultiple).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionIncrementalOption.0.App\Entity\TestQuestionIncrementalOption" (parent: .abstract.instanceof.App\Entity\TestQuestionIncrementalOption).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionMultipleChoice.0.App\Entity\TestQuestionMultipleChoice" (parent: .abstract.instanceof.App\Entity\TestQuestionMultipleChoice).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionOneFive.0.App\Entity\TestQuestionOneFive" (parent: .abstract.instanceof.App\Entity\TestQuestionOneFive).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionOpen.0.App\Entity\TestQuestionOpen" (parent: .abstract.instanceof.App\Entity\TestQuestionOpen).
Resolving inheritance for ".instanceof.App\Entity\TestQuestionYesNo.0.App\Entity\TestQuestionYesNo" (parent: .abstract.instanceof.App\Entity\TestQuestionYesNo).
Resolving inheritance for ".instanceof.App\Entity\User.0.App\Entity\User" (parent: .abstract.instanceof.App\Entity\User).
Resolving inheritance for ".instanceof.App\Entity\UserAccountType.0.App\Entity\UserAccountType" (parent: .abstract.instanceof.App\Entity\UserAccountType).
Resolving inheritance for ".instanceof.App\Entity\UserPrivacy.0.App\Entity\UserPrivacy" (parent: .abstract.instanceof.App\Entity\UserPrivacy).
Resolving inheritance for ".instanceof.App\Entity\UserProfession.0.App\Entity\UserProfession" (parent: .abstract.instanceof.App\Entity\UserProfession).
Resolving inheritance for ".instanceof.App\Entity\UserProfile.0.App\Entity\UserProfile" (parent: .abstract.instanceof.App\Entity\UserProfile).
Resolving inheritance for ".instanceof.App\Entity\Zip.0.App\Entity\Zip" (parent: .abstract.instanceof.App\Entity\Zip).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "App\Form\ConfigurationRefundCategoryType": Class or interface "App\Form\ConfigurationRefundCategoryType" cannot be loaded.
226
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\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 "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; 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.script"; reason: private alias.
Removed service "security.user_checker.script"; reason: private alias.
Removed service "security.authentication.session_strategy.utility"; reason: private alias.
Removed service "security.user_checker.utility"; 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 "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapperLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.dbou68k"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.DT.11kL"; reason: private alias.
Removed service ".service_locator.ydp_pfj"; reason: private alias.
Removed service ".service_locator.fl9PVu5"; reason: private alias.
Removed service ".service_locator.p6smCdD"; reason: private alias.
Removed service ".service_locator.yjWyB6u"; reason: private alias.
Removed service ".service_locator.XqOA4Jx"; reason: private alias.
Removed service ".service_locator.zXU_fAR"; reason: private alias.
Removed service ".service_locator.0pF1JBc"; reason: private alias.
Removed service ".service_locator.Fh880En"; reason: private alias.
Removed service ".service_locator.uYH31yW"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.3ryZTUF"; reason: private alias.
Removed service ".service_locator.XtmiKbi"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.script"; reason: private alias.
Removed service "security.firewall.authenticator.utility"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.script"; reason: private alias.
Removed service "security.event_dispatcher.utility"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.03zHYqQ"; reason: private alias.
Removed service ".service_locator.GFYUXlu"; reason: private alias.
Removed service ".service_locator.PhW0tcD"; reason: private alias.
Removed service ".service_locator.W47vLMj"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.qeo2seP"; reason: private alias.
Removed service ".service_locator.dxLDz23"; reason: private alias.
Removed service ".service_locator..8Ws3vg"; reason: private alias.
Removed service ".service_locator.nPlvgHf"; reason: private alias.
Removed service ".service_locator.dPEBWpe"; reason: private alias.
Removed service ".service_locator.s7yUEVL"; reason: private alias.
Removed service ".service_locator.kgw1Ky8"; reason: private alias.
Removed service ".service_locator.7E9tvnx"; reason: private alias.
Removed service ".service_locator.moAEwMT"; reason: private alias.
Removed service ".service_locator.Bi0w2Sc"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.Um57ZNV"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
82
Changed reference of service "App\Security\FormLoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "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 "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\PermissionCategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.user.active_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.aZy1KTR" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
738
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CookieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CookieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CookieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostRoutesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PostRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScriptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScriptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScriptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\Employee\UserEmployeeActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\Employee\UserEmployeeOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\Employee\UserEmployeeStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\Employee\UserEmployeeStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\Employee\UserEmployeeStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserEmployeeOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserEmployeeStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserEmployeeStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserEmployeeStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserOfferRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserOfferRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserOfferRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OLD\UserTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OLD\UserTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OLD\UserTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserBudgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserBudgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCompanyDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCompanyDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserCompanyDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserEmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserEmployeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserEmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserFixController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserFixController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserFixController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserHospitalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserHospitalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserHospitalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserOfferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserOfferRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserOfferRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserOfferRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserRaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserRequestHolidayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserRequestHolidayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserRequestHolidayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserSellController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserSellController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserSellController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserStatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UtilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UtilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UtilityController"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpCity.0.App\Entity\ATmpCity"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpCity"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpJTProfileDepartment.0.App\Entity\ATmpJTProfileDepartment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpJTProfileDepartment"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpProvince.0.App\Entity\ATmpProvince"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpProvince"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpRegion.0.App\Entity\ATmpRegion"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpRegion"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpSapCode.0.App\Entity\ATmpSapCode"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpSapCode"; reason: abstract.
Removed service ".instanceof.App\Entity\ATmpZucchettiCode.0.App\Entity\ATmpZucchettiCode"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ATmpZucchettiCode"; reason: abstract.
Removed service ".instanceof.App\Entity\BudgetEmployee.0.App\Entity\BudgetEmployee"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\BudgetEmployee"; reason: abstract.
Removed service ".instanceof.App\Entity\BudgetProduct.0.App\Entity\BudgetProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\BudgetProduct"; reason: abstract.
Removed service ".instanceof.App\Entity\BudgetYear.0.App\Entity\BudgetYear"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\BudgetYear"; reason: abstract.
Removed service ".instanceof.App\Entity\City.0.App\Entity\City"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\City"; reason: abstract.
Removed service ".instanceof.App\Entity\Closure.0.App\Entity\Closure"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Closure"; reason: abstract.
Removed service ".instanceof.App\Entity\Document.0.App\Entity\Document"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Document"; reason: abstract.
Removed service ".instanceof.App\Entity\DocumentType.0.App\Entity\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\DocumentType"; reason: abstract.
Removed service ".instanceof.App\Entity\Employee.0.App\Entity\Employee"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Employee"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeActivity.0.App\Entity\EmployeeActivity"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeActivity"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeActivityDay.0.App\Entity\EmployeeActivityDay"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeActivityDay"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeActivityMonth.0.App\Entity\EmployeeActivityMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeActivityMonth"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeActivityYear.0.App\Entity\EmployeeActivityYear"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeActivityYear"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeHolidayRequest.0.App\Entity\EmployeeHolidayRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeHolidayRequest"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeHolidayYear.0.App\Entity\EmployeeHolidayYear"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeHolidayYear"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeLeasing.0.App\Entity\EmployeeLeasing"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeLeasing"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeePresenceDay.0.App\Entity\EmployeePresenceDay"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeePresenceDay"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeePresenceMonth.0.App\Entity\EmployeePresenceMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeePresenceMonth"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeePresenceYear.0.App\Entity\EmployeePresenceYear"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeePresenceYear"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeRefund.0.App\Entity\EmployeeRefund"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeRefund"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeRefundDay.0.App\Entity\EmployeeRefundDay"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeRefundDay"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeRefundMonth.0.App\Entity\EmployeeRefundMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeRefundMonth"; reason: abstract.
Removed service ".instanceof.App\Entity\EmployeeRefundYear.0.App\Entity\EmployeeRefundYear"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\EmployeeRefundYear"; reason: abstract.
Removed service ".instanceof.App\Entity\Help.0.App\Entity\Help"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Help"; reason: abstract.
Removed service ".instanceof.App\Entity\Hospital.0.App\Entity\Hospital"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Hospital"; reason: abstract.
Removed service ".instanceof.App\Entity\HospitalDepartment.0.App\Entity\HospitalDepartment"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HospitalDepartment"; reason: abstract.
Removed service ".instanceof.App\Entity\HospitalDepartmentReferent.0.App\Entity\HospitalDepartmentReferent"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HospitalDepartmentReferent"; reason: abstract.
Removed service ".instanceof.App\Entity\HospitalDepartmentType.0.App\Entity\HospitalDepartmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HospitalDepartmentType"; reason: abstract.
Removed service ".instanceof.App\Entity\HospitalFacility.0.App\Entity\HospitalFacility"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HospitalFacility"; reason: abstract.
Removed service ".instanceof.App\Entity\HospitalGroup.0.App\Entity\HospitalGroup"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\HospitalGroup"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableBudgetEmployeeRefundType.0.App\Entity\JoinTableBudgetEmployeeRefundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableBudgetEmployeeRefundType"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableFacilityProduct.0.App\Entity\JoinTableFacilityProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableFacilityProduct"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableFacilityTest.0.App\Entity\JoinTableFacilityTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableFacilityTest"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableHospitalFacilityCodes.0.App\Entity\JoinTableHospitalFacilityCodes"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableHospitalFacilityCodes"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableHospitalProduct.0.App\Entity\JoinTableHospitalProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableHospitalProduct"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableRaceProduct.0.App\Entity\JoinTableRaceProduct"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableRaceProduct"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableUserPermission.0.App\Entity\JoinTableUserPermission"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableUserPermission"; reason: abstract.
Removed service ".instanceof.App\Entity\JoinTableUserTest.0.App\Entity\JoinTableUserTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\JoinTableUserTest"; reason: abstract.
Removed service ".instanceof.App\Entity\Log.0.App\Entity\Log"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Log"; reason: abstract.
Removed service ".instanceof.App\Entity\Notification.0.App\Entity\Notification"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Notification"; reason: abstract.
Removed service ".instanceof.App\Entity\NotificationType.0.App\Entity\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\NotificationType"; reason: abstract.
Removed service ".instanceof.App\Entity\Offer.0.App\Entity\Offer"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Offer"; reason: abstract.
Removed service ".instanceof.App\Entity\OfferProposal.0.App\Entity\OfferProposal"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OfferProposal"; reason: abstract.
Removed service ".instanceof.App\Entity\OfferRequest.0.App\Entity\OfferRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\OfferRequest"; reason: abstract.
Removed service ".instanceof.App\Entity\Permission.0.App\Entity\Permission"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Permission"; reason: abstract.
Removed service ".instanceof.App\Entity\PermissionCategory.0.App\Entity\PermissionCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\PermissionCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\Product.0.App\Entity\Product"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Product"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductCategory.0.App\Entity\ProductCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\ProductGroup.0.App\Entity\ProductGroup"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\ProductGroup"; reason: abstract.
Removed service ".instanceof.App\Entity\Province.0.App\Entity\Province"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Province"; reason: abstract.
Removed service ".instanceof.App\Entity\Race.0.App\Entity\Race"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Race"; reason: abstract.
Removed service ".instanceof.App\Entity\RefundCategory.0.App\Entity\RefundCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\RefundCategory"; reason: abstract.
Removed service ".instanceof.App\Entity\RefundType.0.App\Entity\RefundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\RefundType"; reason: abstract.
Removed service ".instanceof.App\Entity\Region.0.App\Entity\Region"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Region"; reason: abstract.
Removed service ".instanceof.App\Entity\Sell.0.App\Entity\Sell"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Sell"; reason: abstract.
Removed service ".instanceof.App\Entity\Settings.0.App\Entity\Settings"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Settings"; reason: abstract.
Removed service ".instanceof.App\Entity\Test.0.App\Entity\Test"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Test"; reason: abstract.
Removed service ".instanceof.App\Entity\TestAnswer.0.App\Entity\TestAnswer"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestAnswer"; reason: abstract.
Removed service ".instanceof.App\Entity\TestCode.0.App\Entity\TestCode"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestCode"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestion.0.App\Entity\TestQuestion"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestion"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionIncremental.0.App\Entity\TestQuestionIncremental"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionIncremental"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionIncrementalMultiple.0.App\Entity\TestQuestionIncrementalMultiple"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionIncrementalMultiple"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionIncrementalOption.0.App\Entity\TestQuestionIncrementalOption"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionIncrementalOption"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionMultipleChoice.0.App\Entity\TestQuestionMultipleChoice"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionMultipleChoice"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionOneFive.0.App\Entity\TestQuestionOneFive"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionOneFive"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionOpen.0.App\Entity\TestQuestionOpen"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionOpen"; reason: abstract.
Removed service ".instanceof.App\Entity\TestQuestionYesNo.0.App\Entity\TestQuestionYesNo"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\TestQuestionYesNo"; reason: abstract.
Removed service ".instanceof.App\Entity\User.0.App\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\User"; reason: abstract.
Removed service ".instanceof.App\Entity\UserAccountType.0.App\Entity\UserAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserAccountType"; reason: abstract.
Removed service ".instanceof.App\Entity\UserPrivacy.0.App\Entity\UserPrivacy"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserPrivacy"; reason: abstract.
Removed service ".instanceof.App\Entity\UserProfession.0.App\Entity\UserProfession"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserProfession"; reason: abstract.
Removed service ".instanceof.App\Entity\UserProfile.0.App\Entity\UserProfile"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\UserProfile"; reason: abstract.
Removed service ".instanceof.App\Entity\Zip.0.App\Entity\Zip"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Zip"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetEmployeeValuesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetEmployeeValuesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetProductValuesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetProductValuesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearChangeValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetYearChangeValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BudgetYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BudgetYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosureDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClosureDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClosurePeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClosurePeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosureDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationClosureDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationClosurePeriodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationClosurePeriodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationDocumentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationDocumentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationHospitalDepartmentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationHospitalDepartmentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationRefundTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationRefundTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigurationUserProfessionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfigurationUserProfessionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DepartmentNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DocumentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeCoverType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeCoverType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeHolidayRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeHolidayYearType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeHolidayYearType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeLeasingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeLeasingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayOvertimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeePresenceDayOvertimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeePresenceDayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeePresenceDayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundMonthType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeRefundMonthType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeRefundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmployeeRefundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentNotesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalDepartmentNotesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentReferentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalDepartmentReferentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalDepartmentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalDepartmentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalFacilityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalFacilityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupPairingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalGroupPairingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalNew2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalNew2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HospitalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HospitalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalMultipleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IncrementalMultipleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IncrementalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IncrementalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityCodesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JoinTableHospitalFacilityCodesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableHospitalFacilityProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JoinTableHospitalFacilityProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinTableProfileDepartmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JoinTableProfileDepartmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MultipleChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewDateActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewDateActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NotificationNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\DepartmentNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\DepartmentNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\HospitalNew2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\HospitalNew2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalMultipleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\IncrementalMultipleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\IncrementalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\IncrementalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\MultipleChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\MultipleChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferClientModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\OfferClientModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\OfferNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OfferRequestNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\OfferRequestNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OneFiveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\OneFiveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\OpenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\OpenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\RaceNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\RaceNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\ReferentOfferNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\ReferentOfferNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\SelectYearAndMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\SelectYearAndMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsEmployeeFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\StatsEmployeeFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsRankingSellsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\StatsRankingSellsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsDetailsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\StatsSellsDetailsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\StatsSellsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\StatsSellsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\TCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\TestCodeGenerateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\TestCodeGenerateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OLD\YesNoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OLD\YesNoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferClientModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferClientModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfferRequestNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfferRequestNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfficeHoursType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfficeHoursType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OneFiveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OneFiveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OpenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OpenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceDayNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceDayNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresenceMonthFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PresenceMonthFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RaceNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RaceNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReferentNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferentOfferNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReferentOfferNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RefundCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RefundTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RefundTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\AccountActivationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\AccountActivationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordCreationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\PasswordCreationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\PasswordRecoveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\PasswordRecoveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SelectYearAndMonth"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SelectYearAndMonth"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SellEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellGraphicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SellGraphicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SellImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SellImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsEmployeeFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsEmployeeFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsRankingSellsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsRankingSellsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsDetailsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsSellsDetailsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSellsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsSellsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestCodeGenerateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TestCodeGenerateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateNullableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CustomDateNullableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CustomDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CustomTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTextareaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CustomTextareaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CustomTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEmployeeProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmployeeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEmployeeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPermissionCloneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserPermissionCloneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserPrivacyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserPrivacyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfessionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProfessionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YesNoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\YesNoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetEmployeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BudgetEmployeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BudgetProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BudgetProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClosureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClosureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeActivityDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityMonthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeActivityMonthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeActivityYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeActivityYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeHolidayRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeHolidayYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeHolidayYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeePresenceDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceMonthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeePresenceMonthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePresenceYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeePresenceYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundDayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeRefundDayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundMonthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeRefundMonthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRefundYearRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeRefundYearRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmployeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentReferentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalDepartmentReferentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalDepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalDepartmentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalDepartmentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalFacilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalFacilityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HospitalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HospitalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableBudgetEmployeeRefundTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableBudgetEmployeeRefundTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableFacilityProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableFacilityTestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableFacilityTestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableHospitalFacilityCodesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableHospitalFacilityCodesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableProfileDepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableProfileDepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableRaceProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableRaceProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JoinTableUserTestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\JoinTableUserTestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferProposalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferProposalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProvinceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SellRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SellRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestAnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionIncrementalOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestQuestionIncrementalOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestQuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProfessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProfessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ZipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ZipRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionCategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\PermissionCategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\PermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\UserVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.user.active_voter"; reason: abstract.
Removed service ".abstract.instanceof.user.active_voter"; reason: abstract.
195
Removed service "App\Entity\ATmpCity"; reason: unused.
Removed service "App\Entity\ATmpJTProfileDepartment"; reason: unused.
Removed service "App\Entity\ATmpProvince"; reason: unused.
Removed service "App\Entity\ATmpRegion"; reason: unused.
Removed service "App\Entity\ATmpSapCode"; reason: unused.
Removed service "App\Entity\ATmpZucchettiCode"; reason: unused.
Removed service "App\Entity\BudgetEmployee"; reason: unused.
Removed service "App\Entity\BudgetProduct"; reason: unused.
Removed service "App\Entity\BudgetYear"; reason: unused.
Removed service "App\Entity\City"; reason: unused.
Removed service "App\Entity\Closure"; reason: unused.
Removed service "App\Entity\Document"; reason: unused.
Removed service "App\Entity\DocumentType"; reason: unused.
Removed service "App\Entity\Employee"; reason: unused.
Removed service "App\Entity\EmployeeActivity"; reason: unused.
Removed service "App\Entity\EmployeeActivityDay"; reason: unused.
Removed service "App\Entity\EmployeeActivityMonth"; reason: unused.
Removed service "App\Entity\EmployeeActivityYear"; reason: unused.
Removed service "App\Entity\EmployeeHolidayRequest"; reason: unused.
Removed service "App\Entity\EmployeeHolidayYear"; reason: unused.
Removed service "App\Entity\EmployeeLeasing"; reason: unused.
Removed service "App\Entity\EmployeePresenceDay"; reason: unused.
Removed service "App\Entity\EmployeePresenceMonth"; reason: unused.
Removed service "App\Entity\EmployeePresenceYear"; reason: unused.
Removed service "App\Entity\EmployeeRefund"; reason: unused.
Removed service "App\Entity\EmployeeRefundDay"; reason: unused.
Removed service "App\Entity\EmployeeRefundMonth"; reason: unused.
Removed service "App\Entity\EmployeeRefundYear"; reason: unused.
Removed service "App\Entity\Help"; reason: unused.
Removed service "App\Entity\Hospital"; reason: unused.
Removed service "App\Entity\HospitalDepartment"; reason: unused.
Removed service "App\Entity\HospitalDepartmentReferent"; reason: unused.
Removed service "App\Entity\HospitalDepartmentType"; reason: unused.
Removed service "App\Entity\HospitalFacility"; reason: unused.
Removed service "App\Entity\HospitalGroup"; reason: unused.
Removed service "App\Entity\JoinTableBudgetEmployeeRefundType"; reason: unused.
Removed service "App\Entity\JoinTableFacilityProduct"; reason: unused.
Removed service "App\Entity\JoinTableFacilityTest"; reason: unused.
Removed service "App\Entity\JoinTableHospitalFacilityCodes"; reason: unused.
Removed service "App\Entity\JoinTableHospitalProduct"; reason: unused.
Removed service "App\Entity\JoinTableRaceProduct"; reason: unused.
Removed service "App\Entity\JoinTableUserPermission"; reason: unused.
Removed service "App\Entity\JoinTableUserTest"; reason: unused.
Removed service "App\Entity\Log"; reason: unused.
Removed service "App\Entity\Notification"; reason: unused.
Removed service "App\Entity\NotificationType"; reason: unused.
Removed service "App\Entity\Offer"; reason: unused.
Removed service "App\Entity\OfferProposal"; reason: unused.
Removed service "App\Entity\OfferRequest"; reason: unused.
Removed service "App\Entity\Permission"; reason: unused.
Removed service "App\Entity\PermissionCategory"; reason: unused.
Removed service "App\Entity\Product"; reason: unused.
Removed service "App\Entity\ProductCategory"; reason: unused.
Removed service "App\Entity\ProductGroup"; reason: unused.
Removed service "App\Entity\Province"; reason: unused.
Removed service "App\Entity\Race"; reason: unused.
Removed service "App\Entity\RefundCategory"; reason: unused.
Removed service "App\Entity\RefundType"; reason: unused.
Removed service "App\Entity\Region"; reason: unused.
Removed service "App\Entity\Sell"; reason: unused.
Removed service "App\Entity\Settings"; reason: unused.
Removed service "App\Entity\Test"; reason: unused.
Removed service "App\Entity\TestAnswer"; reason: unused.
Removed service "App\Entity\TestCode"; reason: unused.
Removed service "App\Entity\TestQuestion"; reason: unused.
Removed service "App\Entity\TestQuestionIncremental"; reason: unused.
Removed service "App\Entity\TestQuestionIncrementalMultiple"; reason: unused.
Removed service "App\Entity\TestQuestionIncrementalOption"; reason: unused.
Removed service "App\Entity\TestQuestionMultipleChoice"; reason: unused.
Removed service "App\Entity\TestQuestionOneFive"; reason: unused.
Removed service "App\Entity\TestQuestionOpen"; reason: unused.
Removed service "App\Entity\TestQuestionYesNo"; reason: unused.
Removed service "App\Entity\User"; reason: unused.
Removed service "App\Entity\UserAccountType"; reason: unused.
Removed service "App\Entity\UserPrivacy"; reason: unused.
Removed service "App\Entity\UserProfession"; reason: unused.
Removed service "App\Entity\UserProfile"; reason: unused.
Removed service "App\Entity\Zip"; reason: unused.
Removed service "App\Form\ConfigurationRefundCategoryType"; reason: unused.
Removed service "App\Form\Model\HospitalGroupPairing"; reason: unused.
Removed service "App\Form\Model\ImportSell"; reason: unused.
Removed service "App\Form\Model\PasswordChange"; reason: unused.
Removed service "App\Form\Model\StatsEmployeeFilter"; reason: unused.
Removed service "App\Form\Model\StatsRankingSellsFilter"; reason: unused.
Removed service "App\Form\Model\StatsSellsFilter"; reason: unused.
Removed service "App\Form\Model\TCode"; reason: unused.
Removed service "App\Form\Model\YearAndMonth"; reason: unused.
Removed service "App\Repository\ConfigureRepository"; reason: unused.
Removed service "App\Service\AlarmService"; reason: unused.
Removed service "App\Service\CodeService"; reason: unused.
Removed service "App\Service\EmployeeService"; reason: unused.
Removed service "App\Service\FilterService"; reason: unused.
Removed service "App\Service\ImportService"; reason: unused.
Removed service "App\Service\LeasingService"; reason: unused.
Removed service "App\Service\MediaService"; reason: unused.
Removed service "App\Service\SessionService"; reason: unused.
Removed service "App\Service\SettingsService"; reason: unused.
Removed service "App\Service\TimeScheduleService"; reason: unused.
Removed service "App\Service\UserService"; reason: unused.
Removed service "App\Service\UtilitiesService"; reason: unused.
Removed service "App\Service\ValidationService"; 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 "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "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 "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~MDbUuDK"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.script"; reason: unused.
Removed service ".service_locator.fvyTHb."; reason: unused.
Removed service "security.user_checker.chain.utility"; reason: unused.
Removed service ".service_locator.EekGvkC"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service ".service_locator.xqNJjro"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
387
Inlined service ".service_locator.O2p6Lk7.App\Controller\CookieController" to "App\Controller\CookieController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PostRoutesController" to "App\Controller\PostRoutesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ScriptController" to "App\Controller\ScriptController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\Employee\UserEmployeeActivitiesController" to "App\Controller\User\Employee\UserEmployeeActivitiesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\Employee\UserEmployeeOfferController" to "App\Controller\User\Employee\UserEmployeeOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\Employee\UserEmployeeStatsController" to "App\Controller\User\Employee\UserEmployeeStatsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserEmployeeOfferController" to "App\Controller\User\OLD\UserEmployeeOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserEmployeeStatsController" to "App\Controller\User\OLD\UserEmployeeStatsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserOfferController" to "App\Controller\User\OLD\UserOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserOfferRequestController" to "App\Controller\User\OLD\UserOfferRequestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserRaceController" to "App\Controller\User\OLD\UserRaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserStatsController" to "App\Controller\User\OLD\UserStatsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\OLD\UserTestController" to "App\Controller\User\OLD\UserTestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserActivitiesController" to "App\Controller\User\UserActivitiesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserBudgetController" to "App\Controller\User\UserBudgetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserCompanyDocumentController" to "App\Controller\User\UserCompanyDocumentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserConfigurationController" to "App\Controller\User\UserConfigurationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserController" to "App\Controller\User\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserEmployeeController" to "App\Controller\User\UserEmployeeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserFixController" to "App\Controller\User\UserFixController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserHospitalController" to "App\Controller\User\UserHospitalController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserNotificationController" to "App\Controller\User\UserNotificationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserOfferController" to "App\Controller\User\UserOfferController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserOfferRequestController" to "App\Controller\User\UserOfferRequestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserProductController" to "App\Controller\User\UserProductController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserProfileController" to "App\Controller\User\UserProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserRaceController" to "App\Controller\User\UserRaceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserRequestHolidayController" to "App\Controller\User\UserRequestHolidayController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserSellController" to "App\Controller\User\UserSellController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserStatsController" to "App\Controller\User\UserStatsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\User\UserTestController" to "App\Controller\User\UserTestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\UtilityController" to "App\Controller\UtilityController".
Inlined service "clock" to "argument_resolver.datetime".
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.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.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.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_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" 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.baJg7g9" 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.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.MfxSDRP" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.gXjtjSz" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.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.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Extension\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "list.alarm" to "twig".
Inlined service "list.sells" to "twig".
Inlined service "last_import_date.alarm" to "twig".
Inlined service "list.noPubPriv" to "twig".
Inlined service "list.pending_offers_list" to "twig".
Inlined service "list.facilities_with_no_hospital" to "twig".
Inlined service "list.request_holidays" to "twig".
Inlined service "list.employees_presences_missing" 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.etVElvN.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.5_zrP9h" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.nzJorcp" to "security.access_map".
Inlined service ".security.request_matcher.0d6xDm6" to "security.access_map".
Inlined service ".security.request_matcher.3ndic05" to "security.access_map".
Inlined service ".security.request_matcher.O5fvZhb" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.script.inner" to "debug.security.firewall.authenticator.script".
Inlined service "security.exception_listener.script" to "security.firewall.map.context.script".
Inlined service "security.firewall.map.config.script" to "security.firewall.map.context.script".
Inlined service "debug.security.firewall.authenticator.utility.inner" to "debug.security.firewall.authenticator.utility".
Inlined service "security.exception_listener.utility" to "security.firewall.map.context.utility".
Inlined service "security.firewall.map.config.utility" to "security.firewall.map.context.utility".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.mtPvu4T" to ".security.request_matcher.nzJorcp".
Inlined service ".security.request_matcher.KXRiRAo" to ".security.request_matcher.0d6xDm6".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" 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 "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.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 "App\Security\PermissionCategoryVoter" to ".debug.security.voter.App\Security\PermissionCategoryVoter".
Inlined service "App\Security\PermissionVoter" to ".debug.security.voter.App\Security\PermissionVoter".
Inlined service "App\Security\UserVoter" to ".debug.security.voter.App\Security\UserVoter".
Inlined service "user.active_voter" to ".debug.security.voter.user.active_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.script.inner" to "debug.security.event_dispatcher.script".
Inlined service "debug.security.event_dispatcher.utility.inner" to "debug.security.event_dispatcher.utility".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.iD.GLrW" to ".service_locator.iD.GLrW.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.script" to "debug.security.firewall.authenticator.script.inner".
Inlined service "security.authenticator.manager.utility" to "debug.security.firewall.authenticator.utility.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.dFdlPnu" to "console.command_loader".
Inlined service ".service_locator.iD.GLrW.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.script", "debug.security.firewall.authenticator.utility", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.script", "debug.security.event_dispatcher.utility", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.