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 symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\JsonEntryPoint" service.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\AbstractCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\DualLoginAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Api\Service\ProfilerService" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Api\Service\AuthService" service.
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\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\ModuleAccessVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\ModuleAccessVoter" 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.
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.
"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, t0.notification_preferences AS notification_preferences_12, t0.email_signature AS email_signature_13, t14.id AS id_15, t14.name AS name_16, t14.surname AS surname_17, t14.entry_at AS entry_at_18, t14.exit_at AS exit_at_19, t14.birthday_at AS birthday_at_20, t14.slug AS slug_21, t14.daily_work_time AS daily_work_time_22, t14.cost_per_hour AS cost_per_hour_23, t14.personal_id AS personal_id_24, t14.created_at AS created_at_25, t14.tel AS tel_26, t14.uiid AS uiid_27, t14.profile_image AS profile_image_28, t14.email AS email_29, t14.user_id AS user_id_30, t0.user_position_id AS user_position_id_31 FROM user t0 LEFT JOIN worker t14 ON t14.user_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 29]
, 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, t0.notification_preferences AS notification_preferences_12, t0.email_signature AS email_signature_13, t14.id AS id_15, t14.name AS name_16, t14.surname AS surname_17, t14.entry_at AS entry_at_18, t14.exit_at AS exit_at_19, t14.birthday_at AS birthday_at_20, t14.slug AS slug_21, t14.daily_work_time AS daily_work_time_22, t14.cost_per_hour AS cost_per_hour_23, t14.personal_id AS personal_id_24, t14.created_at AS created_at_25, t14.tel AS tel_26, t14.uiid AS uiid_27, t14.profile_image AS profile_image_28, t14.email AS email_29, t14.user_id AS user_id_30, t0.user_position_id AS user_position_id_31 FROM user t0 LEFT JOIN worker t14 ON t14.user_id = t0.id WHERE t0.id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
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.color AS color_3 FROM project_classify t0 WHERE t0.name = ? LIMIT 1"
(parameters:
[1 => "active"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM project_classify t0 WHERE t0.name = ? LIMIT 1"
"params" => [1 => "active"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.entry_at AS entry_at_2, t0.exit_at AS exit_at_3, t0.created_at AS created_at_4, t0.guest AS guest_5, t0.is_kpi_responsible AS is_kpi_responsible_6, t0.termination_reason AS termination_reason_7, t0.hourly_rate AS hourly_rate_8, t0.daily_working_hours AS daily_working_hours_9, t0.worker_id AS worker_id_10, t0.partner_id AS partner_id_11, t0.user_id AS user_id_12 FROM worker_activities t0 WHERE t0.user_id = ? ORDER BY t0.id ASC"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.entry_at AS entry_at_2, t0.exit_at AS exit_at_3, t0.created_at AS created_at_4, t0.guest AS guest_5, t0.is_kpi_responsible AS is_kpi_responsible_6, t0.termination_reason AS termination_reason_7, t0.hourly_rate AS hourly_rate_8, t0.daily_working_hours AS daily_working_hours_9, t0.worker_id AS worker_id_10, t0.partner_id AS partner_id_11, t0.user_id AS user_id_12 FROM worker_activities t0 WHERE t0.user_id = ? ORDER BY t0.id ASC"
"params" => [1 => 29]
"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 => 29]
, 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 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.start_at AS start_at_2, p0_.end_at AS end_at_3, p0_.created_at AS created_at_4, p0_.project_id AS project_id_5, p0_.qr_code AS qr_code_6, p0_.address AS address_7, p0_.longitude AS longitude_8, p0_.latitude AS latitude_9, p0_.scan_distance AS scan_distance_10, p0_.reward_time AS reward_time_11, p0_.work_pause AS work_pause_12, p0_.working_time_start AS working_time_start_13, p0_.working_time_stop AS working_time_stop_14, p0_.code_postal AS code_postal_15, p0_.town AS town_16, p0_.is_archived AS is_archived_17, p0_.is_recycle AS is_recycle_18, p0_.type AS type_19, p0_.owner_id AS owner_id_20, p0_.country_id AS country_id_21, p0_.invoice_type_id AS invoice_type_id_22, p0_.classify_id AS classify_id_23 FROM projects p0_ WHERE p0_.classify_id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.start_at AS start_at_2, p0_.end_at AS end_at_3, p0_.created_at AS created_at_4, p0_.project_id AS project_id_5, p0_.qr_code AS qr_code_6, p0_.address AS address_7, p0_.longitude AS longitude_8, p0_.latitude AS latitude_9, p0_.scan_distance AS scan_distance_10, p0_.reward_time AS reward_time_11, p0_.work_pause AS work_pause_12, p0_.working_time_start AS working_time_start_13, p0_.working_time_stop AS working_time_stop_14, p0_.code_postal AS code_postal_15, p0_.town AS town_16, p0_.is_archived AS is_archived_17, p0_.is_recycle AS is_recycle_18, p0_.type AS type_19, p0_.owner_id AS owner_id_20, p0_.country_id AS country_id_21, p0_.invoice_type_id AS invoice_type_id_22, p0_.classify_id AS classify_id_23 FROM projects p0_ WHERE p0_.classify_id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 9]
"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 => 9]
, 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 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 11]
"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 => 11]
, 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 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM project_status t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM project_status t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 12]
"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 => 12]
, 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 => 12]
"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 => 16]
, 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 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 17]
"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 => 17]
, 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 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 27]
"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 => 27]
, 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 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 27]
"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 => 39]
, 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 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 42]
"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 => 42]
, 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 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 45]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 45]
"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 => 45]
, 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 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 45]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 47]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 47]
"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 => 47]
, 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 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 47]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 48]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 48]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 48]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 48]
"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 => 48]
, 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 => 48]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 49]
"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 => 49]
, 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 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"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]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 53]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 56]
"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 => 56]
, 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 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 59]
"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 => 59]
, 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 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 60]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 60]
"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 => 60]
, 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 => 60]
"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 => 62]
, 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 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 60]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 60]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 62]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 64]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 64]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 62]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 64]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 64]
"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 => 64]
, 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 => 64]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
(parameters:
[1 => 65]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.spent_hours AS spent_hours_2, t0.spent_costs AS spent_costs_3, t0.expenses AS expenses_4, t0.half_finished AS half_finished_5, t0.backlog AS backlog_6, t0.contribution_margin AS contribution_margin_7, t0.finance_total AS finance_total_8, t0.progress AS progress_9, t0.open_invoices AS open_invoices_10, t0.received_invoices AS received_invoices_11, t0.total_invoices AS total_invoices_12, t0.open_undertakings AS open_undertakings_13, t0.received_undertakings AS received_undertakings_14, t0.total_undertakings AS total_undertakings_15, t0.stock_expenses AS stock_expenses_16, t0.total_billings AS total_billings_17, t0.open_billings AS open_billings_18, t0.paid_billings AS paid_billings_19, t0.project_id AS project_id_20 FROM project_metrics t0 WHERE t0.project_id = ?"
"params" => [1 => 65]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
(parameters:
[1 => 65]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.material_budget AS material_budget_2, t0.timesheet_budget AS timesheet_budget_3, t0.target_profit AS target_profit_4, t0.project_id AS project_id_5 FROM project_settings t0 WHERE t0.project_id = ?"
"params" => [1 => 65]
"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 => 65]
, 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 => 65]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 9]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 9]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 9]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.severity AS severity_4 FROM invoice_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.severity AS severity_4 FROM invoice_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 11]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 12]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.severity AS severity_4 FROM invoice_type t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.severity AS severity_4 FROM invoice_type t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 16]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 17]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 27]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 39]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 42]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 45]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 12]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 12]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 45]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 47]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 47]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 48]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 48]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 48]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 48]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 49]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 49]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 49]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 53]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 53]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 53]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 56]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 59]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 60]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 60]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 60]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 60]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 62]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 62]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 62]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 64]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 64]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 64]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 64]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
(parameters:
[1 => 65]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.branch_location_id AS branch_location_id_4 FROM branches t0 INNER JOIN projects_branches ON t0.id = projects_branches.branches_id WHERE projects_branches.projects_id = ?"
"params" => [1 => 65]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
(parameters:
[1 => 14]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.company AS company_2, t0.city AS city_3, t0.country_id AS country_id_4 FROM project_owner t0 WHERE t0.id = ?"
"params" => [1 => 14]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.order_nr AS order_nr_2, t0.order_description AS order_description_3, t0.order_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
(parameters:
[1 => 65]
, 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_price AS order_price_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 material_budget_13, t0.timesheet_budget AS timesheet_budget_14, t0.target_profit AS target_profit_15, t0.created_at AS created_at_16, t0.plan_rating AS plan_rating_17, t0.project_id AS project_id_18, t0.contact_person_id AS contact_person_id_19, t0.author_id AS author_id_20, t0.invoice_type_id AS invoice_type_id_21, t0.order_primary_lead_id AS order_primary_lead_id_22, t0.order_branch_id AS order_branch_id_23, t0.branch_department_id AS branch_department_id_24, t25.id AS id_26, t25.spent_hours AS spent_hours_27, t25.spent_costs AS spent_costs_28, t25.expenses AS expenses_29, t25.half_finished AS half_finished_30, t25.backlog AS backlog_31, t25.contribution_margin AS contribution_margin_32, t25.stock_expenses AS stock_expenses_33, t25.progress AS progress_34, t25.open_invoices AS open_invoices_35, t25.received_invoices AS received_invoices_36, t25.total_invoices AS total_invoices_37, t25.open_undertakings AS open_undertakings_38, t25.received_undertakings AS received_undertakings_39, t25.total_undertakings AS total_undertakings_40, t25.order_progress AS order_progress_41, t25.total_billings AS total_billings_42, t25.open_billings AS open_billings_43, t25.paid_billings AS paid_billings_44, t25.project_order_id AS project_order_id_45, t0.works_plan_id AS works_plan_id_46 FROM project_orders t0 LEFT JOIN project_order_metrics t25 ON t25.project_order_id = t0.id WHERE t0.project_id = ?"
"params" => [1 => 65]
"types" => [1 => 1]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_main"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
[
"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-v2' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "erp-v2"
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-v2"
2 => "erp-v2"
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
"""
Log messages generated during the compilation of the service container.
Messages
Class
728
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BillingMigrationCommand" (parent: .abstract.instanceof.App\Command\BillingMigrationCommand).
Resolving inheritance for "App\Command\BillingMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BillingMigrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAccountingStatus" (parent: .abstract.instanceof.App\Command\CMDAccountingStatus).
Resolving inheritance for "App\Command\CMDAccountingStatus" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAccountingStatus).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAddSupplierIdCommand" (parent: .abstract.instanceof.App\Command\CMDAddSupplierIdCommand).
Resolving inheritance for "App\Command\CMDAddSupplierIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAddSupplierIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDBillingsRepair" (parent: .abstract.instanceof.App\Command\CMDBillingsRepair).
Resolving inheritance for "App\Command\CMDBillingsRepair" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDBillingsRepair).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDConnectToExchange" (parent: .abstract.instanceof.App\Command\CMDConnectToExchange).
Resolving inheritance for "App\Command\CMDConnectToExchange" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDConnectToExchange).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateAppIcon" (parent: .abstract.instanceof.App\Command\CMDCreateAppIcon).
Resolving inheritance for "App\Command\CMDCreateAppIcon" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateAppIcon).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectMetrics" (parent: .abstract.instanceof.App\Command\CMDCreateProjectMetrics).
Resolving inheritance for "App\Command\CMDCreateProjectMetrics" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectMetrics).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectOrderMetrics" (parent: .abstract.instanceof.App\Command\CMDCreateProjectOrderMetrics).
Resolving inheritance for "App\Command\CMDCreateProjectOrderMetrics" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectOrderMetrics).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateReactComponent" (parent: .abstract.instanceof.App\Command\CMDCreateReactComponent).
Resolving inheritance for "App\Command\CMDCreateReactComponent" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateReactComponent).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateUser" (parent: .abstract.instanceof.App\Command\CMDCreateUser).
Resolving inheritance for "App\Command\CMDCreateUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateUser).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDExpenseDocRepair" (parent: .abstract.instanceof.App\Command\CMDExpenseDocRepair).
Resolving inheritance for "App\Command\CMDExpenseDocRepair" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDExpenseDocRepair).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDMailSent" (parent: .abstract.instanceof.App\Command\CMDMailSent).
Resolving inheritance for "App\Command\CMDMailSent" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDMailSent).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpSeed" (parent: .abstract.instanceof.App\Command\CMDPagesHelpSeed).
Resolving inheritance for "App\Command\CMDPagesHelpSeed" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpSeed).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpTranslate" (parent: .abstract.instanceof.App\Command\CMDPagesHelpTranslate).
Resolving inheritance for "App\Command\CMDPagesHelpTranslate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpTranslate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDProjectOrderSpentValuesMoveToMetrics" (parent: .abstract.instanceof.App\Command\CMDProjectOrderSpentValuesMoveToMetrics).
Resolving inheritance for "App\Command\CMDProjectOrderSpentValuesMoveToMetrics" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDProjectOrderSpentValuesMoveToMetrics).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command" (parent: .abstract.instanceof.App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command).
Resolving inheritance for "App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRepairStockIssues" (parent: .abstract.instanceof.App\Command\CMDRepairStockIssues).
Resolving inheritance for "App\Command\CMDRepairStockIssues" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRepairStockIssues).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDStockArticleNrFromStockItemDescriptionToStock" (parent: .abstract.instanceof.App\Command\CMDStockArticleNrFromStockItemDescriptionToStock).
Resolving inheritance for "App\Command\CMDStockArticleNrFromStockItemDescriptionToStock" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDStockArticleNrFromStockItemDescriptionToStock).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTest" (parent: .abstract.instanceof.App\Command\CMDTest).
Resolving inheritance for "App\Command\CMDTest" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTest).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTimesheetMovement" (parent: .abstract.instanceof.App\Command\CMDTimesheetMovement).
Resolving inheritance for "App\Command\CMDTimesheetMovement" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTimesheetMovement).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerDuplicateRepair" (parent: .abstract.instanceof.App\Command\CMDWorkerDuplicateRepair).
Resolving inheritance for "App\Command\CMDWorkerDuplicateRepair" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerDuplicateRepair).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerHourlyRate" (parent: .abstract.instanceof.App\Command\CMDWorkerHourlyRate).
Resolving inheritance for "App\Command\CMDWorkerHourlyRate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerHourlyRate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanBindTest" (parent: .abstract.instanceof.App\Command\CMDWorksPlanBindTest).
Resolving inheritance for "App\Command\CMDWorksPlanBindTest" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanBindTest).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanDumpResponse" (parent: .abstract.instanceof.App\Command\CMDWorksPlanDumpResponse).
Resolving inheritance for "App\Command\CMDWorksPlanDumpResponse" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanDumpResponse).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanEndAtTest" (parent: .abstract.instanceof.App\Command\CMDWorksPlanEndAtTest).
Resolving inheritance for "App\Command\CMDWorksPlanEndAtTest" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanEndAtTest).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanRenderGantt" (parent: .abstract.instanceof.App\Command\CMDWorksPlanRenderGantt).
Resolving inheritance for "App\Command\CMDWorksPlanRenderGantt" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanRenderGantt).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DBMigrate" (parent: .abstract.instanceof.App\Command\DBMigrate).
Resolving inheritance for "App\Command\DBMigrate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DBMigrate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugOrderSummaryCommand" (parent: .abstract.instanceof.App\Command\DebugOrderSummaryCommand).
Resolving inheritance for "App\Command\DebugOrderSummaryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugOrderSummaryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PermissionsAuditCommand" (parent: .abstract.instanceof.App\Command\PermissionsAuditCommand).
Resolving inheritance for "App\Command\PermissionsAuditCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PermissionsAuditCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyOrderCleanupCommand" (parent: .abstract.instanceof.App\Command\VerifyOrderCleanupCommand).
Resolving inheritance for "App\Command\VerifyOrderCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyOrderCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\relased\CMDMigrateAddressesToLocations" (parent: .abstract.instanceof.App\Command\relased\CMDMigrateAddressesToLocations).
Resolving inheritance for "App\Command\relased\CMDMigrateAddressesToLocations" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\relased\CMDMigrateAddressesToLocations).
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\AccountingController" (parent: .abstract.instanceof.App\Controller\Api\AccountingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountingController).
Resolving inheritance for "App\Controller\Api\AccountingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountingController).
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\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\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\Archive\OpenApiProjectOrdersController" (parent: .abstract.instanceof.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController).
Resolving inheritance for "App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController).
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\OpenApi\OpenApiSecurity" (parent: .abstract.instanceof.App\Controller\Api\OpenApi\OpenApiSecurity).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiSecurity" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OpenApi\OpenApiSecurity).
Resolving inheritance for "App\Controller\Api\OpenApi\OpenApiSecurity" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiSecurity).
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\PartnerController" (parent: .abstract.instanceof.App\Controller\Api\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PartnerController).
Resolving inheritance for "App\Controller\Api\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnerController).
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\Api\v3\AccessModuleController" (parent: .abstract.instanceof.App\Controller\Api\v3\AccessModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccessModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AccessModuleController).
Resolving inheritance for "App\Controller\Api\v3\AccessModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccessModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AccountingController" (parent: .abstract.instanceof.App\Controller\Api\v3\AccountingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccountingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AccountingController).
Resolving inheritance for "App\Controller\Api\v3\AccountingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccountingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AuthController" (parent: .abstract.instanceof.App\Controller\Api\v3\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AuthController).
Resolving inheritance for "App\Controller\Api\v3\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BillingController" (parent: .abstract.instanceof.App\Controller\Api\v3\BillingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BillingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BillingController).
Resolving inheritance for "App\Controller\Api\v3\BillingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BillingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BranchController" (parent: .abstract.instanceof.App\Controller\Api\v3\BranchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BranchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BranchController).
Resolving inheritance for "App\Controller\Api\v3\BranchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BranchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\CustomerController" (parent: .abstract.instanceof.App\Controller\Api\v3\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\CustomerController).
Resolving inheritance for "App\Controller\Api\v3\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeActivityController" (parent: .abstract.instanceof.App\Controller\Api\v3\EmployeeActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeActivityController).
Resolving inheritance for "App\Controller\Api\v3\EmployeeActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeController" (parent: .abstract.instanceof.App\Controller\Api\v3\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeController).
Resolving inheritance for "App\Controller\Api\v3\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseController" (parent: .abstract.instanceof.App\Controller\Api\v3\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseController).
Resolving inheritance for "App\Controller\Api\v3\ExpenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseSettingsController" (parent: .abstract.instanceof.App\Controller\Api\v3\ExpenseSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseSettingsController).
Resolving inheritance for "App\Controller\Api\v3\ExpenseSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\InvoiceController" (parent: .abstract.instanceof.App\Controller\Api\v3\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\InvoiceController).
Resolving inheritance for "App\Controller\Api\v3\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\MaterialController" (parent: .abstract.instanceof.App\Controller\Api\v3\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\MaterialController).
Resolving inheritance for "App\Controller\Api\v3\MaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NormController" (parent: .abstract.instanceof.App\Controller\Api\v3\NormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NormController).
Resolving inheritance for "App\Controller\Api\v3\NormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OpenAIController" (parent: .abstract.instanceof.App\Controller\Api\v3\OpenAIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OpenAIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OpenAIController).
Resolving inheritance for "App\Controller\Api\v3\OpenAIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OpenAIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OrderTaskFulfillmentController" (parent: .abstract.instanceof.App\Controller\Api\v3\OrderTaskFulfillmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OrderTaskFulfillmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OrderTaskFulfillmentController).
Resolving inheritance for "App\Controller\Api\v3\OrderTaskFulfillmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OrderTaskFulfillmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PagesHelpController" (parent: .abstract.instanceof.App\Controller\Api\v3\PagesHelpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PagesHelpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PagesHelpController).
Resolving inheritance for "App\Controller\Api\v3\PagesHelpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PagesHelpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PartnerController" (parent: .abstract.instanceof.App\Controller\Api\v3\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PartnerController).
Resolving inheritance for "App\Controller\Api\v3\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProfilerController" (parent: .abstract.instanceof.App\Controller\Api\v3\ProfilerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProfilerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProfilerController).
Resolving inheritance for "App\Controller\Api\v3\ProfilerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProfilerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectController" (parent: .abstract.instanceof.App\Controller\Api\v3\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectController).
Resolving inheritance for "App\Controller\Api\v3\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectOrderController" (parent: .abstract.instanceof.App\Controller\Api\v3\ProjectOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectOrderController).
Resolving inheritance for "App\Controller\Api\v3\ProjectOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ReferenceController" (parent: .abstract.instanceof.App\Controller\Api\v3\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ReferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ReferenceController).
Resolving inheritance for "App\Controller\Api\v3\ReferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\SuppliersController" (parent: .abstract.instanceof.App\Controller\Api\v3\SuppliersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SuppliersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\SuppliersController).
Resolving inheritance for "App\Controller\Api\v3\SuppliersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SuppliersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TestController" (parent: .abstract.instanceof.App\Controller\Api\v3\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TestController).
Resolving inheritance for "App\Controller\Api\v3\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TimesheetController" (parent: .abstract.instanceof.App\Controller\Api\v3\TimesheetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TimesheetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TimesheetController).
Resolving inheritance for "App\Controller\Api\v3\TimesheetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TimesheetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TodoController" (parent: .abstract.instanceof.App\Controller\Api\v3\TodoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TodoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TodoController).
Resolving inheritance for "App\Controller\Api\v3\TodoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TodoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\UserController" (parent: .abstract.instanceof.App\Controller\Api\v3\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\UserController).
Resolving inheritance for "App\Controller\Api\v3\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\VendorController" (parent: .abstract.instanceof.App\Controller\Api\v3\VendorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\VendorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\VendorController).
Resolving inheritance for "App\Controller\Api\v3\VendorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\VendorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\WorksPlanController" (parent: .abstract.instanceof.App\Controller\Api\v3\WorksPlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\WorksPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\WorksPlanController).
Resolving inheritance for "App\Controller\Api\v3\WorksPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\WorksPlanController).
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\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\AbstractFixtures" (parent: .abstract.instanceof.App\DataFixtures\AbstractFixtures).
Resolving inheritance for "App\DataFixtures\AbstractFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AbstractFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccessModulesFixtures" (parent: .abstract.instanceof.App\DataFixtures\AccessModulesFixtures).
Resolving inheritance for "App\DataFixtures\AccessModulesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccessModulesFixtures).
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\GroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\GroupFixtures).
Resolving inheritance for "App\DataFixtures\GroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\GroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ReferenceFixtures" (parent: .abstract.instanceof.App\DataFixtures\ReferenceFixtures).
Resolving inheritance for "App\DataFixtures\ReferenceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ReferenceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RepairFixtures" (parent: .abstract.instanceof.App\DataFixtures\RepairFixtures).
Resolving inheritance for "App\DataFixtures\RepairFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RepairFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures" (parent: .abstract.instanceof.App\DataFixtures\SettingsFixtures).
Resolving inheritance for "App\DataFixtures\SettingsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SyntheticFixtures" (parent: .abstract.instanceof.App\DataFixtures\SyntheticFixtures).
Resolving inheritance for "App\DataFixtures\SyntheticFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SyntheticFixtures).
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\PartnerType" (parent: .abstract.instanceof.App\Form\PartnerType).
Resolving inheritance for "App\Form\PartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType).
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\AccessModuleSectionsRepository" (parent: .abstract.instanceof.App\Repository\AccessModuleSectionsRepository).
Resolving inheritance for "App\Repository\AccessModuleSectionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessModuleSectionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessModulesRepository" (parent: .abstract.instanceof.App\Repository\AccessModulesRepository).
Resolving inheritance for "App\Repository\AccessModulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessModulesRepository).
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\BranchDepartmentsRepository" (parent: .abstract.instanceof.App\Repository\BranchDepartmentsRepository).
Resolving inheritance for "App\Repository\BranchDepartmentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchDepartmentsRepository).
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\ContractTypesRepository" (parent: .abstract.instanceof.App\Repository\ContractTypesRepository).
Resolving inheritance for "App\Repository\ContractTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractTypesRepository).
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\CustomerEducationRepository" (parent: .abstract.instanceof.App\Repository\CustomerEducationRepository).
Resolving inheritance for "App\Repository\CustomerEducationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerEducationRepository).
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\ExpenseSettingsRepository" (parent: .abstract.instanceof.App\Repository\ExpenseSettingsRepository).
Resolving inheritance for "App\Repository\ExpenseSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseSettingsRepository).
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\InvoiceApprovalStatusRepository" (parent: .abstract.instanceof.App\Repository\InvoiceApprovalStatusRepository).
Resolving inheritance for "App\Repository\InvoiceApprovalStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceApprovalStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMetricsRepository" (parent: .abstract.instanceof.App\Repository\InvoiceMetricsRepository).
Resolving inheritance for "App\Repository\InvoiceMetricsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMetricsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentStatusRepository" (parent: .abstract.instanceof.App\Repository\InvoicePaymentStatusRepository).
Resolving inheritance for "App\Repository\InvoicePaymentStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePositionsRepository" (parent: .abstract.instanceof.App\Repository\InvoicePositionsRepository).
Resolving inheritance for "App\Repository\InvoicePositionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePositionsRepository).
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\InvoicesRepository" (parent: .abstract.instanceof.App\Repository\InvoicesRepository).
Resolving inheritance for "App\Repository\InvoicesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicesRepository).
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\NormRepository" (parent: .abstract.instanceof.App\Repository\NormRepository).
Resolving inheritance for "App\Repository\NormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesHelpRepository" (parent: .abstract.instanceof.App\Repository\PagesHelpRepository).
Resolving inheritance for "App\Repository\PagesHelpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesHelpRepository).
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\PartnerCertificateDocumentsRepository" (parent: .abstract.instanceof.App\Repository\PartnerCertificateDocumentsRepository).
Resolving inheritance for "App\Repository\PartnerCertificateDocumentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificateDocumentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificateHistoriesRepository" (parent: .abstract.instanceof.App\Repository\PartnerCertificateHistoriesRepository).
Resolving inheritance for "App\Repository\PartnerCertificateHistoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificateHistoriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificatesRepository" (parent: .abstract.instanceof.App\Repository\PartnerCertificatesRepository).
Resolving inheritance for "App\Repository\PartnerCertificatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository" (parent: .abstract.instanceof.App\Repository\PartnerRepository).
Resolving inheritance for "App\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentCurrencyTypesRepository" (parent: .abstract.instanceof.App\Repository\PaymentCurrencyTypesRepository).
Resolving inheritance for "App\Repository\PaymentCurrencyTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentCurrencyTypesRepository).
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\ProductCatalogRepository" (parent: .abstract.instanceof.App\Repository\ProductCatalogRepository).
Resolving inheritance for "App\Repository\ProductCatalogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCatalogRepository).
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\ProjectAIReportsRepository" (parent: .abstract.instanceof.App\Repository\ProjectAIReportsRepository).
Resolving inheritance for "App\Repository\ProjectAIReportsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectAIReportsRepository).
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\ProjectClassifyRepository" (parent: .abstract.instanceof.App\Repository\ProjectClassifyRepository).
Resolving inheritance for "App\Repository\ProjectClassifyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectClassifyRepository).
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\ProjectMetricsRepository" (parent: .abstract.instanceof.App\Repository\ProjectMetricsRepository).
Resolving inheritance for "App\Repository\ProjectMetricsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectMetricsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingMetricsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderBillingMetricsRepository).
Resolving inheritance for "App\Repository\ProjectOrderBillingMetricsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingMetricsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderBillingsRepository).
Resolving inheritance for "App\Repository\ProjectOrderBillingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingsRepository).
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\ProjectOrderMetricsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderMetricsRepository).
Resolving inheritance for "App\Repository\ProjectOrderMetricsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderMetricsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentRepository).
Resolving inheritance for "App\Repository\ProjectOrderTaskFulfillmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository).
Resolving inheritance for "App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskJobsRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTaskJobsRepository).
Resolving inheritance for "App\Repository\ProjectOrderTaskJobsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskJobsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTasksRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTasksRepository).
Resolving inheritance for "App\Repository\ProjectOrderTasksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTasksRepository).
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\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\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\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\SupplierContactPersonsRepository" (parent: .abstract.instanceof.App\Repository\SupplierContactPersonsRepository).
Resolving inheritance for "App\Repository\SupplierContactPersonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierContactPersonsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierEducationRepository" (parent: .abstract.instanceof.App\Repository\SupplierEducationRepository).
Resolving inheritance for "App\Repository\SupplierEducationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierEducationRepository).
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\SupplierProductFrameworkContractRepository" (parent: .abstract.instanceof.App\Repository\SupplierProductFrameworkContractRepository).
Resolving inheritance for "App\Repository\SupplierProductFrameworkContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductFrameworkContractRepository).
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\TaskFulfillmentReasonsRepository" (parent: .abstract.instanceof.App\Repository\TaskFulfillmentReasonsRepository).
Resolving inheritance for "App\Repository\TaskFulfillmentReasonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskFulfillmentReasonsRepository).
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\TodosRepository" (parent: .abstract.instanceof.App\Repository\TodosRepository).
Resolving inheritance for "App\Repository\TodosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TodosRepository).
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\UserModulePermissionsRepository" (parent: .abstract.instanceof.App\Repository\UserModulePermissionsRepository).
Resolving inheritance for "App\Repository\UserModulePermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModulePermissionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleSectionPermissionsRepository" (parent: .abstract.instanceof.App\Repository\UserModuleSectionPermissionsRepository).
Resolving inheritance for "App\Repository\UserModuleSectionPermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleSectionPermissionsRepository).
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\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\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\VendorContactPersonsRepository" (parent: .abstract.instanceof.App\Repository\VendorContactPersonsRepository).
Resolving inheritance for "App\Repository\VendorContactPersonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VendorContactPersonsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VendorRepository" (parent: .abstract.instanceof.App\Repository\VendorRepository).
Resolving inheritance for "App\Repository\VendorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VendorRepository).
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\WorksPlanJobDependencyRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanJobDependencyRepository).
Resolving inheritance for "App\Repository\WorksPlanJobDependencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobDependencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobHistoryRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanJobHistoryRepository).
Resolving inheritance for "App\Repository\WorksPlanJobHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanJobRepository).
Resolving inheritance for "App\Repository\WorksPlanJobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanRepository).
Resolving inheritance for "App\Repository\WorksPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanTaskRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanTaskRepository).
Resolving inheritance for "App\Repository\WorksPlanTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanTaskRepository).
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\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ModuleAccessVoter" (parent: .abstract.instanceof.App\Security\ModuleAccessVoter).
Resolving inheritance for "App\Security\ModuleAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ModuleAccessVoter).
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 "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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
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.
706
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; 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 "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.Ja3u5am"; 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.lsHqkRT"; reason: private alias.
Removed service ".service_locator.V.Padw6"; reason: private alias.
Removed service ".service_locator.5g0uIFh"; reason: private alias.
Removed service ".service_locator.S9HeDTk"; reason: private alias.
Removed service ".service_locator.GFjhPyP"; reason: private alias.
Removed service ".service_locator.aSGTLSe"; reason: private alias.
Removed service ".service_locator.YVDcaES"; reason: private alias.
Removed service ".service_locator.cLu4iqj"; 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.0GT_4.Y"; reason: private alias.
Removed service ".service_locator.mYcrm6G"; reason: private alias.
Removed service ".service_locator.9bAJEkw"; reason: private alias.
Removed service ".service_locator.Isqvymw"; 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.CYA_aQo"; reason: private alias.
Removed service ".service_locator.DT63F5Z"; reason: private alias.
Removed service ".service_locator.QLXIlB_"; reason: private alias.
Removed service ".service_locator.yecJ0nm"; reason: private alias.
Removed service ".service_locator.I4uvYos"; reason: private alias.
Removed service ".service_locator.efxnuYW"; reason: private alias.
Removed service ".service_locator.T0TkFpu"; reason: private alias.
Removed service ".service_locator.2Kum7MV"; reason: private alias.
Removed service ".service_locator.nmuBTay"; reason: private alias.
Removed service ".service_locator.JvS_.yp"; reason: private alias.
Removed service ".service_locator.xk0C1wM"; reason: private alias.
Removed service ".service_locator.ibTBuTd"; reason: private alias.
Removed service ".service_locator.DyeLc2K"; reason: private alias.
Removed service ".service_locator.vFjThUi"; reason: private alias.
Removed service ".service_locator.wsG2_53"; reason: private alias.
Removed service ".service_locator.UnW0KjB"; reason: private alias.
Removed service ".service_locator.L90.YrT"; reason: private alias.
Removed service ".service_locator.h4q4o9D"; reason: private alias.
Removed service ".service_locator.VuxRPyU"; reason: private alias.
Removed service ".service_locator.rY69Vbc"; reason: private alias.
Removed service ".service_locator.BUMeocS"; reason: private alias.
Removed service ".service_locator.OEjBS2s"; reason: private alias.
Removed service ".service_locator.m_V70uM"; reason: private alias.
Removed service ".service_locator.GYcZ.UL"; reason: private alias.
Removed service ".service_locator.z.bh9pu"; reason: private alias.
Removed service ".service_locator.MNu4o4R"; reason: private alias.
Removed service ".service_locator.D3pWsmG"; reason: private alias.
Removed service ".service_locator.TII9lT4"; reason: private alias.
Removed service ".service_locator.I5SEE0c"; 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.HxmmX_T"; 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.UvNoCqd"; reason: private alias.
Removed service ".service_locator.zsHaTXh"; reason: private alias.
Removed service ".service_locator.sHcd5TO"; reason: private alias.
Removed service ".service_locator.F5L3y8h"; reason: private alias.
Removed service ".service_locator.ruzQZ3q"; 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.nwKKKYS"; reason: private alias.
Removed service ".service_locator.KOXdpVr"; reason: private alias.
Removed service ".service_locator.fnahuKH"; 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.DpgtLyg"; reason: private alias.
Removed service ".service_locator.DHPFqtd"; reason: private alias.
Removed service ".service_locator.Vkc0ExO"; reason: private alias.
Removed service ".service_locator.U0gU0GS"; reason: private alias.
Removed service ".service_locator.BhaqcKr"; reason: private alias.
Removed service ".service_locator.A8kZh49"; reason: private alias.
Removed service ".service_locator.4wtwNV."; reason: private alias.
Removed service ".service_locator.pMV5Txi"; reason: private alias.
Removed service ".service_locator.LOAXtiM"; 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.eJtaXc3"; 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.5iTPrWz"; reason: private alias.
Removed service ".service_locator..U.5EL7"; 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.NMHhVr."; reason: private alias.
Removed service ".service_locator.jE0d7uJ"; reason: private alias.
Removed service ".service_locator.kTTLTn0"; reason: private alias.
Removed service ".service_locator.kmM7dBP"; 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.4KCt00m"; reason: private alias.
Removed service ".service_locator.RGoVddC"; reason: private alias.
Removed service ".service_locator.dmKAY7B"; reason: private alias.
Removed service ".service_locator.QkKFgCS"; reason: private alias.
Removed service ".service_locator.YlDumbY"; reason: private alias.
Removed service ".service_locator.6IXPCvL"; reason: private alias.
Removed service ".service_locator.dMJMZdA"; reason: private alias.
Removed service ".service_locator.KxxDhDX"; reason: private alias.
Removed service ".service_locator.6eGteGi"; reason: private alias.
Removed service ".service_locator.4ltHuYb"; reason: private alias.
Removed service ".service_locator.lZmpZBW"; reason: private alias.
Removed service ".service_locator.3Qk1Phv"; reason: private alias.
Removed service ".service_locator.eHsEbq8"; reason: private alias.
Removed service ".service_locator.FTJIzrk"; reason: private alias.
Removed service ".service_locator.H7KB.e6"; reason: private alias.
Removed service ".service_locator.MtkjooD"; reason: private alias.
Removed service ".service_locator.nrDitdY"; reason: private alias.
Removed service ".service_locator.1Zgb2wY"; reason: private alias.
Removed service ".service_locator.xYYF.OA"; reason: private alias.
Removed service ".service_locator.yYYV72b"; reason: private alias.
Removed service ".service_locator.mZcCkXw"; reason: private alias.
Removed service ".service_locator.5o_u5qC"; reason: private alias.
Removed service ".service_locator._Jrg5b6"; reason: private alias.
Removed service ".service_locator.0DwkKKs"; reason: private alias.
Removed service ".service_locator.ndms7CK"; reason: private alias.
Removed service ".service_locator.JCwaBxv"; reason: private alias.
Removed service ".service_locator.S..j3JI"; reason: private alias.
Removed service ".service_locator.1oBm_ML"; reason: private alias.
Removed service ".service_locator.7YXN4IC"; reason: private alias.
Removed service ".service_locator.XAKvSkt"; reason: private alias.
Removed service ".service_locator.9CzELCt"; reason: private alias.
Removed service ".service_locator.L1YfEWA"; reason: private alias.
Removed service ".service_locator.gfI5qim"; reason: private alias.
Removed service ".service_locator.P_5g6DI"; reason: private alias.
Removed service ".service_locator.hDc9zS4"; reason: private alias.
Removed service ".service_locator.W7c4Efl"; reason: private alias.
Removed service ".service_locator.0tcHRqw"; reason: private alias.
Removed service ".service_locator.8453bKu"; reason: private alias.
Removed service ".service_locator.MkUTtRz"; reason: private alias.
Removed service ".service_locator.VQu8Jz0"; reason: private alias.
Removed service ".service_locator.ooHnhKv"; reason: private alias.
Removed service ".service_locator.9lbcHDp"; reason: private alias.
Removed service ".service_locator.hUegbw3"; reason: private alias.
Removed service ".service_locator.DLNIk_g"; reason: private alias.
Removed service ".service_locator.hn1k2TV"; reason: private alias.
Removed service ".service_locator.jl3MRQk"; reason: private alias.
Removed service ".service_locator.mj8C1T6"; reason: private alias.
Removed service ".service_locator.J.vJPpA"; reason: private alias.
Removed service ".service_locator.egjhqv6"; reason: private alias.
Removed service ".service_locator.mN3mtqZ"; reason: private alias.
Removed service ".service_locator.7xeTFG3"; reason: private alias.
Removed service ".service_locator.lU7jY6_"; reason: private alias.
Removed service ".service_locator.tsJPjlx"; reason: private alias.
Removed service ".service_locator.q065hgP"; reason: private alias.
Removed service ".service_locator.uYoCv98"; reason: private alias.
Removed service ".service_locator.8Z64_xC"; reason: private alias.
Removed service ".service_locator.85s9wOv"; reason: private alias.
Removed service ".service_locator.JQZVbLg"; reason: private alias.
Removed service ".service_locator.pyJn2YR"; reason: private alias.
Removed service ".service_locator.t46jQxW"; reason: private alias.
Removed service ".service_locator.ZqhJhwk"; reason: private alias.
Removed service ".service_locator.ApgcZXh"; reason: private alias.
Removed service ".service_locator.x9vmOdX"; reason: private alias.
Removed service ".service_locator.W6lunXK"; reason: private alias.
Removed service ".service_locator.2jSrNPe"; reason: private alias.
Removed service ".service_locator.ViesUaX"; reason: private alias.
Removed service ".service_locator.3UTpFXb"; reason: private alias.
Removed service ".service_locator.8ocFFIr"; reason: private alias.
Removed service ".service_locator.svpNiIM"; reason: private alias.
Removed service ".service_locator.VYRKAJv"; reason: private alias.
Removed service ".service_locator.dGo1K1m"; reason: private alias.
Removed service ".service_locator.7Mm93oa"; reason: private alias.
Removed service ".service_locator.m.A0La2"; reason: private alias.
Removed service ".service_locator.k_XfJuA"; reason: private alias.
Removed service ".service_locator.WWvQm3q"; reason: private alias.
Removed service ".service_locator.lRcPVDH"; reason: private alias.
Removed service ".service_locator.M9raJwI"; reason: private alias.
Removed service ".service_locator.MM_V2EN"; reason: private alias.
Removed service ".service_locator.C3IFF8d"; reason: private alias.
Removed service ".service_locator.lyXqWYc"; 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.xGUxZIv"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.3oGa1kM"; reason: private alias.
Removed service ".service_locator._fHC8qJ"; reason: private alias.
Removed service ".service_locator.WZMej7k"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.LQaYZXb"; reason: private alias.
Removed service ".service_locator.dSQnV1N"; reason: private alias.
Removed service ".service_locator.Hv42nBm"; reason: private alias.
Removed service ".service_locator.41ldUd1"; reason: private alias.
Removed service ".service_locator.TPKlUVb"; reason: private alias.
Removed service ".service_locator.jod.gOK"; reason: private alias.
Removed service ".service_locator.nf9CN7M"; 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.MBY5dSq"; 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.hfIiJ7y"; reason: private alias.
Removed service ".service_locator.xzbh8gI"; reason: private alias.
Removed service ".service_locator.9fu9hRr"; reason: private alias.
Removed service ".service_locator.fPwas3a"; reason: private alias.
Removed service ".service_locator.0yFQk3A"; reason: private alias.
Removed service ".service_locator.TCsv7Hf"; reason: private alias.
Removed service ".service_locator.WaCI1X_"; reason: private alias.
Removed service ".service_locator.Y8El6Jy"; reason: private alias.
Removed service ".service_locator.CwSit1m"; reason: private alias.
Removed service ".service_locator.pE3HpiD"; reason: private alias.
Removed service ".service_locator.58Y_xSs"; reason: private alias.
Removed service ".service_locator.7b8DWIp"; reason: private alias.
Removed service ".service_locator.GcvSHSy"; reason: private alias.
Removed service ".service_locator.59pqXBQ"; reason: private alias.
Removed service ".service_locator.5TjTs5w"; reason: private alias.
Removed service ".service_locator.aqOHlpC"; 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.MJDTkO."; 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.ZHNRwcv"; reason: private alias.
Removed service ".service_locator..lPGl7V"; reason: private alias.
Removed service ".service_locator.KZbVmUV"; reason: private alias.
Removed service ".service_locator.vJECQHs"; 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.6hn7N_J"; reason: private alias.
Removed service ".service_locator.MtjXuRZ"; reason: private alias.
Removed service ".service_locator.7W0rvNt"; reason: private alias.
Removed service ".service_locator.Sc838pg"; reason: private alias.
Removed service ".service_locator..ehjeT5"; reason: private alias.
Removed service ".service_locator.qwONRjV"; reason: private alias.
Removed service ".service_locator.fidSUGE"; reason: private alias.
Removed service ".service_locator.U2PuIOR"; reason: private alias.
Removed service ".service_locator.C3XMSH."; reason: private alias.
Removed service ".service_locator.7VSXs6i"; reason: private alias.
Removed service ".service_locator.3jgoBUB"; reason: private alias.
Removed service ".service_locator.TIt6mzx"; reason: private alias.
Removed service ".service_locator.NR9HKpW"; reason: private alias.
Removed service ".service_locator.eZvMoR1"; reason: private alias.
Removed service ".service_locator.MXFp7rV"; reason: private alias.
Removed service ".service_locator.rzXHwuc"; reason: private alias.
Removed service ".service_locator._JCOPxz"; reason: private alias.
Removed service ".service_locator.K7UyrTW"; reason: private alias.
Removed service ".service_locator.uhhGzrm"; reason: private alias.
Removed service ".service_locator.ZZips9O"; reason: private alias.
Removed service ".service_locator.RYA8OzG"; reason: private alias.
Removed service ".service_locator.j77Yt.."; reason: private alias.
Removed service ".service_locator.2MCLk_u"; reason: private alias.
Removed service ".service_locator.bWTi4y7"; reason: private alias.
Removed service ".service_locator.JN3xrqd"; reason: private alias.
Removed service ".service_locator.EBsdMnf"; reason: private alias.
Removed service ".service_locator.HnxQQCm"; reason: private alias.
Removed service ".service_locator.pVtVsi7"; reason: private alias.
Removed service ".service_locator.vjg_LBm"; reason: private alias.
Removed service ".service_locator.GxhQhbX"; reason: private alias.
Removed service ".service_locator.2TdxsCW"; reason: private alias.
Removed service ".service_locator.Lud0n6p"; reason: private alias.
Removed service ".service_locator.k.Iz7L7"; 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.TQwjrro"; reason: private alias.
Removed service ".service_locator.lyGgIV8"; reason: private alias.
Removed service ".service_locator.Uk348.m"; reason: private alias.
Removed service ".service_locator.aNqYEk2"; reason: private alias.
Removed service ".service_locator.tEIwOXh"; 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.2pRUXOF"; reason: private alias.
Removed service ".service_locator.zQxXo1Y"; reason: private alias.
Removed service ".service_locator._C9Yva2"; reason: private alias.
Removed service ".service_locator.ZER4lLN"; 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.rjfU3Cu"; reason: private alias.
Removed service ".service_locator.sOQuaRy"; reason: private alias.
Removed service ".service_locator.8TB.t7d"; reason: private alias.
Removed service ".service_locator.dsMsKzy"; reason: private alias.
Removed service ".service_locator.DY9uqZc"; reason: private alias.
Removed service ".service_locator.6OQDtLd"; reason: private alias.
Removed service ".service_locator.trYBvkh"; reason: private alias.
Removed service ".service_locator.K9rUJCU"; reason: private alias.
Removed service ".service_locator.JFdLxkH"; 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.wbkHY_a"; 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.MMNPvB1"; reason: private alias.
Removed service ".service_locator.zZVYHg4"; 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.h0G46Hy"; reason: private alias.
Removed service ".service_locator.ExWZu7T"; reason: private alias.
Removed service ".service_locator.Fl6_ops"; reason: private alias.
Removed service ".service_locator.h_ecshD"; 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.pTvsck6"; 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.5zDklv4"; reason: private alias.
Removed service ".service_locator.Ts75kQ8"; reason: private alias.
Removed service ".service_locator.KLuAhS."; reason: private alias.
Removed service ".service_locator.EpT2b4Z"; reason: private alias.
Removed service ".service_locator.NPUEEv."; reason: private alias.
Removed service ".service_locator.Cg8HeDc"; reason: private alias.
Removed service ".service_locator.ZYPOElb"; reason: private alias.
Removed service ".service_locator.44dUKb0"; reason: private alias.
Removed service ".service_locator.f.RGrbh"; reason: private alias.
Removed service ".service_locator.y.sZYxQ"; reason: private alias.
Removed service ".service_locator.OfUHK4W"; reason: private alias.
Removed service ".service_locator.mrG2WHU"; reason: private alias.
Removed service ".service_locator.37gK6VE"; reason: private alias.
Removed service ".service_locator.i8Skpwj"; reason: private alias.
Removed service ".service_locator.TD92CVC"; reason: private alias.
Removed service ".service_locator.3YSu.ef"; reason: private alias.
Removed service ".service_locator.MJz83Nf"; reason: private alias.
Removed service ".service_locator.HditHEZ"; reason: private alias.
Removed service ".service_locator.6p5kCN6"; reason: private alias.
Removed service ".service_locator.L9Z__vE"; reason: private alias.
Removed service ".service_locator.xiSl2Ty"; reason: private alias.
Removed service ".service_locator.f4J3.bi"; reason: private alias.
Removed service ".service_locator.vsm8_.I"; reason: private alias.
Removed service ".service_locator.AH5vMxU"; reason: private alias.
Removed service ".service_locator.RYGk2tW"; reason: private alias.
Removed service ".service_locator.nJp3ugf"; reason: private alias.
Removed service ".service_locator.OVPbA8L"; reason: private alias.
Removed service ".service_locator.qg9hpZv"; reason: private alias.
Removed service ".service_locator.ou40Fgb"; reason: private alias.
Removed service ".service_locator.4nJ6YHs"; reason: private alias.
Removed service ".service_locator.C.s6g.Y"; reason: private alias.
Removed service ".service_locator.rlJ0TA5"; reason: private alias.
Removed service ".service_locator.a0WC7ch"; reason: private alias.
Removed service ".service_locator.NiDgwpz"; reason: private alias.
Removed service ".service_locator.yiGVvGO"; reason: private alias.
Removed service ".service_locator.2SQmQqp"; reason: private alias.
Removed service ".service_locator.IrBqk2I"; reason: private alias.
Removed service ".service_locator.AChIAp2"; reason: private alias.
Removed service ".service_locator.ABuJP98"; reason: private alias.
Removed service ".service_locator.J7Y3AB4"; reason: private alias.
Removed service ".service_locator.9K.11p8"; reason: private alias.
Removed service ".service_locator.GcUgDOP"; reason: private alias.
Removed service ".service_locator..bIueTm"; reason: private alias.
Removed service ".service_locator.Xlna_Zu"; reason: private alias.
Removed service ".service_locator.SIs0bPe"; reason: private alias.
Removed service ".service_locator.TPmlW2o"; reason: private alias.
Removed service ".service_locator.UhR3t3c"; reason: private alias.
Removed service ".service_locator.6rI1muK"; reason: private alias.
Removed service ".service_locator.6wrxlnq"; reason: private alias.
Removed service ".service_locator.LR1Nhcf"; reason: private alias.
Removed service ".service_locator.IwH_IWC"; reason: private alias.
Removed service ".service_locator.GPVhem7"; reason: private alias.
Removed service ".service_locator.2KYdOhz"; reason: private alias.
Removed service ".service_locator.RDLrS4j"; reason: private alias.
Removed service ".service_locator.2CW58KB"; reason: private alias.
Removed service ".service_locator.xnEGUDL"; reason: private alias.
Removed service ".service_locator.fncJOdt"; reason: private alias.
Removed service ".service_locator.PiHVDCA"; reason: private alias.
Removed service ".service_locator.rAO2OeK"; reason: private alias.
Removed service ".service_locator.Cua0U.d"; reason: private alias.
Removed service ".service_locator.EEaf3xR"; reason: private alias.
Removed service ".service_locator.dDIQ09F"; reason: private alias.
Removed service ".service_locator.7S31I6c"; reason: private alias.
Removed service ".service_locator.16ilnNB"; reason: private alias.
Removed service ".service_locator.yUyACuM"; reason: private alias.
Removed service ".service_locator.X8yR8Qt"; reason: private alias.
Removed service ".service_locator..JTCkdX"; reason: private alias.
Removed service ".service_locator.jLml9Xu"; reason: private alias.
Removed service ".service_locator.hX83Fdn"; reason: private alias.
Removed service ".service_locator.1IdP6Jq"; reason: private alias.
Removed service ".service_locator.k_FS.Zu"; reason: private alias.
Removed service ".service_locator.r8V9FUw"; reason: private alias.
Removed service ".service_locator.U6d14Fy"; reason: private alias.
Removed service ".service_locator.uy3cfmz"; reason: private alias.
Removed service ".service_locator.JcqIi25"; reason: private alias.
Removed service ".service_locator.0GZwyZW"; reason: private alias.
Removed service ".service_locator.pctRCM6"; reason: private alias.
Removed service ".service_locator.uv50oFV"; reason: private alias.
Removed service ".service_locator.fFXubfx"; reason: private alias.
Removed service ".service_locator.zv0kk9u"; reason: private alias.
Removed service ".service_locator.fyXOswk"; reason: private alias.
Removed service ".service_locator.EpdIfCj"; reason: private alias.
Removed service ".service_locator.Fo9VCuG"; reason: private alias.
Removed service ".service_locator.qgj05aI"; reason: private alias.
Removed service ".service_locator.c2nDjEV"; reason: private alias.
Removed service ".service_locator.XjZYm1A"; reason: private alias.
Removed service ".service_locator.C93Dzy6"; reason: private alias.
Removed service ".service_locator.VDdn1mq"; reason: private alias.
Removed service ".service_locator.xkk27iO"; reason: private alias.
Removed service ".service_locator.FlUDWTJ"; reason: private alias.
Removed service ".service_locator.5GZPRtH"; reason: private alias.
Removed service ".service_locator.WJWdlny"; reason: private alias.
Removed service ".service_locator.HjDWfK7"; reason: private alias.
Removed service ".service_locator.qSFMpYL"; reason: private alias.
Removed service ".service_locator.rcmpMLT"; reason: private alias.
Removed service ".service_locator.Zk4ry_0"; reason: private alias.
Removed service ".service_locator.AnIV3IR"; reason: private alias.
Removed service ".service_locator.sZEELd_"; reason: private alias.
Removed service ".service_locator.2NdBF7E"; reason: private alias.
Removed service ".service_locator.4SXOFTm"; reason: private alias.
Removed service ".service_locator.3oriiyp"; reason: private alias.
Removed service ".service_locator.78E6zRR"; reason: private alias.
Removed service ".service_locator.nlKb3rb"; reason: private alias.
Removed service ".service_locator.2rtPFFv"; reason: private alias.
Removed service ".service_locator.2GVbD28"; reason: private alias.
Removed service ".service_locator.3Rbssg8"; reason: private alias.
Removed service ".service_locator.lMvwI5_"; reason: private alias.
Removed service ".service_locator.y4W3Y7B"; 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.lhnlnXL"; reason: private alias.
Removed service ".service_locator.e9wu5nt"; reason: private alias.
Removed service ".service_locator.A2A4yiX"; reason: private alias.
Removed service ".service_locator.fukpmxS"; reason: private alias.
Removed service ".service_locator.dRJ95kJ"; reason: private alias.
Removed service ".service_locator.XrlY4Sk"; reason: private alias.
Removed service ".service_locator.VndcnNl"; 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.
344
Changed reference of service "App\Controller\Api\Service\AbstractControllerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\AccessModuleService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\AccountingService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\AuthService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\AuthService" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Api\Service\BillingService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\BranchService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\CustomerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\EmployeeActivityService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\EmployeeService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ExpenseService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ExpenseSettingsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\InvoiceService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\MaterialService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\OrderTaskFulfillmentService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\PartnerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ProfilerService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ProfilerService" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Api\Service\ProfilerService" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\Service\ProjectOrderBillingService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ProjectOrderService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ProjectService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ProjectStakeholderService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\ReferenceService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\SupplierService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\TimesheetService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\UserService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\VendorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventSubscriber\DoctrineSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventSubscriber\LocaleSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\DualLoginAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\DualLoginAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\DualLoginAuthenticator" previously pointing to "router.default" to "router".
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\Security\JsonEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\JsonEntryPoint" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Service\EmployeePerformancePdfService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExpenseOrderConfirmationLetterService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\ExpensePositionDetailsPdfService" 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\OrderLaborCostPdfService" 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 "App\Service\ValidatorService\EntityHydratorValidator" previously pointing to "debug.validator" to "validator".
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.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XiX5SOh" previously pointing to "translator.data_collector" to "translator".
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.5MLbMeD" 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.kXqONoc" 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.isKExuB" 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.1yg2Gcb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fxicASt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gdmvsnM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HRlEIYv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZOb.Q3x" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.w2hsDcc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4Q3PeDX" 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.zMJoVbP" 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.2ScK2Wf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EYKpQoy" 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.2UY4K71" 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.9P3TIlx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6Aa26lZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ks7jcUt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.c8hA3Vg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fOBh3RD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.paEKyRb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7Bk9tpa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YanxAhI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Pq3D_ju" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DFVzneh" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YA6V7Qj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.R8EFoxB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Tn6Co_U" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tIzXEWM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TFtG8WI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5Ntwm5u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HQwsDNe" 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.2fQ1NEZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gmPIQ03" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.aUA7Ur4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yXZSTki" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5lcFoCA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qm9ON4y" 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.POz9pSP" 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.w4gTB3D" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.IwZqDNC" 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.9sYfOw5" 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.LiB4IaC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CWF0QI9" 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.9IzVPs." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9SjZKzZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.s2o.Urf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.p8J.P35" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F_h_gW." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LlebO8l" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7fr74mR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tbSxj2v" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.osBn5AW" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NhO79bP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.s3dDmUL" 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.yuUDzJE" 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.Kk1p_6v" 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.i0N_oai" 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.K9LE3.Y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._.5IKlo" 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.Tv0613p" 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.jQCqkLI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kotmaZk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8AdpEjR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OR446sn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.M_jODVD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.deJhbSN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NIA.sdF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xTf5kOB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.w792Ti2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XV06w5D" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rJayZRx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.G6fUOQ4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4xYHhGj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yPujo8f" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ka_5vbS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tm3_EAd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jb2pi.D" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZDoOpXO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.eZ.M5gq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.23bWBUQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AhyMYca" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DbkuzaA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pbgoDVd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3lGGTo0" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._lI1drq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rWHBHZx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EwNoKzU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.42d6CYN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PIbZHqb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5OVSUXL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.k46MOMy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vO.0B74" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ttt7VQz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.49PLbq7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VsGgGLD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SqwXf5i" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f4RuSFv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5ON3Wlo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kTM_8bS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F__2FJ6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oLXV6pJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cKHIX.R" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DBpZv6u" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.XsBYw_b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vGPLqJR" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SrYiJes" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CY4jVeJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.akv1UIM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SEunEIe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Pme04_H" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mUB3DU2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zkquMPz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Iuo617b" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wWvlJCp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5NQ3.sj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4fhheDA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.06uyQWk" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.11SwHAX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.gbsbHvo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OMZarMo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.X5Fv12k" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RxsixzA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RyEAXp3" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AtxpVuF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Tsmw5s6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.r.zsdCj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kt3ucwJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.iVV.9rK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pJIR6m6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.AwbisUN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.C73KeQn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.M4UOYwy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mEvWwEo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.n.8ansr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.317Jybz" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9pez0pH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.etJddvy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kW6Kfdv" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wfE.EfV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.g9mrEk7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9eC7mWA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JGKY4gf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.wEEDw7H" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uSVBbfP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Ho7Brf2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3bnqDMo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T5k43P1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.i5BxHVr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator..EXDaXD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lqP89OV" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YH0tGuU" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zHb8W7z" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Vgbtc4w" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.apCMSyj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q1Io4_K" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.OX8bUNY" 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 "debug.security.voter.App\Security\ModuleAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.leiBSz1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wHVoZTb" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.c8mGGpT" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xACwUtc" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.4TAXJsf" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.926CfA_" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.l26U54h" 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".
716
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\BillingMigrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BillingMigrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAccountingStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDAccountingStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDAddSupplierIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDAddSupplierIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDBillingsRepair"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDBillingsRepair"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDConnectToExchange"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDConnectToExchange"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateAppIcon"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDCreateAppIcon"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectMetrics"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDCreateProjectMetrics"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateProjectOrderMetrics"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDCreateProjectOrderMetrics"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateReactComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDCreateReactComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDCreateUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDCreateUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDExpenseDocRepair"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDExpenseDocRepair"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDMailSent"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDMailSent"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpSeed"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDPagesHelpSeed"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDPagesHelpTranslate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDPagesHelpTranslate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDProjectOrderSpentValuesMoveToMetrics"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDProjectOrderSpentValuesMoveToMetrics"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDRemoveEndAtFromOrderIfNotStatus100Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDRepairStockIssues"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDRepairStockIssues"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDStockArticleNrFromStockItemDescriptionToStock"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDStockArticleNrFromStockItemDescriptionToStock"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDTimesheetMovement"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDTimesheetMovement"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerDuplicateRepair"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorkerDuplicateRepair"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorkerHourlyRate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorkerHourlyRate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanBindTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanBindTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanDumpResponse"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanDumpResponse"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanEndAtTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanEndAtTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanRenderGantt"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanRenderGantt"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DBMigrate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DBMigrate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugOrderSummaryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DebugOrderSummaryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PermissionsAuditCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PermissionsAuditCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyOrderCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VerifyOrderCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\relased\CMDMigrateAddressesToLocations"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\relased\CMDMigrateAddressesToLocations"; 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\AccountingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AccountingController"; 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\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\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\Archive\OpenApiProjectOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController"; 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\OpenApi\OpenApiSecurity"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OpenApi\OpenApiSecurity"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\OpenApi\OpenApiSecurity"; 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\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PartnerController"; 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\Api\v3\AccessModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccessModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\AccessModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AccountingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AccountingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\AccountingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BillingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\BillingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\BranchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\BranchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\BranchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\EmployeeActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\EmployeeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\EmployeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ExpenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExpenseSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExpenseSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ExpenseSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\MaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\NormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OpenAIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OpenAIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\OpenAIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\OrderTaskFulfillmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\OrderTaskFulfillmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\OrderTaskFulfillmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PagesHelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PagesHelpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\PagesHelpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProfilerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProfilerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ProfilerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ProjectOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ProjectOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ProjectOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ReferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\SuppliersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SuppliersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\SuppliersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TimesheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TimesheetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TimesheetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TodoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\VendorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\WorksPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\WorksPlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\WorksPlanController"; 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\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\AbstractFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AbstractFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AccessModulesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AccessModulesFixtures"; 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\GroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\GroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ReferenceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ReferenceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RepairFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\RepairFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SettingsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SettingsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SyntheticFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\SyntheticFixtures"; 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\PartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PartnerType"; 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\AccessModuleSectionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessModuleSectionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessModulesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessModulesRepository"; 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\BranchDepartmentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BranchDepartmentsRepository"; 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\ContractTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContractTypesRepository"; 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\CustomerEducationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerEducationRepository"; 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\ExpenseSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExpenseSettingsRepository"; 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\InvoiceApprovalStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceApprovalStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMetricsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceMetricsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoicePaymentStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePositionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoicePositionsRepository"; 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\InvoicesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoicesRepository"; 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\NormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagesHelpRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PagesHelpRepository"; 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\PartnerCertificateDocumentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerCertificateDocumentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificateHistoriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerCertificateHistoriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerCertificatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerCertificatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentCurrencyTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentCurrencyTypesRepository"; 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\ProductCatalogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductCatalogRepository"; 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\ProjectAIReportsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectAIReportsRepository"; 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\ProjectClassifyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectClassifyRepository"; 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\ProjectMetricsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectMetricsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingMetricsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderBillingMetricsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderBillingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderBillingsRepository"; 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\ProjectOrderMetricsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderMetricsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentWorkDocsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskJobsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTaskJobsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTasksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTasksRepository"; 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\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\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\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\SupplierContactPersonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierContactPersonsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierEducationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierEducationRepository"; 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\SupplierProductFrameworkContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierProductFrameworkContractRepository"; 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\TaskFulfillmentReasonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskFulfillmentReasonsRepository"; 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\TodosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TodosRepository"; 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\UserModulePermissionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserModulePermissionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserModuleSectionPermissionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserModuleSectionPermissionsRepository"; 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\UserRolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRolesRepository"; 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\VendorContactPersonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VendorContactPersonsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VendorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VendorRepository"; 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\WorksPlanJobDependencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanJobDependencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanJobHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanJobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanJobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanTaskRepository"; 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\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ModuleAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ModuleAccessVoter"; 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.
139
Removed service "App\Calculators\InvoiceCalculator"; reason: unused.
Removed service "App\Calculators\OrderCalculator"; reason: unused.
Removed service "App\Calculators\ProjectCalculator"; reason: unused.
Removed service "App\Calculators\ProjectOrderCalculator"; reason: unused.
Removed service "App\Calculators\WeightedProgressCalculator"; reason: unused.
Removed service "App\Context\FileUploadContext"; reason: unused.
Removed service "App\Context\Metrics\AccountingContext"; reason: unused.
Removed service "App\Context\Metrics\InvoiceMetricContext"; reason: unused.
Removed service "App\Context\Metrics\OrderMetricContext"; reason: unused.
Removed service "App\Context\Metrics\ProjectMetricContext"; reason: unused.
Removed service "App\Controller\Api\Helpers\CustomInputBag"; reason: unused.
Removed service "App\Controller\Api\Service\AbstractControllerService"; reason: unused.
Removed service "App\Controller\Api\Service\AuthService"; reason: unused.
Removed service "App\Controller\Api\Service\HttpStatusInterface"; reason: unused.
Removed service "App\Controller\ModulesAccessTypes"; reason: unused.
Removed service "App\Doctrine\Platform\CustomMySQL57Platform"; reason: unused.
Removed service "App\Doctrine\Type\AccessModuleRoleTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\CalculationTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\ProjectTypeEnum"; 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\Doctrine\Type\TaskExecutionScope"; reason: unused.
Removed service "App\Doctrine\Type\TaskExecutionWorkNature"; reason: unused.
Removed service "App\Doctrine\Type\VendorStatusEnum"; reason: unused.
Removed service "App\Doctrine\Type\VendorTypeEnum"; reason: unused.
Removed service "App\Enum\ExpensePositionDeliveryStatusEnum"; reason: unused.
Removed service "App\Enum\ExpensePositionTypeEnum"; reason: unused.
Removed service "App\Enum\OwnershipTypes"; reason: unused.
Removed service "App\Enum\ProjectTypes"; reason: unused.
Removed service "App\Enum\ReferenceEntityMap"; reason: unused.
Removed service "App\Enum\ReferenceEnum"; reason: unused.
Removed service "App\Enum\UserRoleTypes"; reason: unused.
Removed service "App\EventSubscriber\Triggers\ProjectOrderMetricsTrigger"; reason: unused.
Removed service "App\Security\FormLoginAuthenticator"; reason: unused.
Removed service "App\Service\AccountingWeeklyStatistic"; reason: unused.
Removed service "App\Service\ExpenseOrderConfirmationLetterService"; reason: unused.
Removed service "App\Service\ExpensePositionDetailsPdfService"; reason: unused.
Removed service "App\Service\PDFMaker\PDFOutputFormats"; reason: unused.
Removed service "App\Service\Security\PermissionAuditor"; reason: unused.
Removed service "App\Service\SerializeService\AbstractAppSerialize"; reason: unused.
Removed service "App\Service\SerializeService\AccountingSerialize"; reason: unused.
Removed service "App\Service\SerializeService\ProjectStakeholderSerialize"; reason: unused.
Removed service "App\Service\StreamingService"; reason: unused.
Removed service "App\Service\TimesheetService"; reason: unused.
Removed service "App\Service\UserRightAction"; reason: unused.
Removed service "App\Tests\Integration\BillingMigrationTest"; 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 "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.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.
399
Inlined service "App\Service\Calculators\ProjectCalculator" to "App\Command\CMDCreateProjectMetrics".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\AISAbstractController" to "App\Controller\Api\AISAbstractController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\AccountingController" to "App\Controller\Api\AccountingController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\AddressController" to "App\Controller\Api\AddressController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\AnaliticController" to "App\Controller\Api\AnaliticController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\ApiAuthController" to "App\Controller\Api\ApiAuthController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\BranchesController" to "App\Controller\Api\BranchesController".
Inlined service ".service_locator.wHVoZTb.App\Controller\Api\DocumentManagerController" to "App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\ErrorController" to "App\Controller\Api\ErrorController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\Helpers\ItemCategoryController" to "App\Controller\Api\Helpers\ItemCategoryController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\Helpers\ItemGroupController" to "App\Controller\Api\Helpers\ItemGroupController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\Helpers\UnitTypesController" to "App\Controller\Api\Helpers\UnitTypesController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\HighLevelAccessController" to "App\Controller\Api\HighLevelAccessController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\InventoryController" to "App\Controller\Api\InventoryController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\InvoiceController" to "App\Controller\Api\InvoiceController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\LocationsController" to "App\Controller\Api\LocationsController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\MaterialController" to "App\Controller\Api\MaterialController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController" to "App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\OpenApi\OpenApiProjectOrdersController" to "App\Controller\Api\OpenApi\OpenApiProjectOrdersController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\OpenApi\OpenApiSecurity" to "App\Controller\Api\OpenApi\OpenApiSecurity".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\OrderCostController" to "App\Controller\Api\OrderCostController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\OrdersController" to "App\Controller\Api\OrdersController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\PaperPatternController" to "App\Controller\Api\PaperPatternController".
Inlined service ".service_locator.c8mGGpT.App\Controller\Api\PartnerController" to "App\Controller\Api\PartnerController".
Inlined service ".service_locator.xACwUtc.App\Controller\Api\ProjectController" to "App\Controller\Api\ProjectController".
Inlined service ".service_locator.4TAXJsf.App\Controller\Api\ProjectOrderExpensesController" to "App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\ProjectOwnerController" to "App\Controller\Api\ProjectOwnerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\PurchaseRequestController" to "App\Controller\Api\PurchaseRequestController".
Inlined service "App\Service\OrderLaborCostPdfService" to "App\Controller\Api\Service\ProjectOrderService".
Inlined service "App\Service\WorksPlan\WorksPlanCascadeService" to "App\Controller\Api\Service\WorksPlanService".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\SourceController" to "App\Controller\Api\SourceController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\StockItemsController" to "App\Controller\Api\StockItemsController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\StocksController" to "App\Controller\Api\StocksController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\SupplierController" to "App\Controller\Api\SupplierController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\TestController" to "App\Controller\Api\TestController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\TimesheetController" to "App\Controller\Api\TimesheetController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\UndertakingController" to "App\Controller\Api\UndertakingController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\UserProfileController" to "App\Controller\Api\UserProfileController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\VoucherController" to "App\Controller\Api\VoucherController".
Inlined service ".service_locator.926CfA_.App\Controller\Api\WorkerController" to "App\Controller\Api\WorkerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\AccessModuleController" to "App\Controller\Api\v3\AccessModuleController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\AccountingController" to "App\Controller\Api\v3\AccountingController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\AuthController" to "App\Controller\Api\v3\AuthController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\BillingController" to "App\Controller\Api\v3\BillingController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\BranchController" to "App\Controller\Api\v3\BranchController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\CustomerController" to "App\Controller\Api\v3\CustomerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\EmployeeActivityController" to "App\Controller\Api\v3\EmployeeActivityController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\EmployeeController" to "App\Controller\Api\v3\EmployeeController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ExpenseController" to "App\Controller\Api\v3\ExpenseController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ExpenseSettingsController" to "App\Controller\Api\v3\ExpenseSettingsController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\InvoiceController" to "App\Controller\Api\v3\InvoiceController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\MaterialController" to "App\Controller\Api\v3\MaterialController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\NormController" to "App\Controller\Api\v3\NormController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\OpenAIController" to "App\Controller\Api\v3\OpenAIController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\OrderTaskFulfillmentController" to "App\Controller\Api\v3\OrderTaskFulfillmentController".
Inlined service "App\Controller\Api\Service\PagesHelpService" to "App\Controller\Api\v3\PagesHelpController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\PagesHelpController" to "App\Controller\Api\v3\PagesHelpController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\PartnerController" to "App\Controller\Api\v3\PartnerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ProfilerController" to "App\Controller\Api\v3\ProfilerController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ProjectController" to "App\Controller\Api\v3\ProjectController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ProjectOrderController" to "App\Controller\Api\v3\ProjectOrderController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\ReferenceController" to "App\Controller\Api\v3\ReferenceController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\SuppliersController" to "App\Controller\Api\v3\SuppliersController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\TestController" to "App\Controller\Api\v3\TestController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\TimesheetController" to "App\Controller\Api\v3\TimesheetController".
Inlined service "App\Service\SerializeService\TodoSerialize" to "App\Controller\Api\v3\TodoController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\TodoController" to "App\Controller\Api\v3\TodoController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\UserController" to "App\Controller\Api\v3\UserController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\VendorController" to "App\Controller\Api\v3\VendorController".
Inlined service "App\Controller\Api\Service\WorksPlanService" to "App\Controller\Api\v3\WorksPlanController".
Inlined service ".service_locator.leiBSz1.App\Controller\Api\v3\WorksPlanController" to "App\Controller\Api\v3\WorksPlanController".
Inlined service ".service_locator.leiBSz1.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.leiBSz1.App\Controller\FilePresenterController" to "App\Controller\FilePresenterController".
Inlined service ".service_locator.leiBSz1.App\Controller\IphoneTestLogsController" to "App\Controller\IphoneTestLogsController".
Inlined service ".service_locator.leiBSz1.App\Controller\LanguagesController" to "App\Controller\LanguagesController".
Inlined service ".service_locator.leiBSz1.App\Controller\RepairController" to "App\Controller\RepairController".
Inlined service ".service_locator.leiBSz1.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.leiBSz1.App\Controller\TempRemoveableController" to "App\Controller\TempRemoveableController".
Inlined service ".service_locator.leiBSz1.App\Controller\TesterController" to "App\Controller\TesterController".
Inlined service ".service_locator.leiBSz1.App\Controller\TimesheetTestController" to "App\Controller\TimesheetTestController".
Inlined service ".service_locator.leiBSz1.App\Controller\TransformationController" to "App\Controller\TransformationController".
Inlined service ".service_locator.l26U54h.App\Controller\TranslationController" to "App\Controller\TranslationController".
Inlined service ".service_locator.leiBSz1.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.leiBSz1.App\Controller\UsersController" to "App\Controller\UsersController".
Inlined service "App\Service\Security\PermissionChecker" to "App\Security\ModuleAccessVoter".
Inlined service "App\Service\PDFMaker\OrderConfirmationPdfBuilder" to "App\Service\ExpensePdfService".
Inlined service "App\Service\PDFMaker\PositionDetailsPdfBuilder" to "App\Service\ExpensePdfService".
Inlined service "App\Service\FileNumberErrorInterface" to "App\Service\FileNumberInterface".
Inlined service "App\Service\ContentReplaceInterface" to "App\Service\PDFMaker\ProjectOrderExpensePDFMarkerInterface".
Inlined service ".service_locator.leiBSz1.App\Service\UserRightsInterface" to "App\Service\UserRightsInterface".
Inlined service "App\Service\WorksPlan\WorkdayCalculator" to "App\Service\WorksPlan\WorksPlanCascadeService".
Inlined service "App\Service\WorksPlan\WorksPlanHistoryRecorder" to "App\Service\WorksPlan\WorksPlanCascadeService".
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.ZqaQTZI" 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 "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.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.RMrvIYo" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.b5N0MHU" 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 ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.Q8nBdyk" 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 "App\Security\JsonEntryPoint" to "security.exception_listener.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\AbstractFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AccessModulesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\GroupFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ReferenceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\RepairFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SettingsFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\SyntheticFixtures" 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 "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
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 "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
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 "App\Security\ModuleAccessVoter" to "debug.security.voter.App\Security\ModuleAccessVoter".
Inlined service ".service_locator.wHVoZTb" to ".service_locator.wHVoZTb.App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.c8mGGpT" to ".service_locator.c8mGGpT.App\Controller\Api\PartnerController".
Inlined service ".service_locator.xACwUtc" to ".service_locator.xACwUtc.App\Controller\Api\ProjectController".
Inlined service ".service_locator.4TAXJsf" to ".service_locator.4TAXJsf.App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.926CfA_" to ".service_locator.926CfA_.App\Controller\Api\WorkerController".
Inlined service ".service_locator.l26U54h" to ".service_locator.l26U54h.App\Controller\TranslationController".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.uJ98YU7" to ".service_locator.uJ98YU7.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.5DjLnZM" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.uJ98YU7.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.