Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Since doctrine/doctrine-bundle 2.9: The "platform_service" configuration key is deprecated since doctrine-bundle 2.9. DBAL 4 will not support setting a custom platform via connection params anymore.
The "App\Doctrine\Platform\CustomMySQL57Platform" class extends "Doctrine\DBAL\Platforms\MySQL57Platform" that is deprecated This class will be merged with {@see MySQLPlatform} in 4.0 because support for MySQL releases prior to 5.7 will be dropped.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\AppExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\LocaleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\DoctrineSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.surname AS surname_6, t0.login_refused AS login_refused_7, t0.login_refused_message AS login_refused_message_8, t0.invisible_since AS invisible_since_9, t0.is_password_updated_at AS is_password_updated_at_10, t0.idle_timer_timeout AS idle_timer_timeout_11, t12.id AS id_13, t12.name AS name_14, t12.surname AS surname_15, t12.entry_at AS entry_at_16, t12.exit_at AS exit_at_17, t12.birthday_at AS birthday_at_18, t12.slug AS slug_19, t12.daily_work_time AS daily_work_time_20, t12.cost_per_hour AS cost_per_hour_21, t12.personal_id AS personal_id_22, t12.created_at AS created_at_23, t12.phone_number AS phone_number_24, t12.uiid AS uiid_25, t12.profile_image AS profile_image_26, t12.user_id AS user_id_27, t0.user_position_id AS user_position_id_28 FROM user t0 LEFT JOIN worker t12 ON t12.user_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.surname AS surname_6, t0.login_refused AS login_refused_7, t0.login_refused_message AS login_refused_message_8, t0.invisible_since AS invisible_since_9, t0.is_password_updated_at AS is_password_updated_at_10, t0.idle_timer_timeout AS idle_timer_timeout_11, t12.id AS id_13, t12.name AS name_14, t12.surname AS surname_15, t12.entry_at AS entry_at_16, t12.exit_at AS exit_at_17, t12.birthday_at AS birthday_at_18, t12.slug AS slug_19, t12.daily_work_time AS daily_work_time_20, t12.cost_per_hour AS cost_per_hour_21, t12.personal_id AS personal_id_22, t12.created_at AS created_at_23, t12.phone_number AS phone_number_24, t12.uiid AS uiid_25, t12.profile_image AS profile_image_26, t12.user_id AS user_id_27, t0.user_position_id AS user_position_id_28 FROM user t0 LEFT JOIN worker t12 ON t12.user_id = t0.id WHERE t0.id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.created_at AS created_at_5, t0.project_id AS project_id_6, t0.qr_code AS qr_code_7, t0.address AS address_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10, t0.scan_distance AS scan_distance_11, t0.reward_time AS reward_time_12, t0.work_pause AS work_pause_13, t0.working_time_start AS working_time_start_14, t0.working_time_stop AS working_time_stop_15, t0.code_postal AS code_postal_16, t0.town AS town_17, t0.is_archived AS is_archived_18, t0.is_recycle AS is_recycle_19, t0.owner_id AS owner_id_20, t0.country_id AS country_id_21, t0.invoice_type_id AS invoice_type_id_22, t23.id AS id_24, t23.material_budget AS material_budget_25, t23.timesheet_budget AS timesheet_budget_26, t23.target_profit AS target_profit_27, t23.project_id AS project_id_28 FROM projects t0 LEFT JOIN project_settings t23 ON t23.project_id = t0.id WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => "53"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.created_at AS created_at_5, t0.project_id AS project_id_6, t0.qr_code AS qr_code_7, t0.address AS address_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10, t0.scan_distance AS scan_distance_11, t0.reward_time AS reward_time_12, t0.work_pause AS work_pause_13, t0.working_time_start AS working_time_start_14, t0.working_time_stop AS working_time_stop_15, t0.code_postal AS code_postal_16, t0.town AS town_17, t0.is_archived AS is_archived_18, t0.is_recycle AS is_recycle_19, t0.owner_id AS owner_id_20, t0.country_id AS country_id_21, t0.invoice_type_id AS invoice_type_id_22, t23.id AS id_24, t23.material_budget AS material_budget_25, t23.timesheet_budget AS timesheet_budget_26, t23.target_profit AS target_profit_27, t23.project_id AS project_id_28 FROM projects t0 LEFT JOIN project_settings t23 ON t23.project_id = t0.id WHERE t0.id = ? LIMIT 1"
"params" => [1 => "53"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.project_id AS project_id_2, t0.branch_id AS branch_id_3 FROM project_branches t0 WHERE t0.project_id IN (?)"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.project_id AS project_id_2, t0.branch_id AS branch_id_3 FROM project_branches t0 WHERE t0.project_id IN (?)"
"params" => [1 => 53]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_prise AS order_prise_4, t0.order_status AS order_status_5, t0.should_end_at AS should_end_at_6, t0.is_end_at AS is_end_at_7, t0.hourly_rate AS hourly_rate_8, t0.order_at AS order_at_9, t0.project_owner_order_nr AS project_owner_order_nr_10, t0.hours_spent AS hours_spent_11, t0.cost_spent AS cost_spent_12, t0.material_budget_as_percent AS material_budget_as_percent_13, t0.timesheet_budget_as_percent AS timesheet_budget_as_percent_14, t0.target_profit_as_percent AS target_profit_as_percent_15, t0.project_id AS project_id_16, t0.contact_person_id AS contact_person_id_17, t0.author_id AS author_id_18, t0.invoice_type_id AS invoice_type_id_19, t0.order_lead_id AS order_lead_id_20, t0.order_primary_lead_id AS order_primary_lead_id_21, t0.order_branch_id AS order_branch_id_22, t0.branch_departement_id AS branch_departement_id_23 FROM project_orders t0 WHERE t0.project_id = ?"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_prise AS order_prise_4, t0.order_status AS order_status_5, t0.should_end_at AS should_end_at_6, t0.is_end_at AS is_end_at_7, t0.hourly_rate AS hourly_rate_8, t0.order_at AS order_at_9, t0.project_owner_order_nr AS project_owner_order_nr_10, t0.hours_spent AS hours_spent_11, t0.cost_spent AS cost_spent_12, t0.material_budget_as_percent AS material_budget_as_percent_13, t0.timesheet_budget_as_percent AS timesheet_budget_as_percent_14, t0.target_profit_as_percent AS target_profit_as_percent_15, t0.project_id AS project_id_16, t0.contact_person_id AS contact_person_id_17, t0.author_id AS author_id_18, t0.invoice_type_id AS invoice_type_id_19, t0.order_lead_id AS order_lead_id_20, t0.order_primary_lead_id AS order_primary_lead_id_21, t0.order_branch_id AS order_branch_id_22, t0.branch_departement_id AS branch_departement_id_23 FROM project_orders t0 WHERE t0.project_id = ?"
"params" => [1 => 53]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 614]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 614]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 616]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 616]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 617]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 617]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 625]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 625]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 714]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 714]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 626]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 626]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 683]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 683]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 766]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 766]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 764]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 764]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 768]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 768]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 784]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 784]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 786]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 786]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 792]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 792]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 811]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 811]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 812]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 812]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 823]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 823]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 821]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 821]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 906]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 906]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 923]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 923]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 905]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 905]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 924]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 924]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 928]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 928]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 938]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 938]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 939]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 939]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 940]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 940]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 942]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 942]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 941]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 941]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 968]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 968]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 969]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 969]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 991]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 991]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 970]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 970]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 992]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 992]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 993]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 993]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 995]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 995]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1031]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1031]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1028]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1028]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1032]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1032]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1035]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1035]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1039]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1039]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1038]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1038]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1040]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1040]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1059]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1059]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1051]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1051]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1064]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1064]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1100]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1100]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1082]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1082]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1101]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1101]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1103]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1103]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1104]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1104]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1105]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1105]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1143]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1143]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1106]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1106]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1162]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1162]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1168]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1168]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1224]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1224]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1169]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1169]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1239]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1239]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1242]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1242]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1245]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1245]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1246]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1246]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1251]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1251]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1252]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1252]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1272]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1272]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.only_owned AS only_owned_2, t0.user_id AS user_id_3, t0.scoped_item_id AS scoped_item_id_4 FROM user_scoped_item t0 WHERE t0.user_id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.only_owned AS only_owned_2, t0.user_id AS user_id_3, t0.scoped_item_id AS scoped_item_id_4 FROM user_scoped_item t0 WHERE t0.user_id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.user_id AS user_id_15 FROM worker t0 WHERE t0.id = ?"
(parameters:
[1 => 120]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.user_id AS user_id_15 FROM worker t0 WHERE t0.id = ?"
"params" => [1 => 120]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 615]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 615]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 729]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 729]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 730]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 731]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 731]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 740]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 740]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 743]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 743]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 744]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 744]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.user_id AS user_id_15 FROM worker t0 WHERE t0.id = ?"
(parameters:
[1 => 62]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.user_id AS user_id_15 FROM worker t0 WHERE t0.id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 751]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.amount AS amount_5, t0.delivered_unit AS delivered_unit_6, t0.content AS content_7, t0.completed AS completed_8, t0.comment AS comment_9, t0.delivered_to AS delivered_to_10, t0.an_supplier AS an_supplier_11, t0.file_name AS file_name_12, t0.buying_price AS buying_price_13, t0.sales_price AS sales_price_14, t0.sales_margin AS sales_margin_15, t0.delivery_amount AS delivery_amount_16, t0.project_order_expense_id AS project_order_expense_id_17, t0.material_id AS material_id_18, t0.project_order_id AS project_order_id_19, t0.parent_pos_id AS parent_pos_id_20, t0.stock_id AS stock_id_21, t0.purchase_request_position_id AS purchase_request_position_id_22 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 751]
"types" => [1 => 1]
]
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
"""
"""
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'erp' */ ORDER BY k.ORDINAL_POSITION
"""
(parameters:
[1 => "erp"
2 => "doctrine_migration_versions"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'erp' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "erp"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "erp"
2 => "erp"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
(parameters:
[1 => "erp"
2 => "doctrine_migration_versions"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => """
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
"params" => [1 => "erp"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing query:
"SELECT * FROM doctrine_migration_versions"
doctrine
[
"sql" => "SELECT * FROM doctrine_migration_versions"
]
Log messages generated during the compilation of the service container.
Messages
Class
545
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSupplierIdCommand" (parent: .abstract.instanceof.App\Command\AddSupplierIdCommand).
Resolving inheritance for "App\Command\AddSupplierIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSupplierIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveEndAtFromOrderIfNotStatus100Command" (parent: .abstract.instanceof.App\Command\RemoveEndAtFromOrderIfNotStatus100Command).
Resolving inheritance for "App\Command\RemoveEndAtFromOrderIfNotStatus100Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveEndAtFromOrderIfNotStatus100Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StockArticleNrFromStockItemDescriptionToStock" (parent: .abstract.instanceof.App\Command\StockArticleNrFromStockItemDescriptionToStock).
Resolving inheritance for "App\Command\StockArticleNrFromStockItemDescriptionToStock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StockArticleNrFromStockItemDescriptionToStock).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AISAbstractController" (parent: .abstract.instanceof.App\Controller\Api\AISAbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AISAbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AISAbstractController).
Resolving inheritance for "App\Controller\Api\AISAbstractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AISAbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddressController" (parent: .abstract.instanceof.App\Controller\Api\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddressController).
Resolving inheritance for "App\Controller\Api\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AnaliticController" (parent: .abstract.instanceof.App\Controller\Api\AnaliticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AnaliticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AnaliticController).
Resolving inheritance for "App\Controller\Api\AnaliticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AnaliticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiAuthController" (parent: .abstract.instanceof.App\Controller\Api\ApiAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiAuthController).
Resolving inheritance for "App\Controller\Api\ApiAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BranchesController" (parent: .abstract.instanceof.App\Controller\Api\BranchesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BranchesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BranchesController).
Resolving inheritance for "App\Controller\Api\BranchesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BranchesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CustomerController" (parent: .abstract.instanceof.App\Controller\Api\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CustomerController).
Resolving inheritance for "App\Controller\Api\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentManagerController" (parent: .abstract.instanceof.App\Controller\Api\DocumentManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentManagerController).
Resolving inheritance for "App\Controller\Api\DocumentManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmployeeController" (parent: .abstract.instanceof.App\Controller\Api\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmployeeController).
Resolving inheritance for "App\Controller\Api\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ErrorController" (parent: .abstract.instanceof.App\Controller\Api\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ErrorController).
Resolving inheritance for "App\Controller\Api\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemCategoryController" (parent: .abstract.instanceof.App\Controller\Api\Helpers\ItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemCategoryController).
Resolving inheritance for "App\Controller\Api\Helpers\ItemCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemGroupController" (parent: .abstract.instanceof.App\Controller\Api\Helpers\ItemGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemGroupController).
Resolving inheritance for "App\Controller\Api\Helpers\ItemGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\UnitTypesController" (parent: .abstract.instanceof.App\Controller\Api\Helpers\UnitTypesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\UnitTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\UnitTypesController).
Resolving inheritance for "App\Controller\Api\Helpers\UnitTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\UnitTypesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighLevelAccessController" (parent: .abstract.instanceof.App\Controller\Api\HighLevelAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighLevelAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighLevelAccessController).
Resolving inheritance for "App\Controller\Api\HighLevelAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighLevelAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InventoryController" (parent: .abstract.instanceof.App\Controller\Api\InventoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InventoryController).
Resolving inheritance for "App\Controller\Api\InventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InventoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoiceController" (parent: .abstract.instanceof.App\Controller\Api\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoiceController).
Resolving inheritance for "App\Controller\Api\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocationsController" (parent: .abstract.instanceof.App\Controller\Api\LocationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocationsController).
Resolving inheritance for "App\Controller\Api\LocationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MaterialController" (parent: .abstract.instanceof.App\Controller\Api\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MaterialController).
Resolving inheritance for "App\Controller\Api\MaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController" (parent: .abstract.instanceof.App\Controller\Api\OpenApi\OpenApiProjectOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController).
Resolving inheritance for "App\Controller\Api\OpenApi\OpenApiProjectOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderCostController" (parent: .abstract.instanceof.App\Controller\Api\OrderCostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderCostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderCostController).
Resolving inheritance for "App\Controller\Api\OrderCostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderCostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrdersController" (parent: .abstract.instanceof.App\Controller\Api\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrdersController).
Resolving inheritance for "App\Controller\Api\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaperPatternController" (parent: .abstract.instanceof.App\Controller\Api\PaperPatternController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaperPatternController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaperPatternController).
Resolving inheritance for "App\Controller\Api\PaperPatternController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaperPatternController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectController" (parent: .abstract.instanceof.App\Controller\Api\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectController).
Resolving inheritance for "App\Controller\Api\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOrderExpensesController" (parent: .abstract.instanceof.App\Controller\Api\ProjectOrderExpensesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOrderExpensesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOrderExpensesController).
Resolving inheritance for "App\Controller\Api\ProjectOrderExpensesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOrderExpensesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOwnerController" (parent: .abstract.instanceof.App\Controller\Api\ProjectOwnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOwnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOwnerController).
Resolving inheritance for "App\Controller\Api\ProjectOwnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOwnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseRequestController" (parent: .abstract.instanceof.App\Controller\Api\PurchaseRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseRequestController).
Resolving inheritance for "App\Controller\Api\PurchaseRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SourceController" (parent: .abstract.instanceof.App\Controller\Api\SourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SourceController).
Resolving inheritance for "App\Controller\Api\SourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StockItemsController" (parent: .abstract.instanceof.App\Controller\Api\StockItemsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StockItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StockItemsController).
Resolving inheritance for "App\Controller\Api\StockItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StockItemsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StocksController" (parent: .abstract.instanceof.App\Controller\Api\StocksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StocksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StocksController).
Resolving inheritance for "App\Controller\Api\StocksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StocksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SupplierController" (parent: .abstract.instanceof.App\Controller\Api\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SupplierController).
Resolving inheritance for "App\Controller\Api\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestController" (parent: .abstract.instanceof.App\Controller\Api\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestController).
Resolving inheritance for "App\Controller\Api\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TimesheetController" (parent: .abstract.instanceof.App\Controller\Api\TimesheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TimesheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TimesheetController).
Resolving inheritance for "App\Controller\Api\TimesheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TimesheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UndertakingController" (parent: .abstract.instanceof.App\Controller\Api\UndertakingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UndertakingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UndertakingController).
Resolving inheritance for "App\Controller\Api\UndertakingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UndertakingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserProfileController" (parent: .abstract.instanceof.App\Controller\Api\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserProfileController).
Resolving inheritance for "App\Controller\Api\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VoucherController" (parent: .abstract.instanceof.App\Controller\Api\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VoucherController).
Resolving inheritance for "App\Controller\Api\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkerController" (parent: .abstract.instanceof.App\Controller\Api\WorkerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkerController).
Resolving inheritance for "App\Controller\Api\WorkerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkerController).
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\FilePresenterController" (parent: .abstract.instanceof.App\Controller\FilePresenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilePresenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilePresenterController).
Resolving inheritance for "App\Controller\FilePresenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilePresenterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IphoneTestLogsController" (parent: .abstract.instanceof.App\Controller\IphoneTestLogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IphoneTestLogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IphoneTestLogsController).
Resolving inheritance for "App\Controller\IphoneTestLogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IphoneTestLogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguagesController" (parent: .abstract.instanceof.App\Controller\LanguagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguagesController).
Resolving inheritance for "App\Controller\LanguagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController" (parent: .abstract.instanceof.App\Controller\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController).
Resolving inheritance for "App\Controller\LayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepairController" (parent: .abstract.instanceof.App\Controller\RepairController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepairController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepairController).
Resolving inheritance for "App\Controller\RepairController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepairController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TempRemoveableController" (parent: .abstract.instanceof.App\Controller\TempRemoveableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TempRemoveableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TempRemoveableController).
Resolving inheritance for "App\Controller\TempRemoveableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TempRemoveableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TesterController" (parent: .abstract.instanceof.App\Controller\TesterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TesterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TesterController).
Resolving inheritance for "App\Controller\TesterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TesterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimesheetTestController" (parent: .abstract.instanceof.App\Controller\TimesheetTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimesheetTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimesheetTestController).
Resolving inheritance for "App\Controller\TimesheetTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimesheetTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransformationController" (parent: .abstract.instanceof.App\Controller\TransformationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransformationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransformationController).
Resolving inheritance for "App\Controller\TransformationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransformationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslationController" (parent: .abstract.instanceof.App\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslationController).
Resolving inheritance for "App\Controller\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" (parent: .abstract.instanceof.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController).
Resolving inheritance for "App\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatEligibilityFixtures" (parent: .abstract.instanceof.App\DataFixtures\CertificatEligibilityFixtures).
Resolving inheritance for "App\DataFixtures\CertificatEligibilityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatEligibilityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificateGroupsFixtures" (parent: .abstract.instanceof.App\DataFixtures\CertificateGroupsFixtures).
Resolving inheritance for "App\DataFixtures\CertificateGroupsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificateGroupsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatesFixtures" (parent: .abstract.instanceof.App\DataFixtures\CertificatesFixtures).
Resolving inheritance for "App\DataFixtures\CertificatesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatesFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificationAuthorityFixtures" (parent: .abstract.instanceof.App\DataFixtures\CertificationAuthorityFixtures).
Resolving inheritance for "App\DataFixtures\CertificationAuthorityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificationAuthorityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountriesFixtures" (parent: .abstract.instanceof.App\DataFixtures\CountriesFixtures).
Resolving inheritance for "App\DataFixtures\CountriesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountriesFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerCertificatesFixtures" (parent: .abstract.instanceof.App\DataFixtures\CustomerCertificatesFixtures).
Resolving inheritance for "App\DataFixtures\CustomerCertificatesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerCertificatesFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerFixtures" (parent: .abstract.instanceof.App\DataFixtures\CustomerFixtures).
Resolving inheritance for "App\DataFixtures\CustomerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectFixtures).
Resolving inheritance for "App\DataFixtures\ProjectFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectOwnersFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectOwnersFixtures).
Resolving inheritance for "App\DataFixtures\ProjectOwnersFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectOwnersFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStakeholdersFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectStakeholdersFixtures).
Resolving inheritance for "App\DataFixtures\ProjectStakeholdersFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStakeholdersFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStatusFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectStatusFixtures).
Resolving inheritance for "App\DataFixtures\ProjectStatusFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStatusFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectWorkersFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProjectWorkersFixtures).
Resolving inheritance for "App\DataFixtures\ProjectWorkersFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectWorkersFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualificationFixtures" (parent: .abstract.instanceof.App\DataFixtures\QualificationFixtures).
Resolving inheritance for "App\DataFixtures\QualificationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualificationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerCertificatesFixtures" (parent: .abstract.instanceof.App\DataFixtures\WorkerCertificatesFixtures).
Resolving inheritance for "App\DataFixtures\WorkerCertificatesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerCertificatesFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerFixtures" (parent: .abstract.instanceof.App\DataFixtures\WorkerFixtures).
Resolving inheritance for "App\DataFixtures\WorkerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DoctrineSubscriber).
Resolving inheritance for "App\EventSubscriber\DoctrineSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkerType" (parent: .abstract.instanceof.App\Form\WorkerType).
Resolving inheritance for "App\Form\WorkerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkerType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessAddTimesheetTimeRepository" (parent: .abstract.instanceof.App\Repository\AccessAddTimesheetTimeRepository).
Resolving inheritance for "App\Repository\AccessAddTimesheetTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessAddTimesheetTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRolesRepository" (parent: .abstract.instanceof.App\Repository\AccessRolesRepository).
Resolving inheritance for "App\Repository\AccessRolesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRolesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTypesRepository" (parent: .abstract.instanceof.App\Repository\AccessTypesRepository).
Resolving inheritance for "App\Repository\AccessTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTypesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessdTeamLeadsForTimesheetRepository" (parent: .abstract.instanceof.App\Repository\AccessdTeamLeadsForTimesheetRepository).
Resolving inheritance for "App\Repository\AccessdTeamLeadsForTimesheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessdTeamLeadsForTimesheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressTypesRepository" (parent: .abstract.instanceof.App\Repository\AddressTypesRepository).
Resolving inheritance for "App\Repository\AddressTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressTypesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressesRepository" (parent: .abstract.instanceof.App\Repository\AddressesRepository).
Resolving inheritance for "App\Repository\AddressesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrativeRepository" (parent: .abstract.instanceof.App\Repository\AdministrativeRepository).
Resolving inheritance for "App\Repository\AdministrativeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrativeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository" (parent: .abstract.instanceof.App\Repository\AppRepository).
Resolving inheritance for "App\Repository\AppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppSettingsRepository" (parent: .abstract.instanceof.App\Repository\AppSettingsRepository).
Resolving inheritance for "App\Repository\AppSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchDepartementsRepository" (parent: .abstract.instanceof.App\Repository\BranchDepartementsRepository).
Resolving inheritance for "App\Repository\BranchDepartementsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchDepartementsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchesRepository" (parent: .abstract.instanceof.App\Repository\BranchesRepository).
Resolving inheritance for "App\Repository\BranchesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculationPermissionsRepository" (parent: .abstract.instanceof.App\Repository\CalculationPermissionsRepository).
Resolving inheritance for "App\Repository\CalculationPermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculationPermissionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificateEligibilitiesRepository" (parent: .abstract.instanceof.App\Repository\CertificateEligibilitiesRepository).
Resolving inheritance for "App\Repository\CertificateEligibilitiesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificateEligibilitiesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesGroupsRepository" (parent: .abstract.instanceof.App\Repository\CertificatesGroupsRepository).
Resolving inheritance for "App\Repository\CertificatesGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesGroupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesRepository" (parent: .abstract.instanceof.App\Repository\CertificatesRepository).
Resolving inheritance for "App\Repository\CertificatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationAuthorityRepository" (parent: .abstract.instanceof.App\Repository\CertificationAuthorityRepository).
Resolving inheritance for "App\Repository\CertificationAuthorityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationAuthorityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactPersonPositionsRepository" (parent: .abstract.instanceof.App\Repository\ContactPersonPositionsRepository).
Resolving inheritance for "App\Repository\ContactPersonPositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactPersonPositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountriesRepository" (parent: .abstract.instanceof.App\Repository\CountriesRepository).
Resolving inheritance for "App\Repository\CountriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateDocumentsRepository" (parent: .abstract.instanceof.App\Repository\CustomerCertificateDocumentsRepository).
Resolving inheritance for "App\Repository\CustomerCertificateDocumentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateDocumentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateHistoriesRepository" (parent: .abstract.instanceof.App\Repository\CustomerCertificateHistoriesRepository).
Resolving inheritance for "App\Repository\CustomerCertificateHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificatesRepository" (parent: .abstract.instanceof.App\Repository\CustomerCertificatesRepository).
Resolving inheritance for "App\Repository\CustomerCertificatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DenemeRepository" (parent: .abstract.instanceof.App\Repository\DenemeRepository).
Resolving inheritance for "App\Repository\DenemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DenemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileNumbersRepository" (parent: .abstract.instanceof.App\Repository\FileNumbersRepository).
Resolving inheritance for "App\Repository\FileNumbersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileNumbersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCategoriesRepository" (parent: .abstract.instanceof.App\Repository\InventoryCategoriesRepository).
Resolving inheritance for "App\Repository\InventoryCategoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCategoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryGroupsRepository" (parent: .abstract.instanceof.App\Repository\InventoryGroupsRepository).
Resolving inheritance for "App\Repository\InventoryGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryGroupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryRepository" (parent: .abstract.instanceof.App\Repository\InventoryRepository).
Resolving inheritance for "App\Repository\InventoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTypeRepository).
Resolving inheritance for "App\Repository\InvoiceTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguagesRepository" (parent: .abstract.instanceof.App\Repository\LanguagesRepository).
Resolving inheritance for "App\Repository\LanguagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguagesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationsRepository" (parent: .abstract.instanceof.App\Repository\LocationsRepository).
Resolving inheritance for "App\Repository\LocationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository" (parent: .abstract.instanceof.App\Repository\ManufacturerRepository).
Resolving inheritance for "App\Repository\ManufacturerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository" (parent: .abstract.instanceof.App\Repository\MaterialRepository).
Resolving inheritance for "App\Repository\MaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockRepository" (parent: .abstract.instanceof.App\Repository\MaterialStockRepository).
Resolving inheritance for "App\Repository\MaterialStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockedRepository" (parent: .abstract.instanceof.App\Repository\MaterialStockedRepository).
Resolving inheritance for "App\Repository\MaterialStockedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialUnitTypesRepository" (parent: .abstract.instanceof.App\Repository\MaterialUnitTypesRepository).
Resolving inheritance for "App\Repository\MaterialUnitTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialUnitTypesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaperPatternRepository" (parent: .abstract.instanceof.App\Repository\PaperPatternRepository).
Resolving inheritance for "App\Repository\PaperPatternRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaperPatternRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodsRepository" (parent: .abstract.instanceof.App\Repository\PaymentMethodsRepository).
Resolving inheritance for "App\Repository\PaymentMethodsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLocationRepository" (parent: .abstract.instanceof.App\Repository\ProductionLocationRepository).
Resolving inheritance for "App\Repository\ProductionLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectAddendumCostsRepository" (parent: .abstract.instanceof.App\Repository\ProjectAddendumCostsRepository).
Resolving inheritance for "App\Repository\ProjectAddendumCostsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectAddendumCostsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectBranchesRepository" (parent: .abstract.instanceof.App\Repository\ProjectBranchesRepository).
Resolving inheritance for "App\Repository\ProjectBranchesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectBranchesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectExpenseRepository" (parent: .abstract.instanceof.App\Repository\ProjectExpenseRepository).
Resolving inheritance for "App\Repository\ProjectExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectExpenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensePositionsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderExpensePositionsRepository).
Resolving inheritance for "App\Repository\ProjectOrderExpensePositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensePositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensesRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderExpensesRepository).
Resolving inheritance for "App\Repository\ProjectOrderExpensesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExtraCostsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderExtraCostsRepository).
Resolving inheritance for "App\Repository\ProjectOrderExtraCostsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExtraCostsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderFeedbackRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderFeedbackRepository).
Resolving inheritance for "App\Repository\ProjectOrderFeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderFeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicePositionsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderInvoicePositionsRepository).
Resolving inheritance for "App\Repository\ProjectOrderInvoicePositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicePositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicesRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderInvoicesRepository).
Resolving inheritance for "App\Repository\ProjectOrderInvoicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderUndertakingsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderUndertakingsRepository).
Resolving inheritance for "App\Repository\ProjectOrderUndertakingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderUndertakingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrdersRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrdersRepository).
Resolving inheritance for "App\Repository\ProjectOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerContactPersonsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOwnerContactPersonsRepository).
Resolving inheritance for "App\Repository\ProjectOwnerContactPersonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerContactPersonsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerRepository" (parent: .abstract.instanceof.App\Repository\ProjectOwnerRepository).
Resolving inheritance for "App\Repository\ProjectOwnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository" (parent: .abstract.instanceof.App\Repository\ProjectSettingsRepository).
Resolving inheritance for "App\Repository\ProjectSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderOrdersRepository" (parent: .abstract.instanceof.App\Repository\ProjectStakeholderOrdersRepository).
Resolving inheritance for "App\Repository\ProjectStakeholderOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderProjectOrdersRepository" (parent: .abstract.instanceof.App\Repository\ProjectStakeholderProjectOrdersRepository).
Resolving inheritance for "App\Repository\ProjectStakeholderProjectOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderProjectOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersRepository" (parent: .abstract.instanceof.App\Repository\ProjectStakeholdersRepository).
Resolving inheritance for "App\Repository\ProjectStakeholdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersTimesheetRepository" (parent: .abstract.instanceof.App\Repository\ProjectStakeholdersTimesheetRepository).
Resolving inheritance for "App\Repository\ProjectStakeholdersTimesheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersTimesheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStatusRepository" (parent: .abstract.instanceof.App\Repository\ProjectStatusRepository).
Resolving inheritance for "App\Repository\ProjectStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectsRepository" (parent: .abstract.instanceof.App\Repository\ProjectsRepository).
Resolving inheritance for "App\Repository\ProjectsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoriesRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestHistoriesRepository).
Resolving inheritance for "App\Repository\PurchaseRequestHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoryReadRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestHistoryReadRepository).
Resolving inheritance for "App\Repository\PurchaseRequestHistoryReadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoryReadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoriesRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestPositionHistoriesRepository).
Resolving inheritance for "App\Repository\PurchaseRequestPositionHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoryReadRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestPositionHistoryReadRepository).
Resolving inheritance for "App\Repository\PurchaseRequestPositionHistoryReadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoryReadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionsRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestPositionsRepository).
Resolving inheritance for "App\Repository\PurchaseRequestPositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestRepository).
Resolving inheritance for "App\Repository\PurchaseRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestStatusRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestStatusRepository).
Resolving inheritance for "App\Repository\PurchaseRequestStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestUserFavoritesRepository" (parent: .abstract.instanceof.App\Repository\PurchaseRequestUserFavoritesRepository).
Resolving inheritance for "App\Repository\PurchaseRequestUserFavoritesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestUserFavoritesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualificationRepository" (parent: .abstract.instanceof.App\Repository\QualificationRepository).
Resolving inheritance for "App\Repository\QualificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoopedItemsRepository" (parent: .abstract.instanceof.App\Repository\ScoopedItemsRepository).
Resolving inheritance for "App\Repository\ScoopedItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoopedItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScopedItemsRepository" (parent: .abstract.instanceof.App\Repository\ScopedItemsRepository).
Resolving inheritance for "App\Repository\ScopedItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScopedItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssuePositionsRepository" (parent: .abstract.instanceof.App\Repository\StockIssuePositionsRepository).
Resolving inheritance for "App\Repository\StockIssuePositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssuePositionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssueRepository" (parent: .abstract.instanceof.App\Repository\StockIssueRepository).
Resolving inheritance for "App\Repository\StockIssueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemCategoriesRepository" (parent: .abstract.instanceof.App\Repository\StockItemCategoriesRepository).
Resolving inheritance for "App\Repository\StockItemCategoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemCategoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemGroupsRepository" (parent: .abstract.instanceof.App\Repository\StockItemGroupsRepository).
Resolving inheritance for "App\Repository\StockItemGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemGroupsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemsRepository" (parent: .abstract.instanceof.App\Repository\StockItemsRepository).
Resolving inheritance for "App\Repository\StockItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMaterialsRepository" (parent: .abstract.instanceof.App\Repository\StockMaterialsRepository).
Resolving inheritance for "App\Repository\StockMaterialsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMaterialsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransactionsRepository" (parent: .abstract.instanceof.App\Repository\StockTransactionsRepository).
Resolving inheritance for "App\Repository\StockTransactionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransactionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksRepository" (parent: .abstract.instanceof.App\Repository\StocksRepository).
Resolving inheritance for "App\Repository\StocksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageLocationRepository" (parent: .abstract.instanceof.App\Repository\StorageLocationRepository).
Resolving inheritance for "App\Repository\StorageLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository" (parent: .abstract.instanceof.App\Repository\StorageRepository).
Resolving inheritance for "App\Repository\StorageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierOrdersRepository" (parent: .abstract.instanceof.App\Repository\SupplierOrdersRepository).
Resolving inheritance for "App\Repository\SupplierOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository" (parent: .abstract.instanceof.App\Repository\SupplierProductsRepository).
Resolving inheritance for "App\Repository\SupplierProductsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliersRepository" (parent: .abstract.instanceof.App\Repository\SuppliersRepository).
Resolving inheritance for "App\Repository\SuppliersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM1Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM1Repository).
Resolving inheritance for "App\Repository\TimesheetM1Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM1Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM2Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM2Repository).
Resolving inheritance for "App\Repository\TimesheetM2Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM2Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM3Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM3Repository).
Resolving inheritance for "App\Repository\TimesheetM3Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM3Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM4Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM4Repository).
Resolving inheritance for "App\Repository\TimesheetM4Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM4Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM5Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM5Repository).
Resolving inheritance for "App\Repository\TimesheetM5Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM5Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM6Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM6Repository).
Resolving inheritance for "App\Repository\TimesheetM6Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM6Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM7Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM7Repository).
Resolving inheritance for "App\Repository\TimesheetM7Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM7Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM8Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM8Repository).
Resolving inheritance for "App\Repository\TimesheetM8Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM8Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM9Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM9Repository).
Resolving inheritance for "App\Repository\TimesheetM9Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM9Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM10Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM10Repository).
Resolving inheritance for "App\Repository\TimesheetM10Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM10Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM11Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM11Repository).
Resolving inheritance for "App\Repository\TimesheetM11Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM11Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM12Repository" (parent: .abstract.instanceof.App\Repository\TimesheetM12Repository).
Resolving inheritance for "App\Repository\TimesheetM12Repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM12Repository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetManagerRolesRepository" (parent: .abstract.instanceof.App\Repository\TimesheetManagerRolesRepository).
Resolving inheritance for "App\Repository\TimesheetManagerRolesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetManagerRolesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetStatusRepository" (parent: .abstract.instanceof.App\Repository\TimesheetStatusRepository).
Resolving inheritance for "App\Repository\TimesheetStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetsRepository" (parent: .abstract.instanceof.App\Repository\TimesheetsRepository).
Resolving inheritance for "App\Repository\TimesheetsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository" (parent: .abstract.instanceof.App\Repository\UnitRepository).
Resolving inheritance for "App\Repository\UnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAppSettingsRepository" (parent: .abstract.instanceof.App\Repository\UserAppSettingsRepository).
Resolving inheritance for "App\Repository\UserAppSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAppSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCalculationPermissionRepository" (parent: .abstract.instanceof.App\Repository\UserCalculationPermissionRepository).
Resolving inheritance for "App\Repository\UserCalculationPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCalculationPermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsGroupRepository" (parent: .abstract.instanceof.App\Repository\UserPositionsGroupRepository).
Resolving inheritance for "App\Repository\UserPositionsGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsRepository" (parent: .abstract.instanceof.App\Repository\UserPositionsRepository).
Resolving inheritance for "App\Repository\UserPositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsRepository).
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\UserRightModulesRepository" (parent: .abstract.instanceof.App\Repository\UserRightModulesRepository).
Resolving inheritance for "App\Repository\UserRightModulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightModulesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightModulesSectionsRepository" (parent: .abstract.instanceof.App\Repository\UserRightModulesSectionsRepository).
Resolving inheritance for "App\Repository\UserRightModulesSectionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightModulesSectionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsModuleSectionRightsRepository" (parent: .abstract.instanceof.App\Repository\UserRightsModuleSectionRightsRepository).
Resolving inheritance for "App\Repository\UserRightsModuleSectionRightsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsModuleSectionRightsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsRepository" (parent: .abstract.instanceof.App\Repository\UserRightsRepository).
Resolving inheritance for "App\Repository\UserRightsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRolesRepository" (parent: .abstract.instanceof.App\Repository\UserRolesRepository).
Resolving inheritance for "App\Repository\UserRolesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRolesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScoopedItemRepository" (parent: .abstract.instanceof.App\Repository\UserScoopedItemRepository).
Resolving inheritance for "App\Repository\UserScoopedItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScoopedItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScopedItemRepository" (parent: .abstract.instanceof.App\Repository\UserScopedItemRepository).
Resolving inheritance for "App\Repository\UserScopedItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScopedItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VouchersRepository" (parent: .abstract.instanceof.App\Repository\VouchersRepository).
Resolving inheritance for "App\Repository\VouchersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VouchersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository" (parent: .abstract.instanceof.App\Repository\WarehouseRepository).
Resolving inheritance for "App\Repository\WarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehousesRepository" (parent: .abstract.instanceof.App\Repository\WarehousesRepository).
Resolving inheritance for "App\Repository\WarehousesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehousesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerActivitiesRepository" (parent: .abstract.instanceof.App\Repository\WorkerActivitiesRepository).
Resolving inheritance for "App\Repository\WorkerActivitiesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerActivitiesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateDocumentsRepository" (parent: .abstract.instanceof.App\Repository\WorkerCertificateDocumentsRepository).
Resolving inheritance for "App\Repository\WorkerCertificateDocumentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateDocumentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateHistoriesRepository" (parent: .abstract.instanceof.App\Repository\WorkerCertificateHistoriesRepository).
Resolving inheritance for "App\Repository\WorkerCertificateHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificatesRepository" (parent: .abstract.instanceof.App\Repository\WorkerCertificatesRepository).
Resolving inheritance for "App\Repository\WorkerCertificatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerInProjectRepository" (parent: .abstract.instanceof.App\Repository\WorkerInProjectRepository).
Resolving inheritance for "App\Repository\WorkerInProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerInProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerRepository" (parent: .abstract.instanceof.App\Repository\WorkerRepository).
Resolving inheritance for "App\Repository\WorkerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetHistoriesRepository" (parent: .abstract.instanceof.App\Repository\WorkerTimesheetHistoriesRepository).
Resolving inheritance for "App\Repository\WorkerTimesheetHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetPaymentsRepository" (parent: .abstract.instanceof.App\Repository\WorkerTimesheetPaymentsRepository).
Resolving inheritance for "App\Repository\WorkerTimesheetPaymentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetPaymentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetRepository" (parent: .abstract.instanceof.App\Repository\WorkerTimesheetRepository).
Resolving inheritance for "App\Repository\WorkerTimesheetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YRepository" (parent: .abstract.instanceof.App\Repository\YRepository).
Resolving inheritance for "App\Repository\YRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DisableAccessControlVoter" (parent: .abstract.instanceof.App\Security\DisableAccessControlVoter).
Resolving inheritance for "App\Security\DisableAccessControlVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DisableAccessControlVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\UserRightsInterface" (parent: .abstract.instanceof.App\Service\UserRightsInterface).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\UserRightsInterface" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\UserRightsInterface).
Resolving inheritance for "App\Service\UserRightsInterface" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\UserRightsInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" (parent: .abstract.instanceof.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer).
Resolving inheritance for "Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.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 "monolog.logger" (parent: monolog.logger_prototype).
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 "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
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).
1
Removing service-argument resolver for controller "App\Controller\TempRemoveableController::nestedData": no corresponding services exist for the referenced types.
493
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Service\PDF\AISPDFManagerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.SkHLn3t"; reason: private alias.
Removed service ".service_locator.ujllTst"; reason: private alias.
Removed service ".service_locator.jDF59Cm"; reason: private alias.
Removed service ".service_locator.AAz7PhH"; reason: private alias.
Removed service ".service_locator.IY5Lvnm"; reason: private alias.
Removed service ".service_locator.wansKUb"; reason: private alias.
Removed service ".service_locator.jj_Z2U."; reason: private alias.
Removed service ".service_locator.Ra2tsMB"; reason: private alias.
Removed service ".service_locator.0oOJM3d"; reason: private alias.
Removed service ".service_locator.KbR.VD2"; reason: private alias.
Removed service ".service_locator.Ius2zVK"; reason: private alias.
Removed service ".service_locator.C87YlsD"; reason: private alias.
Removed service ".service_locator.zbGg4kL"; reason: private alias.
Removed service ".service_locator.zvVc1HL"; reason: private alias.
Removed service ".service_locator.O4tpR5G"; reason: private alias.
Removed service ".service_locator.9GQfiKT"; reason: private alias.
Removed service ".service_locator.wqeuWHo"; reason: private alias.
Removed service ".service_locator.oD3HuT3"; reason: private alias.
Removed service ".service_locator.DUUMtdq"; reason: private alias.
Removed service ".service_locator.lyaDeYU"; reason: private alias.
Removed service ".service_locator.y1z0c5e"; reason: private alias.
Removed service ".service_locator.L90.YrT"; reason: private alias.
Removed service ".service_locator.4NZHo6f"; reason: private alias.
Removed service ".service_locator.lsHqkRT"; reason: private alias.
Removed service ".service_locator.V.Padw6"; reason: private alias.
Removed service ".service_locator.feFYpng"; reason: private alias.
Removed service ".service_locator.gnfq9UC"; reason: private alias.
Removed service ".service_locator.d23dc2l"; reason: private alias.
Removed service ".service_locator.gxF_Ra4"; reason: private alias.
Removed service ".service_locator.zTaRPzC"; reason: private alias.
Removed service ".service_locator.xKaxP2G"; reason: private alias.
Removed service ".service_locator.6Qmi_t4"; reason: private alias.
Removed service ".service_locator.IKF0B48"; reason: private alias.
Removed service ".service_locator.151XgFt"; reason: private alias.
Removed service ".service_locator.IsdaVAt"; reason: private alias.
Removed service ".service_locator.OHSbsTd"; reason: private alias.
Removed service ".service_locator.0i57.Qg"; reason: private alias.
Removed service ".service_locator.nd6qJLR"; reason: private alias.
Removed service ".service_locator.Mpva4Qp"; reason: private alias.
Removed service ".service_locator.MNu4o4R"; reason: private alias.
Removed service ".service_locator.9bAJEkw"; reason: private alias.
Removed service ".service_locator.Q4ePA7k"; reason: private alias.
Removed service ".service_locator.nOt4rys"; reason: private alias.
Removed service ".service_locator.nJtbHmj"; reason: private alias.
Removed service ".service_locator.JTYrPg0"; reason: private alias.
Removed service ".service_locator.2KnDHOW"; reason: private alias.
Removed service ".service_locator.sU_1ghO"; reason: private alias.
Removed service ".service_locator.z.bh9pu"; reason: private alias.
Removed service ".service_locator.D3pWsmG"; reason: private alias.
Removed service ".service_locator.e5coclx"; reason: private alias.
Removed service ".service_locator.E4C_RnO"; reason: private alias.
Removed service ".service_locator.u2G1DVR"; reason: private alias.
Removed service ".service_locator.yvN9oYj"; reason: private alias.
Removed service ".service_locator.L8NxhrU"; reason: private alias.
Removed service ".service_locator.WTPx91b"; reason: private alias.
Removed service ".service_locator.0i6yA8Z"; reason: private alias.
Removed service ".service_locator.OyUDmwK"; reason: private alias.
Removed service ".service_locator.BTGZZoW"; reason: private alias.
Removed service ".service_locator.USA4iSn"; reason: private alias.
Removed service ".service_locator.dly452B"; reason: private alias.
Removed service ".service_locator.A2xSciP"; reason: private alias.
Removed service ".service_locator.sHcd5TO"; reason: private alias.
Removed service ".service_locator.g1KUJA7"; reason: private alias.
Removed service ".service_locator.yEiaxVu"; reason: private alias.
Removed service ".service_locator.M9U4owd"; reason: private alias.
Removed service ".service_locator.1KTnSl3"; reason: private alias.
Removed service ".service_locator.9KoXgOP"; reason: private alias.
Removed service ".service_locator.29MvdZW"; reason: private alias.
Removed service ".service_locator.MsfEh8K"; reason: private alias.
Removed service ".service_locator.jw9.47w"; reason: private alias.
Removed service ".service_locator.cnQRGBO"; reason: private alias.
Removed service ".service_locator.fW.qu.3"; reason: private alias.
Removed service ".service_locator.in3_3Uu"; reason: private alias.
Removed service ".service_locator.cf9Ko71"; reason: private alias.
Removed service ".service_locator.OBKtGYl"; reason: private alias.
Removed service ".service_locator.4aMJANE"; reason: private alias.
Removed service ".service_locator.4E8RnZw"; reason: private alias.
Removed service ".service_locator.wmbKHZa"; reason: private alias.
Removed service ".service_locator.Z9HTdKn"; reason: private alias.
Removed service ".service_locator.W2sLbIx"; reason: private alias.
Removed service ".service_locator.Hk6cxgd"; reason: private alias.
Removed service ".service_locator.4adpSH3"; reason: private alias.
Removed service ".service_locator.e703kO_"; reason: private alias.
Removed service ".service_locator.JTHKg72"; reason: private alias.
Removed service ".service_locator.3fNIXok"; reason: private alias.
Removed service ".service_locator.yQcRnLF"; reason: private alias.
Removed service ".service_locator.MDX2NJc"; reason: private alias.
Removed service ".service_locator.SMHxbfd"; reason: private alias.
Removed service ".service_locator.1_rR_Xu"; reason: private alias.
Removed service ".service_locator.iLk9PqX"; reason: private alias.
Removed service ".service_locator.ev3pja0"; reason: private alias.
Removed service ".service_locator.RRApjzH"; reason: private alias.
Removed service ".service_locator.ZRCHICa"; reason: private alias.
Removed service ".service_locator.8n4IEPn"; reason: private alias.
Removed service ".service_locator.LVwWL70"; reason: private alias.
Removed service ".service_locator.kmBCgv3"; reason: private alias.
Removed service ".service_locator.TOxvvM5"; reason: private alias.
Removed service ".service_locator.nBSSFRi"; reason: private alias.
Removed service ".service_locator.6zUEcQU"; reason: private alias.
Removed service ".service_locator.7x16S_I"; reason: private alias.
Removed service ".service_locator.tWVTN_w"; reason: private alias.
Removed service ".service_locator.lIxy_LF"; reason: private alias.
Removed service ".service_locator.LNIgmaI"; reason: private alias.
Removed service ".service_locator.1e4LYWF"; reason: private alias.
Removed service ".service_locator.jE0d7uJ"; reason: private alias.
Removed service ".service_locator.TTq_qfV"; reason: private alias.
Removed service ".service_locator.8ou4gaJ"; reason: private alias.
Removed service ".service_locator.c.46m1f"; reason: private alias.
Removed service ".service_locator.ZmMPeLR"; reason: private alias.
Removed service ".service_locator.kMFSD7N"; reason: private alias.
Removed service ".service_locator.lPcdh7."; reason: private alias.
Removed service ".service_locator.zPqaHV."; reason: private alias.
Removed service ".service_locator.ypfP1sX"; reason: private alias.
Removed service ".service_locator.BJHFSWA"; reason: private alias.
Removed service ".service_locator.rLMIAjk"; reason: private alias.
Removed service ".service_locator.vs3FeDU"; reason: private alias.
Removed service ".service_locator.odkX0kL"; reason: private alias.
Removed service ".service_locator.W7rQ2zM"; reason: private alias.
Removed service ".service_locator.xC7wW2R"; reason: private alias.
Removed service ".service_locator._FCLQ4N"; reason: private alias.
Removed service ".service_locator.ekxiVoj"; reason: private alias.
Removed service ".service_locator.zeUDqOk"; reason: private alias.
Removed service ".service_locator.j2HdHpN"; reason: private alias.
Removed service ".service_locator.8l6U1Dc"; reason: private alias.
Removed service ".service_locator.DYKgvfy"; reason: private alias.
Removed service ".service_locator.e.0lo8C"; reason: private alias.
Removed service ".service_locator.vLcmxb_"; reason: private alias.
Removed service ".service_locator.Vh3IJRg"; reason: private alias.
Removed service ".service_locator.IZImWm9"; reason: private alias.
Removed service ".service_locator.6Nl4kSs"; reason: private alias.
Removed service ".service_locator.0eoV8zL"; reason: private alias.
Removed service ".service_locator.Z.rIJ.t"; reason: private alias.
Removed service ".service_locator.sA7jQiO"; reason: private alias.
Removed service ".service_locator.CfYo86u"; reason: private alias.
Removed service ".service_locator.y.YBJXU"; reason: private alias.
Removed service ".service_locator.qDEVeb_"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.6guJz8h"; reason: private alias.
Removed service ".service_locator.Gp7GjNO"; reason: private alias.
Removed service ".service_locator.dBKxDHS"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.qoAgTxJ"; reason: private alias.
Removed service ".service_locator.755U2OO"; reason: private alias.
Removed service ".service_locator.coHlmRF"; reason: private alias.
Removed service ".service_locator.4bMR_8c"; reason: private alias.
Removed service ".service_locator.gIjhlgM"; reason: private alias.
Removed service ".service_locator.OyeI7Hs"; reason: private alias.
Removed service ".service_locator.HVykmaq"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.pg46Ahd"; reason: private alias.
Removed service ".service_locator.zMYmqve"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.8WQbS.O"; reason: private alias.
Removed service ".service_locator.xzbh8gI"; reason: private alias.
Removed service ".service_locator.0yFQk3A"; reason: private alias.
Removed service ".service_locator.fPwas3a"; reason: private alias.
Removed service ".service_locator.TCsv7Hf"; reason: private alias.
Removed service ".service_locator.gNi_yot"; reason: private alias.
Removed service ".service_locator.Y8El6Jy"; reason: private alias.
Removed service ".service_locator.1rQcH0A"; reason: private alias.
Removed service ".service_locator..xxviZo"; reason: private alias.
Removed service ".service_locator.Q0J.Nqe"; reason: private alias.
Removed service ".service_locator.K0qr0yP"; reason: private alias.
Removed service ".service_locator.m0zZ4BA"; reason: private alias.
Removed service ".service_locator.pZDukui"; reason: private alias.
Removed service ".service_locator.8isLyjE"; reason: private alias.
Removed service ".service_locator.rdIFBK3"; reason: private alias.
Removed service ".service_locator.TqdujVS"; reason: private alias.
Removed service ".service_locator.ZcTcweZ"; reason: private alias.
Removed service ".service_locator.JaBQgG8"; reason: private alias.
Removed service ".service_locator.1VjeAoz"; reason: private alias.
Removed service ".service_locator.cp_Ec57"; reason: private alias.
Removed service ".service_locator..4p30CP"; reason: private alias.
Removed service ".service_locator.U4Ls9Z."; reason: private alias.
Removed service ".service_locator.QdHIG4Q"; reason: private alias.
Removed service ".service_locator.uhhGzrm"; reason: private alias.
Removed service ".service_locator.Azsw9x0"; reason: private alias.
Removed service ".service_locator.CwSit1m"; reason: private alias.
Removed service ".service_locator.pE3HpiD"; reason: private alias.
Removed service ".service_locator.NiDgwpz"; reason: private alias.
Removed service ".service_locator.ywGZotY"; reason: private alias.
Removed service ".service_locator.fSFryoz"; reason: private alias.
Removed service ".service_locator.lXnj6YN"; reason: private alias.
Removed service ".service_locator.tyZwiW4"; reason: private alias.
Removed service ".service_locator.mVe4wwk"; reason: private alias.
Removed service ".service_locator.K8RVsou"; reason: private alias.
Removed service ".service_locator.x2Wrf61"; reason: private alias.
Removed service ".service_locator.7sadsir"; reason: private alias.
Removed service ".service_locator.4Yl5iHN"; reason: private alias.
Removed service ".service_locator.2G1xOU7"; reason: private alias.
Removed service ".service_locator.Sw1RKaH"; reason: private alias.
Removed service ".service_locator.M4AnANZ"; reason: private alias.
Removed service ".service_locator.kFyPShP"; reason: private alias.
Removed service ".service_locator.Yzss6Ag"; reason: private alias.
Removed service ".service_locator.fyH.VEA"; reason: private alias.
Removed service ".service_locator.w3LULNa"; reason: private alias.
Removed service ".service_locator.fYE09gx"; reason: private alias.
Removed service ".service_locator.ih7zTTb"; reason: private alias.
Removed service ".service_locator.R0SRJq9"; reason: private alias.
Removed service ".service_locator.AyMb5uz"; reason: private alias.
Removed service ".service_locator.vjg_LBm"; reason: private alias.
Removed service ".service_locator.KZbVmUV"; reason: private alias.
Removed service ".service_locator.LtLnDuf"; reason: private alias.
Removed service ".service_locator.UMHvCWL"; reason: private alias.
Removed service ".service_locator.LnUJp36"; reason: private alias.
Removed service ".service_locator.4hFolJj"; reason: private alias.
Removed service ".service_locator.MHxkTqv"; reason: private alias.
Removed service ".service_locator.yUmScE7"; reason: private alias.
Removed service ".service_locator.WdKsOpz"; reason: private alias.
Removed service ".service_locator.pVtVsi7"; reason: private alias.
Removed service ".service_locator.GxhQhbX"; reason: private alias.
Removed service ".service_locator.2TdxsCW"; reason: private alias.
Removed service ".service_locator.L_gDIel"; reason: private alias.
Removed service ".service_locator.qsJn4qm"; reason: private alias.
Removed service ".service_locator.k81OFuv"; reason: private alias.
Removed service ".service_locator.Nfu_aR1"; reason: private alias.
Removed service ".service_locator.I5_yqe5"; reason: private alias.
Removed service ".service_locator.UfnfoeN"; reason: private alias.
Removed service ".service_locator.cDdp_ht"; reason: private alias.
Removed service ".service_locator.MNfMBAr"; reason: private alias.
Removed service ".service_locator.sNcb2d9"; reason: private alias.
Removed service ".service_locator.ihyy3T6"; reason: private alias.
Removed service ".service_locator.NeQz2ID"; reason: private alias.
Removed service ".service_locator.G0PFe6T"; reason: private alias.
Removed service ".service_locator.Uk348.m"; reason: private alias.
Removed service ".service_locator.QxgEczT"; reason: private alias.
Removed service ".service_locator.UGv_BE9"; reason: private alias.
Removed service ".service_locator.KHtKhKQ"; reason: private alias.
Removed service ".service_locator.aP1XQ7F"; reason: private alias.
Removed service ".service_locator.0lTU.yR"; reason: private alias.
Removed service ".service_locator.F0N1aLN"; reason: private alias.
Removed service ".service_locator.5CVSess"; reason: private alias.
Removed service ".service_locator.zQxXo1Y"; reason: private alias.
Removed service ".service_locator.VW6QXAh"; reason: private alias.
Removed service ".service_locator.rDeXl1y"; reason: private alias.
Removed service ".service_locator.QmXmJML"; reason: private alias.
Removed service ".service_locator.k5jwvJO"; reason: private alias.
Removed service ".service_locator.6ewYzNL"; reason: private alias.
Removed service ".service_locator.SyiOs0S"; reason: private alias.
Removed service ".service_locator.xyCdOAc"; reason: private alias.
Removed service ".service_locator.fmd9Luc"; reason: private alias.
Removed service ".service_locator.m6q95tU"; reason: private alias.
Removed service ".service_locator.YYZukBh"; reason: private alias.
Removed service ".service_locator.d6BvLDt"; reason: private alias.
Removed service ".service_locator.E2mLgr7"; reason: private alias.
Removed service ".service_locator.6B9WyMY"; reason: private alias.
Removed service ".service_locator.OAXDQQY"; reason: private alias.
Removed service ".service_locator.5c3mij8"; reason: private alias.
Removed service ".service_locator.HILmXNR"; reason: private alias.
Removed service ".service_locator.InGVllI"; reason: private alias.
Removed service ".service_locator.0iFqEhi"; reason: private alias.
Removed service ".service_locator.elneZCg"; reason: private alias.
Removed service ".service_locator.jNH1peh"; reason: private alias.
Removed service ".service_locator.vpNmwqA"; reason: private alias.
Removed service ".service_locator.FTz52HK"; reason: private alias.
Removed service ".service_locator.8JRaKCH"; reason: private alias.
Removed service ".service_locator.CReepSb"; reason: private alias.
Removed service ".service_locator.aLlo5uc"; reason: private alias.
Removed service ".service_locator.vazcZP."; reason: private alias.
Removed service ".service_locator.BYb39uk"; reason: private alias.
Removed service ".service_locator.AZkCLt4"; reason: private alias.
Removed service ".service_locator.r09JL5P"; reason: private alias.
Removed service ".service_locator.Z.2hs7E"; reason: private alias.
Removed service ".service_locator.7Kx_KIU"; reason: private alias.
Removed service ".service_locator.iQs_CLd"; reason: private alias.
Removed service ".service_locator.GQXs8w8"; reason: private alias.
Removed service ".service_locator.sKFzin."; reason: private alias.
Removed service ".service_locator.c_Regex"; reason: private alias.
Removed service ".service_locator.ExWZu7T"; reason: private alias.
Removed service ".service_locator.N4eN_xs"; reason: private alias.
Removed service ".service_locator.cUGuOtg"; reason: private alias.
Removed service ".service_locator.ELEHLXp"; reason: private alias.
Removed service ".service_locator.fatOwWi"; reason: private alias.
Removed service ".service_locator.d2rKQP2"; reason: private alias.
Removed service ".service_locator.Aj0Gf5b"; reason: private alias.
Removed service ".service_locator.vl49iAN"; reason: private alias.
Removed service ".service_locator.qA1qCDx"; reason: private alias.
Removed service ".service_locator.MzqOYRF"; reason: private alias.
Removed service ".service_locator.ZRqmI8R"; reason: private alias.
Removed service ".service_locator.CHNDgV2"; reason: private alias.
Removed service ".service_locator.hKl9P9y"; reason: private alias.
Removed service ".service_locator.GbMRURl"; reason: private alias.
Removed service ".service_locator.02GTwTf"; reason: private alias.
Removed service ".service_locator.DPH6Llq"; reason: private alias.
Removed service ".service_locator.k99YyWZ"; reason: private alias.
Removed service ".service_locator.SS.ISEi"; reason: private alias.
Removed service ".service_locator.1_1N6.1"; reason: private alias.
Removed service ".service_locator.WIW_UyR"; reason: private alias.
Removed service ".service_locator.VCabQYu"; reason: private alias.
Removed service ".service_locator.aU9VrP2"; reason: private alias.
Removed service ".service_locator.281LvHp"; reason: private alias.
Removed service ".service_locator.QaSH7t1"; reason: private alias.
Removed service ".service_locator.KhuGQzD"; reason: private alias.
Removed service ".service_locator.VJ_CYPc"; reason: private alias.
Removed service ".service_locator.tZEpyS5"; reason: private alias.
Removed service ".service_locator.ej5Q40Y"; reason: private alias.
Removed service ".service_locator.juFhtAh"; reason: private alias.
Removed service ".service_locator.kZmRxrV"; reason: private alias.
Removed service ".service_locator.FBTQeeZ"; reason: private alias.
Removed service ".service_locator.GdmZ.Vc"; reason: private alias.
Removed service ".service_locator.imBxDdL"; reason: private alias.
Removed service ".service_locator.aMlp5qg"; reason: private alias.
Removed service ".service_locator.Eg.XZYS"; reason: private alias.
Removed service ".service_locator.z2SyxAu"; reason: private alias.
Removed service ".service_locator.CLTS4py"; reason: private alias.
Removed service ".service_locator.1EPIeiW"; reason: private alias.
Removed service ".service_locator.YP2AOiA"; reason: private alias.
Removed service ".service_locator.TK_zYIX"; reason: private alias.
Removed service ".service_locator.ITHHTtA"; reason: private alias.
Removed service ".service_locator.cb8bC7Q"; reason: private alias.
Removed service ".service_locator.oP2VxOS"; reason: private alias.
Removed service ".service_locator.62z_EUx"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
193
Changed reference of service "App\EventSubscriber\LocaleSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\FormLoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\FormLoginAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\FileNumberInterface" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PdfOutputProjectPaymentReport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PdfOutputStockIssueOut" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\PdfOutputTimesheet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\TimesheetInterface\TimesheetHistoryInterface" 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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "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 ".service_locator.1MFdEc5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ny_7vIt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Yzod_2r" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.isKExuB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.J9G065u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GFDYPGB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lFUpMFp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ul_HJPh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.IULwa2M" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.87oobXQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.s1Es._J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YT9z1LG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6W6tBCs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.40ZUL8K" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YHTQreR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2oxLVCW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.08whk_S" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Im.u1Ec" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LKvrHAm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.N4M5K9X" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Qr4Biho" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zMi.RyF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.swZLO_7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ue0mZ.D" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ilB2yCH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.crG5SV6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Fz1GNwD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ur20k3S" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5Z6xmE4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.N7iU6yW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xQuCsao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mzjt3rI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yFqelFP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9siLxWA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eCXVmOU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.446yXix" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.z.wvCeJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Bw7aYX2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BKbCnzn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.POz9pSP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.25Z_4.w" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._nxlN.n" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..gT9AFe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f5mFTeo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4ziTvkH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oBgyu8V" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MtH_JP7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MJjYNE2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.H2J1_B6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JoYQE_z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JYOIYTI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D1OP1wV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.beBlIEe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xKcGDhq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hK95ndJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uvaF8Te" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ax3V71o" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZAL.1My" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._JmkaNU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..9Mwgn2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7Tp92Vw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pPc.us8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.n97TYq5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2adnHmQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yONmYuL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vDenej8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2NXlG0U" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.S27BpRm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.j.Ehezw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7ot6pXO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Hn8jLtF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.O03oLYH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gI8Wg.q" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.C6b41p2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OqFWG9V" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yA8RqDd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XZy3rGo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KuzI3fe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f4Ct4Vi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JRsO57y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PG8kGwR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4ceVP04" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.C574OTg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.nBdMbjm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9k8nSK0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0TIQmPN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mWcWzXB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iF_erfE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.GSikWaq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.nCByM33" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XHJU7M9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.i2kobjr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xUvdUqF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PUWEe2." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.I_uluvW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PYxjVPd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FJQpRUc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vARhsLu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7qqlIRs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PMFRexM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ooEa.Yv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.MNrG1ys" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RG_i3O6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D4nGOut" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LI1wy7E" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UBpStDb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.USkYPz9" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.X8uPOeg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TWMJ3R7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Icno4L2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YlTJTLS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\DisableAccessControlVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lDTAk45" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.tlxcJWW" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cbne4iu" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5QhEVaI" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.zKsvQ0k" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Wn6ng3z" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JKiZAmM" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
533
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; 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 "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddSupplierIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddSupplierIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveEndAtFromOrderIfNotStatus100Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveEndAtFromOrderIfNotStatus100Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StockArticleNrFromStockItemDescriptionToStock"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\StockArticleNrFromStockItemDescriptionToStock"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AISAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AISAbstractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AISAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AnaliticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AnaliticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AnaliticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ApiAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BranchesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BranchesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BranchesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DocumentManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DocumentManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DocumentManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmployeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Helpers\ItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\ItemGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\ItemGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Helpers\ItemGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Helpers\UnitTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Helpers\UnitTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Helpers\UnitTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighLevelAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighLevelAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\HighLevelAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InventoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\LocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiProjectOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OpenApi\OpenApiProjectOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderCostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderCostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OrderCostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaperPatternController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaperPatternController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PaperPatternController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOrderExpensesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOrderExpensesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProjectOrderExpensesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProjectOwnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProjectOwnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ProjectOwnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PurchaseRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StockItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StockItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\StockItemsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StocksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\StocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TimesheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TimesheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TimesheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UndertakingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UndertakingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UndertakingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WorkerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WorkerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\WorkerController"; 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\FilePresenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilePresenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilePresenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IphoneTestLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IphoneTestLogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IphoneTestLogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepairController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepairController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RepairController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TempRemoveableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TempRemoveableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TempRemoveableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TesterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TesterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TesterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimesheetTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimesheetTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TimesheetTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TransformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TransformationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TransformationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UsersController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatEligibilityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CertificatEligibilityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificateGroupsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CertificateGroupsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificatesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CertificatesFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CertificationAuthorityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CertificationAuthorityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CountriesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CountriesFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerCertificatesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CustomerCertificatesFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CustomerFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectOwnersFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectOwnersFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStakeholdersFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectStakeholdersFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectStatusFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectStatusFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProjectWorkersFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ProjectWorkersFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\QualificationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\QualificationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerCertificatesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\WorkerCertificatesFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\WorkerFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DoctrineSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorkerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorkerType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessAddTimesheetTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessAddTimesheetTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessRolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessRolesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessTypesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessdTeamLeadsForTimesheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessdTeamLeadsForTimesheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressTypesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrativeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdministrativeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchDepartementsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BranchDepartementsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BranchesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculationPermissionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculationPermissionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificateEligibilitiesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CertificateEligibilitiesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CertificatesGroupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CertificatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationAuthorityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CertificationAuthorityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactPersonPositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactPersonPositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CountriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateDocumentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerCertificateDocumentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificateHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerCertificateHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCertificatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerCertificatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DenemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DenemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FileNumbersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileNumbersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCategoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventoryCategoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventoryGroupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguagesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguagesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialStockedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialStockedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialUnitTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialUnitTypesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaperPatternRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaperPatternRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentMethodsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductionLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectAddendumCostsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectAddendumCostsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectBranchesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectBranchesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectExpenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectExpenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensePositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderExpensePositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExpensesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderExpensesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderExtraCostsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderExtraCostsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderFeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderFeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicePositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderInvoicePositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderInvoicesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderInvoicesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderUndertakingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderUndertakingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerContactPersonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOwnerContactPersonsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOwnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOwnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectStakeholderOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholderProjectOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectStakeholderProjectOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectStakeholdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStakeholdersTimesheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectStakeholdersTimesheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestHistoryReadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestHistoryReadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestPositionHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionHistoryReadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestPositionHistoryReadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestPositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestPositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseRequestUserFavoritesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PurchaseRequestUserFavoritesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QualificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QualificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScoopedItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScoopedItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScopedItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScopedItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssuePositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockIssuePositionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockIssueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockIssueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemCategoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockItemCategoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockItemGroupsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockMaterialsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockMaterialsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransactionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockTransactionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StocksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StorageLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierProductsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SuppliersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM1Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM1Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM2Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM2Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM3Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM3Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM4Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM4Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM5Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM5Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM6Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM6Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM7Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM7Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM8Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM8Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM9Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM9Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM10Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM10Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM11Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM11Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetM12Repository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetM12Repository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetManagerRolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetManagerRolesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimesheetsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TimesheetsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UnitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAppSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAppSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCalculationPermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserCalculationPermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPositionsGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPositionsRepository"; 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\UserRightModulesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRightModulesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightModulesSectionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRightModulesSectionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsModuleSectionRightsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRightsModuleSectionRightsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRightsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRightsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRolesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScoopedItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserScoopedItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserScopedItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserScopedItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VouchersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VouchersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehousesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehousesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerActivitiesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerActivitiesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateDocumentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerCertificateDocumentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificateHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerCertificateHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerCertificatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerCertificatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerInProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerInProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerTimesheetHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetPaymentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerTimesheetPaymentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkerTimesheetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkerTimesheetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\YRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DisableAccessControlVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\DisableAccessControlVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\UserRightsInterface"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\UserRightsInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\UserRightsInterface"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Serializer\Normalizer\DateTimeNormalizer"; reason: abstract.
104
Removed service "App\Controller\ModulesAccessTypes"; reason: unused.
Removed service "App\Doctrine\Type\CalculationTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\PurchaseRequestStatusTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\PurchaseRequestViewModeEnum"; reason: unused.
Removed service "App\Doctrine\Type\StockMovementTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\StockTransactionTypeEnum"; reason: unused.
Removed service "App\Service\CollectionSerializerService"; reason: unused.
Removed service "App\Service\PDFMaker\PDFOutputFormats"; reason: unused.
Removed service "App\Service\TimesheetService"; reason: unused.
Removed service "App\Service\UserRightAction"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; 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.storage.factory.service"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "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 ".1_ServiceLocator~h9sIW4V"; 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 "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "symfonycasts.verify_email.token_generator"; reason: unused.
Removed service "symfonycasts.verify_email.query_utility"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer_factory"; reason: unused.
Removed service "symfonycasts.verify_email.uri_signer"; reason: unused.
Removed service "symfonycasts.verify_email.helper"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service ".service_locator.CnLqXxy"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
364
Inlined service ".service_locator.lDTAk45.App\Controller\Api\AISAbstractController" to "App\Controller\Api\AISAbstractController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\AddressController" to "App\Controller\Api\AddressController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\AnaliticController" to "App\Controller\Api\AnaliticController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\ApiAuthController" to "App\Controller\Api\ApiAuthController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\BranchesController" to "App\Controller\Api\BranchesController".
Inlined service ".service_locator.tlxcJWW.App\Controller\Api\CustomerController" to "App\Controller\Api\CustomerController".
Inlined service ".service_locator.cbne4iu.App\Controller\Api\DocumentManagerController" to "App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\EmployeeController" to "App\Controller\Api\EmployeeController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\ErrorController" to "App\Controller\Api\ErrorController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\Helpers\ItemCategoryController" to "App\Controller\Api\Helpers\ItemCategoryController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\Helpers\ItemGroupController" to "App\Controller\Api\Helpers\ItemGroupController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\Helpers\UnitTypesController" to "App\Controller\Api\Helpers\UnitTypesController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\HighLevelAccessController" to "App\Controller\Api\HighLevelAccessController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\InventoryController" to "App\Controller\Api\InventoryController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\InvoiceController" to "App\Controller\Api\InvoiceController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\LocationsController" to "App\Controller\Api\LocationsController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\MaterialController" to "App\Controller\Api\MaterialController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\OpenApi\OpenApiProjectOrdersController" to "App\Controller\Api\OpenApi\OpenApiProjectOrdersController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\OrderCostController" to "App\Controller\Api\OrderCostController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\OrdersController" to "App\Controller\Api\OrdersController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\PaperPatternController" to "App\Controller\Api\PaperPatternController".
Inlined service ".service_locator.5QhEVaI.App\Controller\Api\ProjectController" to "App\Controller\Api\ProjectController".
Inlined service ".service_locator.zKsvQ0k.App\Controller\Api\ProjectOrderExpensesController" to "App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\ProjectOwnerController" to "App\Controller\Api\ProjectOwnerController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\PurchaseRequestController" to "App\Controller\Api\PurchaseRequestController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\SourceController" to "App\Controller\Api\SourceController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\StockItemsController" to "App\Controller\Api\StockItemsController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\StocksController" to "App\Controller\Api\StocksController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\SupplierController" to "App\Controller\Api\SupplierController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\TestController" to "App\Controller\Api\TestController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\TimesheetController" to "App\Controller\Api\TimesheetController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\UndertakingController" to "App\Controller\Api\UndertakingController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\UserProfileController" to "App\Controller\Api\UserProfileController".
Inlined service ".service_locator.lDTAk45.App\Controller\Api\VoucherController" to "App\Controller\Api\VoucherController".
Inlined service ".service_locator.Wn6ng3z.App\Controller\Api\WorkerController" to "App\Controller\Api\WorkerController".
Inlined service ".service_locator.lDTAk45.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.lDTAk45.App\Controller\FilePresenterController" to "App\Controller\FilePresenterController".
Inlined service ".service_locator.lDTAk45.App\Controller\IphoneTestLogsController" to "App\Controller\IphoneTestLogsController".
Inlined service ".service_locator.lDTAk45.App\Controller\LanguagesController" to "App\Controller\LanguagesController".
Inlined service ".service_locator.lDTAk45.App\Controller\LayoutController" to "App\Controller\LayoutController".
Inlined service ".service_locator.lDTAk45.App\Controller\RepairController" to "App\Controller\RepairController".
Inlined service ".service_locator.lDTAk45.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.lDTAk45.App\Controller\TempRemoveableController" to "App\Controller\TempRemoveableController".
Inlined service ".service_locator.lDTAk45.App\Controller\TesterController" to "App\Controller\TesterController".
Inlined service ".service_locator.lDTAk45.App\Controller\TimesheetTestController" to "App\Controller\TimesheetTestController".
Inlined service ".service_locator.lDTAk45.App\Controller\TransformationController" to "App\Controller\TransformationController".
Inlined service ".service_locator.JKiZAmM.App\Controller\TranslationController" to "App\Controller\TranslationController".
Inlined service ".service_locator.lDTAk45.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.lDTAk45.App\Controller\UsersController" to "App\Controller\UsersController".
Inlined service "App\Service\FileNumberErrorInterface" to "App\Service\FileNumberInterface".
Inlined service "App\Service\ContentReplaceInterface" to "App\Service\PDFMaker\ProjectOrderExpensePDFMarkerInterface".
Inlined service ".service_locator.lDTAk45.App\Service\UserRightsInterface" to "App\Service\UserRightsInterface".
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.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.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.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" 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.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "App\Serializer\CircularReferenceHandler" to "serializer.normalizer.object".
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 "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" 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.D8rdBwM" 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.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" 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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "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.iFG8jSu" to "doctrine.dbal.default_connection.event_manager".
Inlined service "App\Doctrine\Platform\CustomMySQL57Platform" to "doctrine.dbal.default_connection".
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.4CZpBpV" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "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.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
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.request_matcher.QwYG802" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service ".service_locator.tl8I8bj" to "security.authenticator.firewall_aware_remember_me_handler".
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.user_checker" to "security.listener.user_checker.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vlE3OQG" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sluggable".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CertificatEligibilityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CertificateGroupsFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CertificatesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CertificationAuthorityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CountriesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CustomerCertificatesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CustomerFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectOwnersFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectStakeholdersFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectStatusFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ProjectWorkersFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\QualificationFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\WorkerCertificatesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\WorkerFixtures" to "doctrine.fixtures.loader".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
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_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\DisableAccessControlVoter" to "debug.security.voter.App\Security\DisableAccessControlVoter".
Inlined service ".service_locator.tlxcJWW" to ".service_locator.tlxcJWW.App\Controller\Api\CustomerController".
Inlined service ".service_locator.cbne4iu" to ".service_locator.cbne4iu.App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.5QhEVaI" to ".service_locator.5QhEVaI.App\Controller\Api\ProjectController".
Inlined service ".service_locator.zKsvQ0k" to ".service_locator.zKsvQ0k.App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.Wn6ng3z" to ".service_locator.Wn6ng3z.App\Controller\Api\WorkerController".
Inlined service ".service_locator.JKiZAmM" to ".service_locator.JKiZAmM.App\Controller\TranslationController".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.VhiEpeB" to ".service_locator.VhiEpeB.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.QI.xLgK" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.VhiEpeB.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.validator", but was never used.