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.news_last_seen_at AS news_last_seen_at_11, t0.idle_timer_timeout AS idle_timer_timeout_12, t0.notification_preferences AS notification_preferences_13, t0.email_signature AS email_signature_14, t15.id AS id_16, t15.name AS name_17, t15.surname AS surname_18, t15.entry_at AS entry_at_19, t15.exit_at AS exit_at_20, t15.birthday_at AS birthday_at_21, t15.slug AS slug_22, t15.daily_work_time AS daily_work_time_23, t15.cost_per_hour AS cost_per_hour_24, t15.personal_id AS personal_id_25, t15.created_at AS created_at_26, t15.phone_number AS phone_number_27, t15.uiid AS uiid_28, t15.profile_image AS profile_image_29, t15.email AS email_30, t15.user_id AS user_id_31, t0.user_position_id AS user_position_id_32 FROM user t0 LEFT JOIN worker t15 ON t15.user_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 8]
, 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.news_last_seen_at AS news_last_seen_at_11, t0.idle_timer_timeout AS idle_timer_timeout_12, t0.notification_preferences AS notification_preferences_13, t0.email_signature AS email_signature_14, t15.id AS id_16, t15.name AS name_17, t15.surname AS surname_18, t15.entry_at AS entry_at_19, t15.exit_at AS exit_at_20, t15.birthday_at AS birthday_at_21, t15.slug AS slug_22, t15.daily_work_time AS daily_work_time_23, t15.cost_per_hour AS cost_per_hour_24, t15.personal_id AS personal_id_25, t15.created_at AS created_at_26, t15.phone_number AS phone_number_27, t15.uiid AS uiid_28, t15.profile_image AS profile_image_29, t15.email AS email_30, t15.user_id AS user_id_31, t0.user_position_id AS user_position_id_32 FROM user t0 LEFT JOIN worker t15 ON t15.user_id = t0.id WHERE t0.id = ?"
"params" => [1 => 8]
"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.level AS level_3, t0.description AS description_4, t0.selectable AS selectable_5, t0.access_type_id AS access_type_id_6 FROM access_roles t0 INNER JOIN user_access_roles ON t0.id = user_access_roles.access_roles_id WHERE user_access_roles.user_id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.description AS description_4, t0.selectable AS selectable_5, t0.access_type_id AS access_type_id_6 FROM access_roles t0 INNER JOIN user_access_roles ON t0.id = user_access_roles.access_roles_id WHERE user_access_roles.user_id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.name AS name_2 FROM access_types t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM access_types t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.absence AS absence_2, t0.absence_short_key AS absence_short_key_3, t0.cost_calculate AS cost_calculate_4, t0.absence_color AS absence_color_5, t0.absence_bg_color AS absence_bg_color_6, t0.absence_br_color AS absence_br_color_7, t0.absence_icon AS absence_icon_8, t0.absence_color_hex AS absence_color_hex_9 FROM timesheet_status t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.absence AS absence_2, t0.absence_short_key AS absence_short_key_3, t0.cost_calculate AS cost_calculate_4, t0.absence_color AS absence_color_5, t0.absence_bg_color AS absence_bg_color_6, t0.absence_br_color AS absence_br_color_7, t0.absence_icon AS absence_icon_8, t0.absence_color_hex AS absence_color_hex_9 FROM timesheet_status t0"
]
deprecation
User Deprecated: Since symfony/http-foundation 5.1: Passing "stdClass" as a 2nd Argument to "Symfony\Component\HttpFoundation\InputBag::set()" is deprecated, pass a scalar, array, or null instead.
User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-scalar value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead.
"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.id = ?"
(parameters:
[1 => 189]
, 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.id = ?"
"params" => [1 => 189]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.year AS year_2, t0.created_at AS created_at_3, t0.transformed_at AS transformed_at_4, t0.m1_d1 AS m1_d1_5, t0.m1_d2 AS m1_d2_6, t0.m1_d3 AS m1_d3_7, t0.m1_d4 AS m1_d4_8, t0.m1_d5 AS m1_d5_9, t0.m1_d6 AS m1_d6_10, t0.m1_d7 AS m1_d7_11, t0.m1_d8 AS m1_d8_12, t0.m1_d9 AS m1_d9_13, t0.m1_d10 AS m1_d10_14, t0.m1_d11 AS m1_d11_15, t0.m1_d12 AS m1_d12_16, t0.m1_d13 AS m1_d13_17, t0.m1_d14 AS m1_d14_18, t0.m1_d15 AS m1_d15_19, t0.m1_d16 AS m1_d16_20, t0.m1_d17 AS m1_d17_21, t0.m1_d18 AS m1_d18_22, t0.m1_d19 AS m1_d19_23, t0.m1_d20 AS m1_d20_24, t0.m1_d21 AS m1_d21_25, t0.m1_d22 AS m1_d22_26, t0.m1_d23 AS m1_d23_27, t0.m1_d24 AS m1_d24_28, t0.m1_d25 AS m1_d25_29, t0.m1_d26 AS m1_d26_30, t0.m1_d27 AS m1_d27_31, t0.m1_d28 AS m1_d28_32, t0.m1_d29 AS m1_d29_33, t0.m1_d30 AS m1_d30_34, t0.m1_d31 AS m1_d31_35, t0.m2_d1 AS m2_d1_36, t0.m2_d2 AS m2_d2_37, t0.m2_d3 AS m2_d3_38, t0.m2_d4 AS m2_d4_39, t0.m2_d5 AS m2_d5_40, t0.m2_d6 AS m2_d6_41, t0.m2_d7 AS m2_d7_42, t0.m2_d8 AS m2_d8_43, t0.m2_d9 AS m2_d9_44, t0.m2_d10 AS m2_d10_45, t0.m2_d11 AS m2_d11_46, t0.m2_d12 AS m2_d12_47, t0.m2_d13 AS m2_d13_48, t0.m2_d14 AS m2_d14_49, t0.m2_d15 AS m2_d15_50, t0.m2_d16 AS m2_d16_51, t0.m2_d17 AS m2_d17_52, t0.m2_d18 AS m2_d18_53, t0.m2_d19 AS m2_d19_54, t0.m2_d20 AS m2_d20_55, t0.m2_d21 AS m2_d21_56, t0.m2_d22 AS m2_d22_57, t0.m2_d23 AS m2_d23_58, t0.m2_d24 AS m2_d24_59, t0.m2_d25 AS m2_d25_60, t0.m2_d26 AS m2_d26_61, t0.m2_d27 AS m2_d27_62, t0.m2_d28 AS m2_d28_63, t0.m2_d29 AS m2_d29_64, t0.m2_d30 AS m2_d30_65, t0.m2_d31 AS m2_d31_66, t0.m3_d1 AS m3_d1_67, t0.m3_d2 AS m3_d2_68, t0.m3_d3 AS m3_d3_69, t0.m3_d4 AS m3_d4_70, t0.m3_d5 AS m3_d5_71, t0.m3_d6 AS m3_d6_72, t0.m3_d7 AS m3_d7_73, t0.m3_d8 AS m3_d8_74, t0.m3_d9 AS m3_d9_75, t0.m3_d10 AS m3_d10_76, t0.m3_d11 AS m3_d11_77, t0.m3_d12 AS m3_d12_78, t0.m3_d13 AS m3_d13_79, t0.m3_d14 AS m3_d14_80, t0.m3_d15 AS m3_d15_81, t0.m3_d16 AS m3_d16_82, t0.m3_d17 AS m3_d17_83, t0.m3_d18 AS m3_d18_84, t0.m3_d19 AS m3_d19_85, t0.m3_d20 AS m3_d20_86, t0.m3_d21 AS m3_d21_87, t0.m3_d22 AS m3_d22_88, t0.m3_d23 AS m3_d23_89, t0.m3_d24 AS m3_d24_90, t0.m3_d25 AS m3_d25_91, t0.m3_d26 AS m3_d26_92, t0.m3_d27 AS m3_d27_93, t0.m3_d28 AS m3_d28_94, t0.m3_d29 AS m3_d29_95, t0.m3_d30 AS m3_d30_96, t0.m3_d31 AS m3_d31_97, t0.m4_d1 AS m4_d1_98, t0.m4_d2 AS m4_d2_99, t0.m4_d3 AS m4_d3_100, t0.m4_d4 AS m4_d4_101, t0.m4_d5 AS m4_d5_102, t0.m4_d6 AS m4_d6_103, t0.m4_d7 AS m4_d7_104, t0.m4_d8 AS m4_d8_105, t0.m4_d9 AS m4_d9_106, t0.m4_d10 AS m4_d10_107, t0.m4_d11 AS m4_d11_108, t0.m4_d12 AS m4_d12_109, t0.m4_d13 AS m4_d13_110, t0.m4_d14 AS m4_d14_111, t0.m4_d15 AS m4_d15_112, t0.m4_d16 AS m4_d16_113, t0.m4_d17 AS m4_d17_114, t0.m4_d18 AS m4_d18_115, t0.m4_d19 AS m4_d19_116, t0.m4_d20 AS m4_d20_117, t0.m4_d21 AS m4_d21_118, t0.m4_d22 AS m4_d22_119, t0.m4_d23 AS m4_d23_120, t0.m4_d24 AS m4_d24_121, t0.m4_d25 AS m4_d25_122, t0.m4_d26 AS m4_d26_123, t0.m4_d27 AS m4_d27_124, t0.m4_d28 AS m4_d28_125, t0.m4_d29 AS m4_d29_126, t0.m4_d30 AS m4_d30_127, t0.m4_d31 AS m4_d31_128, t0.m5_d1 AS m5_d1_129, t0.m5_d2 AS m5_d2_130, t0.m5_d3 AS m5_d3_131, t0.m5_d4 AS m5_d4_132, t0.m5_d5 AS m5_d5_133, t0.m5_d6 AS m5_d6_134, t0.m5_d7 AS m5_d7_135, t0.m5_d8 AS m5_d8_136, t0.m5_d9 AS m5_d9_137, t0.m5_d10 AS m5_d10_138, t0.m5_d11 AS m5_d11_139, t0.m5_d12 AS m5_d12_140, t0.m5_d13 AS m5_d13_141, t0.m5_d14 AS m5_d14_142, t0.m5_d15 AS m5_d15_143, t0.m5_d16 AS m5_d16_144, t0.m5_d17 AS m5_d17_145, t0.m5_d18 AS m5_d18_146, t0.m5_d19 AS m5_d19_147, t0.m5_d20 AS m5_d20_148, t0.m5_d21 AS m5_d21_149, t0.m5_d22 AS m5_d22_150, t0.m5_d23 AS m5_d23_151, t0.m5_d24 AS m5_d24_152, t0.m5_d25 AS m5_d25_153, t0.m5_d26 AS m5_d26_154, t0.m5_d27 AS m5_d27_155, t0.m5_d28 AS m5_d28_156, t0.m5_d29 AS m5_d29_157, t0.m5_d30 AS m5_d30_158, t0.m5_d31 AS m5_d31_159, t0.m6_d1 AS m6_d1_160, t0.m6_d2 AS m6_d2_161, t0.m6_d3 AS m6_d3_162, t0.m6_d4 AS m6_d4_163, t0.m6_d5 AS m6_d5_164, t0.m6_d6 AS m6_d6_165, t0.m6_d7 AS m6_d7_166, t0.m6_d8 AS m6_d8_167, t0.m6_d9 AS m6_d9_168, t0.m6_d10 AS m6_d10_169, t0.m6_d11 AS m6_d11_170, t0.m6_d12 AS m6_d12_171, t0.m6_d13 AS m6_d13_172, t0.m6_d14 AS m6_d14_173, t0.m6_d15 AS m6_d15_174, t0.m6_d16 AS m6_d16_175, t0.m6_d17 AS m6_d17_176, t0.m6_d18 AS m6_d18_177, t0.m6_d19 AS m6_d19_178, t0.m6_d20 AS m6_d20_179, t0.m6_d21 AS m6_d21_180, t0.m6_d22 AS m6_d22_181, t0.m6_d23 AS m6_d23_182, t0.m6_d24 AS m6_d24_183, t0.m6_d25 AS m6_d25_184, t0.m6_d26 AS m6_d26_185, t0.m6_d27 AS m6_d27_186, t0.m6_d28 AS m6_d28_187, t0.m6_d29 AS m6_d29_188, t0.m6_d30 AS m6_d30_189, t0.m6_d31 AS m6_d31_190, t0.m7_d1 AS m7_d1_191, t0.m7_d2 AS m7_d2_192, t0.m7_d3 AS m7_d3_193, t0.m7_d4 AS m7_d4_194, t0.m7_d5 AS m7_d5_195, t0.m7_d6 AS m7_d6_196, t0.m7_d7 AS m7_d7_197, t0.m7_d8 AS m7_d8_198, t0.m7_d9 AS m7_d9_199, t0.m7_d10 AS m7_d10_200, t0.m7_d11 AS m7_d11_201, t0.m7_d12 AS m7_d12_202, t0.m7_d13 AS m7_d13_203, t0.m7_d14 AS m7_d14_204, t0.m7_d15 AS m7_d15_205, t0.m7_d16 AS m7_d16_206, t0.m7_d17 AS m7_d17_207, t0.m7_d18 AS m7_d18_208, t0.m7_d19 AS m7_d19_209, t0.m7_d20 AS m7_d20_210, t0.m7_d21 AS m7_d21_211, t0.m7_d22 AS m7_d22_212, t0.m7_d23 AS m7_d23_213, t0.m7_d24 AS m7_d24_214, t0.m7_d25 AS m7_d25_215, t0.m7_d26 AS m7_d26_216, t0.m7_d27 AS m7_d27_217, t0.m7_d28 AS m7_d28_218, t0.m7_d29 AS m7_d29_219, t0.m7_d30 AS m7_d30_220, t0.m7_d31 AS m7_d31_221, t0.m8_d1 AS m8_d1_222, t0.m8_d2 AS m8_d2_223, t0.m8_d3 AS m8_d3_224, t0.m8_d4 AS m8_d4_225, t0.m8_d5 AS m8_d5_226, t0.m8_d6 AS m8_d6_227, t0.m8_d7 AS m8_d7_228, t0.m8_d8 AS m8_d8_229, t0.m8_d9 AS m8_d9_230, t0.m8_d10 AS m8_d10_231, t0.m8_d11 AS m8_d11_232, t0.m8_d12 AS m8_d12_233, t0.m8_d13 AS m8_d13_234, t0.m8_d14 AS m8_d14_235, t0.m8_d15 AS m8_d15_236, t0.m8_d16 AS m8_d16_237, t0.m8_d17 AS m8_d17_238, t0.m8_d18 AS m8_d18_239, t0.m8_d19 AS m8_d19_240, t0.m8_d20 AS m8_d20_241, t0.m8_d21 AS m8_d21_242, t0.m8_d22 AS m8_d22_243, t0.m8_d23 AS m8_d23_244, t0.m8_d24 AS m8_d24_245, t0.m8_d25 AS m8_d25_246, t0.m8_d26 AS m8_d26_247, t0.m8_d27 AS m8_d27_248, t0.m8_d28 AS m8_d28_249, t0.m8_d29 AS m8_d29_250, t0.m8_d30 AS m8_d30_251, t0.m8_d31 AS m8_d31_252, t0.m9_d1 AS m9_d1_253, t0.m9_d2 AS m9_d2_254, t0.m9_d3 AS m9_d3_255, t0.m9_d4 AS m9_d4_256, t0.m9_d5 AS m9_d5_257, t0.m9_d6 AS m9_d6_258, t0.m9_d7 AS m9_d7_259, t0.m9_d8 AS m9_d8_260, t0.m9_d9 AS m9_d9_261, t0.m9_d10 AS m9_d10_262, t0.m9_d11 AS m9_d11_263, t0.m9_d12 AS m9_d12_264, t0.m9_d13 AS m9_d13_265, t0.m9_d14 AS m9_d14_266, t0.m9_d15 AS m9_d15_267, t0.m9_d16 AS m9_d16_268, t0.m9_d17 AS m9_d17_269, t0.m9_d18 AS m9_d18_270, t0.m9_d19 AS m9_d19_271, t0.m9_d20 AS m9_d20_272, t0.m9_d21 AS m9_d21_273, t0.m9_d22 AS m9_d22_274, t0.m9_d23 AS m9_d23_275, t0.m9_d24 AS m9_d24_276, t0.m9_d25 AS m9_d25_277, t0.m9_d26 AS m9_d26_278, t0.m9_d27 AS m9_d27_279, t0.m9_d28 AS m9_d28_280, t0.m9_d29 AS m9_d29_281, t0.m9_d30 AS m9_d30_282, t0.m9_d31 AS m9_d31_283, t0.m10_d1 AS m10_d1_284, t0.m10_d2 AS m10_d2_285, t0.m10_d3 AS m10_d3_286, t0.m10_d4 AS m10_d4_287, t0.m10_d5 AS m10_d5_288, t0.m10_d6 AS m10_d6_289, t0.m10_d7 AS m10_d7_290, t0.m10_d8 AS m10_d8_291, t0.m10_d9 AS m10_d9_292, t0.m10_d10 AS m10_d10_293, t0.m10_d11 AS m10_d11_294, t0.m10_d12 AS m10_d12_295, t0.m10_d13 AS m10_d13_296, t0.m10_d14 AS m10_d14_297, t0.m10_d15 AS m10_d15_298, t0.m10_d16 AS m10_d16_299, t0.m10_d17 AS m10_d17_300, t0.m10_d18 AS m10_d18_301, t0.m10_d19 AS m10_d19_302, t0.m10_d20 AS m10_d20_303, t0.m10_d21 AS m10_d21_304, t0.m10_d22 AS m10_d22_305, t0.m10_d23 AS m10_d23_306, t0.m10_d24 AS m10_d24_307, t0.m10_d25 AS m10_d25_308, t0.m10_d26 AS m10_d26_309, t0.m10_d27 AS m10_d27_310, t0.m10_d28 AS m10_d28_311, t0.m10_d29 AS m10_d29_312, t0.m10_d30 AS m10_d30_313, t0.m10_d31 AS m10_d31_314, t0.m11_d1 AS m11_d1_315, t0.m11_d2 AS m11_d2_316, t0.m11_d3 AS m11_d3_317, t0.m11_d4 AS m11_d4_318, t0.m11_d5 AS m11_d5_319, t0.m11_d6 AS m11_d6_320, t0.m11_d7 AS m11_d7_321, t0.m11_d8 AS m11_d8_322, t0.m11_d9 AS m11_d9_323, t0.m11_d10 AS m11_d10_324, t0.m11_d11 AS m11_d11_325, t0.m11_d12 AS m11_d12_326, t0.m11_d13 AS m11_d13_327, t0.m11_d14 AS m11_d14_328, t0.m11_d15 AS m11_d15_329, t0.m11_d16 AS m11_d16_330, t0.m11_d17 AS m11_d17_331, t0.m11_d18 AS m11_d18_332, t0.m11_d19 AS m11_d19_333, t0.m11_d20 AS m11_d20_334, t0.m11_d21 AS m11_d21_335, t0.m11_d22 AS m11_d22_336, t0.m11_d23 AS m11_d23_337, t0.m11_d24 AS m11_d24_338, t0.m11_d25 AS m11_d25_339, t0.m11_d26 AS m11_d26_340, t0.m11_d27 AS m11_d27_341, t0.m11_d28 AS m11_d28_342, t0.m11_d29 AS m11_d29_343, t0.m11_d30 AS m11_d30_344, t0.m11_d31 AS m11_d31_345, t0.m12_d1 AS m12_d1_346, t0.m12_d2 AS m12_d2_347, t0.m12_d3 AS m12_d3_348, t0.m12_d4 AS m12_d4_349, t0.m12_d5 AS m12_d5_350, t0.m12_d6 AS m12_d6_351, t0.m12_d7 AS m12_d7_352, t0.m12_d8 AS m12_d8_353, t0.m12_d9 AS m12_d9_354, t0.m12_d10 AS m12_d10_355, t0.m12_d11 AS m12_d11_356, t0.m12_d12 AS m12_d12_357, t0.m12_d13 AS m12_d13_358, t0.m12_d14 AS m12_d14_359, t0.m12_d15 AS m12_d15_360, t0.m12_d16 AS m12_d16_361, t0.m12_d17 AS m12_d17_362, t0.m12_d18 AS m12_d18_363, t0.m12_d19 AS m12_d19_364, t0.m12_d20 AS m12_d20_365, t0.m12_d21 AS m12_d21_366, t0.m12_d22 AS m12_d22_367, t0.m12_d23 AS m12_d23_368, t0.m12_d24 AS m12_d24_369, t0.m12_d25 AS m12_d25_370, t0.m12_d26 AS m12_d26_371, t0.m12_d27 AS m12_d27_372, t0.m12_d28 AS m12_d28_373, t0.m12_d29 AS m12_d29_374, t0.m12_d30 AS m12_d30_375, t0.m12_d31 AS m12_d31_376, t0.worker_a_id AS worker_a_id_377, t0.worker_activity_id AS worker_activity_id_378, t379.id AS id_380, t379.history AS history_381, t379.created_at AS created_at_382, t379.worker_timesheet_id AS worker_timesheet_id_383 FROM worker_timesheet t0 LEFT JOIN worker_timesheet_histories t379 ON t379.worker_timesheet_id = t0.id WHERE t0.worker_activity_id = ? AND t0.year = ? LIMIT 1"
(parameters:
[1 => 1892 => 2026]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2, t0.created_at AS created_at_3, t0.transformed_at AS transformed_at_4, t0.m1_d1 AS m1_d1_5, t0.m1_d2 AS m1_d2_6, t0.m1_d3 AS m1_d3_7, t0.m1_d4 AS m1_d4_8, t0.m1_d5 AS m1_d5_9, t0.m1_d6 AS m1_d6_10, t0.m1_d7 AS m1_d7_11, t0.m1_d8 AS m1_d8_12, t0.m1_d9 AS m1_d9_13, t0.m1_d10 AS m1_d10_14, t0.m1_d11 AS m1_d11_15, t0.m1_d12 AS m1_d12_16, t0.m1_d13 AS m1_d13_17, t0.m1_d14 AS m1_d14_18, t0.m1_d15 AS m1_d15_19, t0.m1_d16 AS m1_d16_20, t0.m1_d17 AS m1_d17_21, t0.m1_d18 AS m1_d18_22, t0.m1_d19 AS m1_d19_23, t0.m1_d20 AS m1_d20_24, t0.m1_d21 AS m1_d21_25, t0.m1_d22 AS m1_d22_26, t0.m1_d23 AS m1_d23_27, t0.m1_d24 AS m1_d24_28, t0.m1_d25 AS m1_d25_29, t0.m1_d26 AS m1_d26_30, t0.m1_d27 AS m1_d27_31, t0.m1_d28 AS m1_d28_32, t0.m1_d29 AS m1_d29_33, t0.m1_d30 AS m1_d30_34, t0.m1_d31 AS m1_d31_35, t0.m2_d1 AS m2_d1_36, t0.m2_d2 AS m2_d2_37, t0.m2_d3 AS m2_d3_38, t0.m2_d4 AS m2_d4_39, t0.m2_d5 AS m2_d5_40, t0.m2_d6 AS m2_d6_41, t0.m2_d7 AS m2_d7_42, t0.m2_d8 AS m2_d8_43, t0.m2_d9 AS m2_d9_44, t0.m2_d10 AS m2_d10_45, t0.m2_d11 AS m2_d11_46, t0.m2_d12 AS m2_d12_47, t0.m2_d13 AS m2_d13_48, t0.m2_d14 AS m2_d14_49, t0.m2_d15 AS m2_d15_50, t0.m2_d16 AS m2_d16_51, t0.m2_d17 AS m2_d17_52, t0.m2_d18 AS m2_d18_53, t0.m2_d19 AS m2_d19_54, t0.m2_d20 AS m2_d20_55, t0.m2_d21 AS m2_d21_56, t0.m2_d22 AS m2_d22_57, t0.m2_d23 AS m2_d23_58, t0.m2_d24 AS m2_d24_59, t0.m2_d25 AS m2_d25_60, t0.m2_d26 AS m2_d26_61, t0.m2_d27 AS m2_d27_62, t0.m2_d28 AS m2_d28_63, t0.m2_d29 AS m2_d29_64, t0.m2_d30 AS m2_d30_65, t0.m2_d31 AS m2_d31_66, t0.m3_d1 AS m3_d1_67, t0.m3_d2 AS m3_d2_68, t0.m3_d3 AS m3_d3_69, t0.m3_d4 AS m3_d4_70, t0.m3_d5 AS m3_d5_71, t0.m3_d6 AS m3_d6_72, t0.m3_d7 AS m3_d7_73, t0.m3_d8 AS m3_d8_74, t0.m3_d9 AS m3_d9_75, t0.m3_d10 AS m3_d10_76, t0.m3_d11 AS m3_d11_77, t0.m3_d12 AS m3_d12_78, t0.m3_d13 AS m3_d13_79, t0.m3_d14 AS m3_d14_80, t0.m3_d15 AS m3_d15_81, t0.m3_d16 AS m3_d16_82, t0.m3_d17 AS m3_d17_83, t0.m3_d18 AS m3_d18_84, t0.m3_d19 AS m3_d19_85, t0.m3_d20 AS m3_d20_86, t0.m3_d21 AS m3_d21_87, t0.m3_d22 AS m3_d22_88, t0.m3_d23 AS m3_d23_89, t0.m3_d24 AS m3_d24_90, t0.m3_d25 AS m3_d25_91, t0.m3_d26 AS m3_d26_92, t0.m3_d27 AS m3_d27_93, t0.m3_d28 AS m3_d28_94, t0.m3_d29 AS m3_d29_95, t0.m3_d30 AS m3_d30_96, t0.m3_d31 AS m3_d31_97, t0.m4_d1 AS m4_d1_98, t0.m4_d2 AS m4_d2_99, t0.m4_d3 AS m4_d3_100, t0.m4_d4 AS m4_d4_101, t0.m4_d5 AS m4_d5_102, t0.m4_d6 AS m4_d6_103, t0.m4_d7 AS m4_d7_104, t0.m4_d8 AS m4_d8_105, t0.m4_d9 AS m4_d9_106, t0.m4_d10 AS m4_d10_107, t0.m4_d11 AS m4_d11_108, t0.m4_d12 AS m4_d12_109, t0.m4_d13 AS m4_d13_110, t0.m4_d14 AS m4_d14_111, t0.m4_d15 AS m4_d15_112, t0.m4_d16 AS m4_d16_113, t0.m4_d17 AS m4_d17_114, t0.m4_d18 AS m4_d18_115, t0.m4_d19 AS m4_d19_116, t0.m4_d20 AS m4_d20_117, t0.m4_d21 AS m4_d21_118, t0.m4_d22 AS m4_d22_119, t0.m4_d23 AS m4_d23_120, t0.m4_d24 AS m4_d24_121, t0.m4_d25 AS m4_d25_122, t0.m4_d26 AS m4_d26_123, t0.m4_d27 AS m4_d27_124, t0.m4_d28 AS m4_d28_125, t0.m4_d29 AS m4_d29_126, t0.m4_d30 AS m4_d30_127, t0.m4_d31 AS m4_d31_128, t0.m5_d1 AS m5_d1_129, t0.m5_d2 AS m5_d2_130, t0.m5_d3 AS m5_d3_131, t0.m5_d4 AS m5_d4_132, t0.m5_d5 AS m5_d5_133, t0.m5_d6 AS m5_d6_134, t0.m5_d7 AS m5_d7_135, t0.m5_d8 AS m5_d8_136, t0.m5_d9 AS m5_d9_137, t0.m5_d10 AS m5_d10_138, t0.m5_d11 AS m5_d11_139, t0.m5_d12 AS m5_d12_140, t0.m5_d13 AS m5_d13_141, t0.m5_d14 AS m5_d14_142, t0.m5_d15 AS m5_d15_143, t0.m5_d16 AS m5_d16_144, t0.m5_d17 AS m5_d17_145, t0.m5_d18 AS m5_d18_146, t0.m5_d19 AS m5_d19_147, t0.m5_d20 AS m5_d20_148, t0.m5_d21 AS m5_d21_149, t0.m5_d22 AS m5_d22_150, t0.m5_d23 AS m5_d23_151, t0.m5_d24 AS m5_d24_152, t0.m5_d25 AS m5_d25_153, t0.m5_d26 AS m5_d26_154, t0.m5_d27 AS m5_d27_155, t0.m5_d28 AS m5_d28_156, t0.m5_d29 AS m5_d29_157, t0.m5_d30 AS m5_d30_158, t0.m5_d31 AS m5_d31_159, t0.m6_d1 AS m6_d1_160, t0.m6_d2 AS m6_d2_161, t0.m6_d3 AS m6_d3_162, t0.m6_d4 AS m6_d4_163, t0.m6_d5 AS m6_d5_164, t0.m6_d6 AS m6_d6_165, t0.m6_d7 AS m6_d7_166, t0.m6_d8 AS m6_d8_167, t0.m6_d9 AS m6_d9_168, t0.m6_d10 AS m6_d10_169, t0.m6_d11 AS m6_d11_170, t0.m6_d12 AS m6_d12_171, t0.m6_d13 AS m6_d13_172, t0.m6_d14 AS m6_d14_173, t0.m6_d15 AS m6_d15_174, t0.m6_d16 AS m6_d16_175, t0.m6_d17 AS m6_d17_176, t0.m6_d18 AS m6_d18_177, t0.m6_d19 AS m6_d19_178, t0.m6_d20 AS m6_d20_179, t0.m6_d21 AS m6_d21_180, t0.m6_d22 AS m6_d22_181, t0.m6_d23 AS m6_d23_182, t0.m6_d24 AS m6_d24_183, t0.m6_d25 AS m6_d25_184, t0.m6_d26 AS m6_d26_185, t0.m6_d27 AS m6_d27_186, t0.m6_d28 AS m6_d28_187, t0.m6_d29 AS m6_d29_188, t0.m6_d30 AS m6_d30_189, t0.m6_d31 AS m6_d31_190, t0.m7_d1 AS m7_d1_191, t0.m7_d2 AS m7_d2_192, t0.m7_d3 AS m7_d3_193, t0.m7_d4 AS m7_d4_194, t0.m7_d5 AS m7_d5_195, t0.m7_d6 AS m7_d6_196, t0.m7_d7 AS m7_d7_197, t0.m7_d8 AS m7_d8_198, t0.m7_d9 AS m7_d9_199, t0.m7_d10 AS m7_d10_200, t0.m7_d11 AS m7_d11_201, t0.m7_d12 AS m7_d12_202, t0.m7_d13 AS m7_d13_203, t0.m7_d14 AS m7_d14_204, t0.m7_d15 AS m7_d15_205, t0.m7_d16 AS m7_d16_206, t0.m7_d17 AS m7_d17_207, t0.m7_d18 AS m7_d18_208, t0.m7_d19 AS m7_d19_209, t0.m7_d20 AS m7_d20_210, t0.m7_d21 AS m7_d21_211, t0.m7_d22 AS m7_d22_212, t0.m7_d23 AS m7_d23_213, t0.m7_d24 AS m7_d24_214, t0.m7_d25 AS m7_d25_215, t0.m7_d26 AS m7_d26_216, t0.m7_d27 AS m7_d27_217, t0.m7_d28 AS m7_d28_218, t0.m7_d29 AS m7_d29_219, t0.m7_d30 AS m7_d30_220, t0.m7_d31 AS m7_d31_221, t0.m8_d1 AS m8_d1_222, t0.m8_d2 AS m8_d2_223, t0.m8_d3 AS m8_d3_224, t0.m8_d4 AS m8_d4_225, t0.m8_d5 AS m8_d5_226, t0.m8_d6 AS m8_d6_227, t0.m8_d7 AS m8_d7_228, t0.m8_d8 AS m8_d8_229, t0.m8_d9 AS m8_d9_230, t0.m8_d10 AS m8_d10_231, t0.m8_d11 AS m8_d11_232, t0.m8_d12 AS m8_d12_233, t0.m8_d13 AS m8_d13_234, t0.m8_d14 AS m8_d14_235, t0.m8_d15 AS m8_d15_236, t0.m8_d16 AS m8_d16_237, t0.m8_d17 AS m8_d17_238, t0.m8_d18 AS m8_d18_239, t0.m8_d19 AS m8_d19_240, t0.m8_d20 AS m8_d20_241, t0.m8_d21 AS m8_d21_242, t0.m8_d22 AS m8_d22_243, t0.m8_d23 AS m8_d23_244, t0.m8_d24 AS m8_d24_245, t0.m8_d25 AS m8_d25_246, t0.m8_d26 AS m8_d26_247, t0.m8_d27 AS m8_d27_248, t0.m8_d28 AS m8_d28_249, t0.m8_d29 AS m8_d29_250, t0.m8_d30 AS m8_d30_251, t0.m8_d31 AS m8_d31_252, t0.m9_d1 AS m9_d1_253, t0.m9_d2 AS m9_d2_254, t0.m9_d3 AS m9_d3_255, t0.m9_d4 AS m9_d4_256, t0.m9_d5 AS m9_d5_257, t0.m9_d6 AS m9_d6_258, t0.m9_d7 AS m9_d7_259, t0.m9_d8 AS m9_d8_260, t0.m9_d9 AS m9_d9_261, t0.m9_d10 AS m9_d10_262, t0.m9_d11 AS m9_d11_263, t0.m9_d12 AS m9_d12_264, t0.m9_d13 AS m9_d13_265, t0.m9_d14 AS m9_d14_266, t0.m9_d15 AS m9_d15_267, t0.m9_d16 AS m9_d16_268, t0.m9_d17 AS m9_d17_269, t0.m9_d18 AS m9_d18_270, t0.m9_d19 AS m9_d19_271, t0.m9_d20 AS m9_d20_272, t0.m9_d21 AS m9_d21_273, t0.m9_d22 AS m9_d22_274, t0.m9_d23 AS m9_d23_275, t0.m9_d24 AS m9_d24_276, t0.m9_d25 AS m9_d25_277, t0.m9_d26 AS m9_d26_278, t0.m9_d27 AS m9_d27_279, t0.m9_d28 AS m9_d28_280, t0.m9_d29 AS m9_d29_281, t0.m9_d30 AS m9_d30_282, t0.m9_d31 AS m9_d31_283, t0.m10_d1 AS m10_d1_284, t0.m10_d2 AS m10_d2_285, t0.m10_d3 AS m10_d3_286, t0.m10_d4 AS m10_d4_287, t0.m10_d5 AS m10_d5_288, t0.m10_d6 AS m10_d6_289, t0.m10_d7 AS m10_d7_290, t0.m10_d8 AS m10_d8_291, t0.m10_d9 AS m10_d9_292, t0.m10_d10 AS m10_d10_293, t0.m10_d11 AS m10_d11_294, t0.m10_d12 AS m10_d12_295, t0.m10_d13 AS m10_d13_296, t0.m10_d14 AS m10_d14_297, t0.m10_d15 AS m10_d15_298, t0.m10_d16 AS m10_d16_299, t0.m10_d17 AS m10_d17_300, t0.m10_d18 AS m10_d18_301, t0.m10_d19 AS m10_d19_302, t0.m10_d20 AS m10_d20_303, t0.m10_d21 AS m10_d21_304, t0.m10_d22 AS m10_d22_305, t0.m10_d23 AS m10_d23_306, t0.m10_d24 AS m10_d24_307, t0.m10_d25 AS m10_d25_308, t0.m10_d26 AS m10_d26_309, t0.m10_d27 AS m10_d27_310, t0.m10_d28 AS m10_d28_311, t0.m10_d29 AS m10_d29_312, t0.m10_d30 AS m10_d30_313, t0.m10_d31 AS m10_d31_314, t0.m11_d1 AS m11_d1_315, t0.m11_d2 AS m11_d2_316, t0.m11_d3 AS m11_d3_317, t0.m11_d4 AS m11_d4_318, t0.m11_d5 AS m11_d5_319, t0.m11_d6 AS m11_d6_320, t0.m11_d7 AS m11_d7_321, t0.m11_d8 AS m11_d8_322, t0.m11_d9 AS m11_d9_323, t0.m11_d10 AS m11_d10_324, t0.m11_d11 AS m11_d11_325, t0.m11_d12 AS m11_d12_326, t0.m11_d13 AS m11_d13_327, t0.m11_d14 AS m11_d14_328, t0.m11_d15 AS m11_d15_329, t0.m11_d16 AS m11_d16_330, t0.m11_d17 AS m11_d17_331, t0.m11_d18 AS m11_d18_332, t0.m11_d19 AS m11_d19_333, t0.m11_d20 AS m11_d20_334, t0.m11_d21 AS m11_d21_335, t0.m11_d22 AS m11_d22_336, t0.m11_d23 AS m11_d23_337, t0.m11_d24 AS m11_d24_338, t0.m11_d25 AS m11_d25_339, t0.m11_d26 AS m11_d26_340, t0.m11_d27 AS m11_d27_341, t0.m11_d28 AS m11_d28_342, t0.m11_d29 AS m11_d29_343, t0.m11_d30 AS m11_d30_344, t0.m11_d31 AS m11_d31_345, t0.m12_d1 AS m12_d1_346, t0.m12_d2 AS m12_d2_347, t0.m12_d3 AS m12_d3_348, t0.m12_d4 AS m12_d4_349, t0.m12_d5 AS m12_d5_350, t0.m12_d6 AS m12_d6_351, t0.m12_d7 AS m12_d7_352, t0.m12_d8 AS m12_d8_353, t0.m12_d9 AS m12_d9_354, t0.m12_d10 AS m12_d10_355, t0.m12_d11 AS m12_d11_356, t0.m12_d12 AS m12_d12_357, t0.m12_d13 AS m12_d13_358, t0.m12_d14 AS m12_d14_359, t0.m12_d15 AS m12_d15_360, t0.m12_d16 AS m12_d16_361, t0.m12_d17 AS m12_d17_362, t0.m12_d18 AS m12_d18_363, t0.m12_d19 AS m12_d19_364, t0.m12_d20 AS m12_d20_365, t0.m12_d21 AS m12_d21_366, t0.m12_d22 AS m12_d22_367, t0.m12_d23 AS m12_d23_368, t0.m12_d24 AS m12_d24_369, t0.m12_d25 AS m12_d25_370, t0.m12_d26 AS m12_d26_371, t0.m12_d27 AS m12_d27_372, t0.m12_d28 AS m12_d28_373, t0.m12_d29 AS m12_d29_374, t0.m12_d30 AS m12_d30_375, t0.m12_d31 AS m12_d31_376, t0.worker_a_id AS worker_a_id_377, t0.worker_activity_id AS worker_activity_id_378, t379.id AS id_380, t379.history AS history_381, t379.created_at AS created_at_382, t379.worker_timesheet_id AS worker_timesheet_id_383 FROM worker_timesheet t0 LEFT JOIN worker_timesheet_histories t379 ON t379.worker_timesheet_id = t0.id WHERE t0.worker_activity_id = ? AND t0.year = ? LIMIT 1"
"params" => [1 => 1892 => 2026]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.email AS email_15, t0.user_id AS user_id_16 FROM worker t0 WHERE t0.id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.entry_at AS entry_at_4, t0.exit_at AS exit_at_5, t0.birthday_at AS birthday_at_6, t0.slug AS slug_7, t0.daily_work_time AS daily_work_time_8, t0.cost_per_hour AS cost_per_hour_9, t0.personal_id AS personal_id_10, t0.created_at AS created_at_11, t0.phone_number AS phone_number_12, t0.uiid AS uiid_13, t0.profile_image AS profile_image_14, t0.email AS email_15, t0.user_id AS user_id_16 FROM worker t0 WHERE t0.id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
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.exit_at IS NULL AND t0.worker_id = ?) ORDER BY t0.id DESC LIMIT 1"
(parameters:
[1 => 18]
, 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.exit_at IS NULL AND t0.worker_id = ?) ORDER BY t0.id DESC LIMIT 1"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Beginning transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.created_at AS created_at_5, t0.project_id AS project_id_6, t0.qr_code AS qr_code_7, t0.address AS address_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10, t0.scan_distance AS scan_distance_11, t0.reward_time AS reward_time_12, t0.work_pause AS work_pause_13, t0.working_time_start AS working_time_start_14, t0.working_time_stop AS working_time_stop_15, t0.code_postal AS code_postal_16, t0.town AS town_17, t0.is_archived AS is_archived_18, t0.is_recycle AS is_recycle_19, t0.type AS type_20, t0.owner_id AS owner_id_21, t0.country_id AS country_id_22, t0.invoice_type_id AS invoice_type_id_23, t24.id AS id_25, t24.material_budget AS material_budget_26, t24.timesheet_budget AS timesheet_budget_27, t24.target_profit AS target_profit_28, t24.project_id AS project_id_29, t30.id AS id_31, t30.spent_hours AS spent_hours_32, t30.spent_costs AS spent_costs_33, t30.expenses AS expenses_34, t30.half_finished AS half_finished_35, t30.backlog AS backlog_36, t30.contribution_margin AS contribution_margin_37, t30.finance_total AS finance_total_38, t30.progress AS progress_39, t30.open_invoices AS open_invoices_40, t30.received_invoices AS received_invoices_41, t30.total_invoices AS total_invoices_42, t30.open_undertakings AS open_undertakings_43, t30.received_undertakings AS received_undertakings_44, t30.total_undertakings AS total_undertakings_45, t30.stock_expenses AS stock_expenses_46, t30.total_billings AS total_billings_47, t30.open_billings AS open_billings_48, t30.paid_billings AS paid_billings_49, t30.project_id AS project_id_50, t0.classify_id AS classify_id_51 FROM projects t0 LEFT JOIN project_settings t24 ON t24.project_id = t0.id LEFT JOIN project_metrics t30 ON t30.project_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.created_at AS created_at_5, t0.project_id AS project_id_6, t0.qr_code AS qr_code_7, t0.address AS address_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10, t0.scan_distance AS scan_distance_11, t0.reward_time AS reward_time_12, t0.work_pause AS work_pause_13, t0.working_time_start AS working_time_start_14, t0.working_time_stop AS working_time_stop_15, t0.code_postal AS code_postal_16, t0.town AS town_17, t0.is_archived AS is_archived_18, t0.is_recycle AS is_recycle_19, t0.type AS type_20, t0.owner_id AS owner_id_21, t0.country_id AS country_id_22, t0.invoice_type_id AS invoice_type_id_23, t24.id AS id_25, t24.material_budget AS material_budget_26, t24.timesheet_budget AS timesheet_budget_27, t24.target_profit AS target_profit_28, t24.project_id AS project_id_29, t30.id AS id_31, t30.spent_hours AS spent_hours_32, t30.spent_costs AS spent_costs_33, t30.expenses AS expenses_34, t30.half_finished AS half_finished_35, t30.backlog AS backlog_36, t30.contribution_margin AS contribution_margin_37, t30.finance_total AS finance_total_38, t30.progress AS progress_39, t30.open_invoices AS open_invoices_40, t30.received_invoices AS received_invoices_41, t30.total_invoices AS total_invoices_42, t30.open_undertakings AS open_undertakings_43, t30.received_undertakings AS received_undertakings_44, t30.total_undertakings AS total_undertakings_45, t30.stock_expenses AS stock_expenses_46, t30.total_billings AS total_billings_47, t30.open_billings AS open_billings_48, t30.paid_billings AS paid_billings_49, t30.project_id AS project_id_50, t0.classify_id AS classify_id_51 FROM projects t0 LEFT JOIN project_settings t24 ON t24.project_id = t0.id LEFT JOIN project_metrics t30 ON t30.project_id = t0.id WHERE t0.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 query:
"SELECT t0.id AS id_1, t0.year AS year_2, t0.created_at AS created_at_3, t0.transformed_at AS transformed_at_4, t0.m1_d1 AS m1_d1_5, t0.m1_d2 AS m1_d2_6, t0.m1_d3 AS m1_d3_7, t0.m1_d4 AS m1_d4_8, t0.m1_d5 AS m1_d5_9, t0.m1_d6 AS m1_d6_10, t0.m1_d7 AS m1_d7_11, t0.m1_d8 AS m1_d8_12, t0.m1_d9 AS m1_d9_13, t0.m1_d10 AS m1_d10_14, t0.m1_d11 AS m1_d11_15, t0.m1_d12 AS m1_d12_16, t0.m1_d13 AS m1_d13_17, t0.m1_d14 AS m1_d14_18, t0.m1_d15 AS m1_d15_19, t0.m1_d16 AS m1_d16_20, t0.m1_d17 AS m1_d17_21, t0.m1_d18 AS m1_d18_22, t0.m1_d19 AS m1_d19_23, t0.m1_d20 AS m1_d20_24, t0.m1_d21 AS m1_d21_25, t0.m1_d22 AS m1_d22_26, t0.m1_d23 AS m1_d23_27, t0.m1_d24 AS m1_d24_28, t0.m1_d25 AS m1_d25_29, t0.m1_d26 AS m1_d26_30, t0.m1_d27 AS m1_d27_31, t0.m1_d28 AS m1_d28_32, t0.m1_d29 AS m1_d29_33, t0.m1_d30 AS m1_d30_34, t0.m1_d31 AS m1_d31_35, t0.m2_d1 AS m2_d1_36, t0.m2_d2 AS m2_d2_37, t0.m2_d3 AS m2_d3_38, t0.m2_d4 AS m2_d4_39, t0.m2_d5 AS m2_d5_40, t0.m2_d6 AS m2_d6_41, t0.m2_d7 AS m2_d7_42, t0.m2_d8 AS m2_d8_43, t0.m2_d9 AS m2_d9_44, t0.m2_d10 AS m2_d10_45, t0.m2_d11 AS m2_d11_46, t0.m2_d12 AS m2_d12_47, t0.m2_d13 AS m2_d13_48, t0.m2_d14 AS m2_d14_49, t0.m2_d15 AS m2_d15_50, t0.m2_d16 AS m2_d16_51, t0.m2_d17 AS m2_d17_52, t0.m2_d18 AS m2_d18_53, t0.m2_d19 AS m2_d19_54, t0.m2_d20 AS m2_d20_55, t0.m2_d21 AS m2_d21_56, t0.m2_d22 AS m2_d22_57, t0.m2_d23 AS m2_d23_58, t0.m2_d24 AS m2_d24_59, t0.m2_d25 AS m2_d25_60, t0.m2_d26 AS m2_d26_61, t0.m2_d27 AS m2_d27_62, t0.m2_d28 AS m2_d28_63, t0.m2_d29 AS m2_d29_64, t0.m2_d30 AS m2_d30_65, t0.m2_d31 AS m2_d31_66, t0.m3_d1 AS m3_d1_67, t0.m3_d2 AS m3_d2_68, t0.m3_d3 AS m3_d3_69, t0.m3_d4 AS m3_d4_70, t0.m3_d5 AS m3_d5_71, t0.m3_d6 AS m3_d6_72, t0.m3_d7 AS m3_d7_73, t0.m3_d8 AS m3_d8_74, t0.m3_d9 AS m3_d9_75, t0.m3_d10 AS m3_d10_76, t0.m3_d11 AS m3_d11_77, t0.m3_d12 AS m3_d12_78, t0.m3_d13 AS m3_d13_79, t0.m3_d14 AS m3_d14_80, t0.m3_d15 AS m3_d15_81, t0.m3_d16 AS m3_d16_82, t0.m3_d17 AS m3_d17_83, t0.m3_d18 AS m3_d18_84, t0.m3_d19 AS m3_d19_85, t0.m3_d20 AS m3_d20_86, t0.m3_d21 AS m3_d21_87, t0.m3_d22 AS m3_d22_88, t0.m3_d23 AS m3_d23_89, t0.m3_d24 AS m3_d24_90, t0.m3_d25 AS m3_d25_91, t0.m3_d26 AS m3_d26_92, t0.m3_d27 AS m3_d27_93, t0.m3_d28 AS m3_d28_94, t0.m3_d29 AS m3_d29_95, t0.m3_d30 AS m3_d30_96, t0.m3_d31 AS m3_d31_97, t0.m4_d1 AS m4_d1_98, t0.m4_d2 AS m4_d2_99, t0.m4_d3 AS m4_d3_100, t0.m4_d4 AS m4_d4_101, t0.m4_d5 AS m4_d5_102, t0.m4_d6 AS m4_d6_103, t0.m4_d7 AS m4_d7_104, t0.m4_d8 AS m4_d8_105, t0.m4_d9 AS m4_d9_106, t0.m4_d10 AS m4_d10_107, t0.m4_d11 AS m4_d11_108, t0.m4_d12 AS m4_d12_109, t0.m4_d13 AS m4_d13_110, t0.m4_d14 AS m4_d14_111, t0.m4_d15 AS m4_d15_112, t0.m4_d16 AS m4_d16_113, t0.m4_d17 AS m4_d17_114, t0.m4_d18 AS m4_d18_115, t0.m4_d19 AS m4_d19_116, t0.m4_d20 AS m4_d20_117, t0.m4_d21 AS m4_d21_118, t0.m4_d22 AS m4_d22_119, t0.m4_d23 AS m4_d23_120, t0.m4_d24 AS m4_d24_121, t0.m4_d25 AS m4_d25_122, t0.m4_d26 AS m4_d26_123, t0.m4_d27 AS m4_d27_124, t0.m4_d28 AS m4_d28_125, t0.m4_d29 AS m4_d29_126, t0.m4_d30 AS m4_d30_127, t0.m4_d31 AS m4_d31_128, t0.m5_d1 AS m5_d1_129, t0.m5_d2 AS m5_d2_130, t0.m5_d3 AS m5_d3_131, t0.m5_d4 AS m5_d4_132, t0.m5_d5 AS m5_d5_133, t0.m5_d6 AS m5_d6_134, t0.m5_d7 AS m5_d7_135, t0.m5_d8 AS m5_d8_136, t0.m5_d9 AS m5_d9_137, t0.m5_d10 AS m5_d10_138, t0.m5_d11 AS m5_d11_139, t0.m5_d12 AS m5_d12_140, t0.m5_d13 AS m5_d13_141, t0.m5_d14 AS m5_d14_142, t0.m5_d15 AS m5_d15_143, t0.m5_d16 AS m5_d16_144, t0.m5_d17 AS m5_d17_145, t0.m5_d18 AS m5_d18_146, t0.m5_d19 AS m5_d19_147, t0.m5_d20 AS m5_d20_148, t0.m5_d21 AS m5_d21_149, t0.m5_d22 AS m5_d22_150, t0.m5_d23 AS m5_d23_151, t0.m5_d24 AS m5_d24_152, t0.m5_d25 AS m5_d25_153, t0.m5_d26 AS m5_d26_154, t0.m5_d27 AS m5_d27_155, t0.m5_d28 AS m5_d28_156, t0.m5_d29 AS m5_d29_157, t0.m5_d30 AS m5_d30_158, t0.m5_d31 AS m5_d31_159, t0.m6_d1 AS m6_d1_160, t0.m6_d2 AS m6_d2_161, t0.m6_d3 AS m6_d3_162, t0.m6_d4 AS m6_d4_163, t0.m6_d5 AS m6_d5_164, t0.m6_d6 AS m6_d6_165, t0.m6_d7 AS m6_d7_166, t0.m6_d8 AS m6_d8_167, t0.m6_d9 AS m6_d9_168, t0.m6_d10 AS m6_d10_169, t0.m6_d11 AS m6_d11_170, t0.m6_d12 AS m6_d12_171, t0.m6_d13 AS m6_d13_172, t0.m6_d14 AS m6_d14_173, t0.m6_d15 AS m6_d15_174, t0.m6_d16 AS m6_d16_175, t0.m6_d17 AS m6_d17_176, t0.m6_d18 AS m6_d18_177, t0.m6_d19 AS m6_d19_178, t0.m6_d20 AS m6_d20_179, t0.m6_d21 AS m6_d21_180, t0.m6_d22 AS m6_d22_181, t0.m6_d23 AS m6_d23_182, t0.m6_d24 AS m6_d24_183, t0.m6_d25 AS m6_d25_184, t0.m6_d26 AS m6_d26_185, t0.m6_d27 AS m6_d27_186, t0.m6_d28 AS m6_d28_187, t0.m6_d29 AS m6_d29_188, t0.m6_d30 AS m6_d30_189, t0.m6_d31 AS m6_d31_190, t0.m7_d1 AS m7_d1_191, t0.m7_d2 AS m7_d2_192, t0.m7_d3 AS m7_d3_193, t0.m7_d4 AS m7_d4_194, t0.m7_d5 AS m7_d5_195, t0.m7_d6 AS m7_d6_196, t0.m7_d7 AS m7_d7_197, t0.m7_d8 AS m7_d8_198, t0.m7_d9 AS m7_d9_199, t0.m7_d10 AS m7_d10_200, t0.m7_d11 AS m7_d11_201, t0.m7_d12 AS m7_d12_202, t0.m7_d13 AS m7_d13_203, t0.m7_d14 AS m7_d14_204, t0.m7_d15 AS m7_d15_205, t0.m7_d16 AS m7_d16_206, t0.m7_d17 AS m7_d17_207, t0.m7_d18 AS m7_d18_208, t0.m7_d19 AS m7_d19_209, t0.m7_d20 AS m7_d20_210, t0.m7_d21 AS m7_d21_211, t0.m7_d22 AS m7_d22_212, t0.m7_d23 AS m7_d23_213, t0.m7_d24 AS m7_d24_214, t0.m7_d25 AS m7_d25_215, t0.m7_d26 AS m7_d26_216, t0.m7_d27 AS m7_d27_217, t0.m7_d28 AS m7_d28_218, t0.m7_d29 AS m7_d29_219, t0.m7_d30 AS m7_d30_220, t0.m7_d31 AS m7_d31_221, t0.m8_d1 AS m8_d1_222, t0.m8_d2 AS m8_d2_223, t0.m8_d3 AS m8_d3_224, t0.m8_d4 AS m8_d4_225, t0.m8_d5 AS m8_d5_226, t0.m8_d6 AS m8_d6_227, t0.m8_d7 AS m8_d7_228, t0.m8_d8 AS m8_d8_229, t0.m8_d9 AS m8_d9_230, t0.m8_d10 AS m8_d10_231, t0.m8_d11 AS m8_d11_232, t0.m8_d12 AS m8_d12_233, t0.m8_d13 AS m8_d13_234, t0.m8_d14 AS m8_d14_235, t0.m8_d15 AS m8_d15_236, t0.m8_d16 AS m8_d16_237, t0.m8_d17 AS m8_d17_238, t0.m8_d18 AS m8_d18_239, t0.m8_d19 AS m8_d19_240, t0.m8_d20 AS m8_d20_241, t0.m8_d21 AS m8_d21_242, t0.m8_d22 AS m8_d22_243, t0.m8_d23 AS m8_d23_244, t0.m8_d24 AS m8_d24_245, t0.m8_d25 AS m8_d25_246, t0.m8_d26 AS m8_d26_247, t0.m8_d27 AS m8_d27_248, t0.m8_d28 AS m8_d28_249, t0.m8_d29 AS m8_d29_250, t0.m8_d30 AS m8_d30_251, t0.m8_d31 AS m8_d31_252, t0.m9_d1 AS m9_d1_253, t0.m9_d2 AS m9_d2_254, t0.m9_d3 AS m9_d3_255, t0.m9_d4 AS m9_d4_256, t0.m9_d5 AS m9_d5_257, t0.m9_d6 AS m9_d6_258, t0.m9_d7 AS m9_d7_259, t0.m9_d8 AS m9_d8_260, t0.m9_d9 AS m9_d9_261, t0.m9_d10 AS m9_d10_262, t0.m9_d11 AS m9_d11_263, t0.m9_d12 AS m9_d12_264, t0.m9_d13 AS m9_d13_265, t0.m9_d14 AS m9_d14_266, t0.m9_d15 AS m9_d15_267, t0.m9_d16 AS m9_d16_268, t0.m9_d17 AS m9_d17_269, t0.m9_d18 AS m9_d18_270, t0.m9_d19 AS m9_d19_271, t0.m9_d20 AS m9_d20_272, t0.m9_d21 AS m9_d21_273, t0.m9_d22 AS m9_d22_274, t0.m9_d23 AS m9_d23_275, t0.m9_d24 AS m9_d24_276, t0.m9_d25 AS m9_d25_277, t0.m9_d26 AS m9_d26_278, t0.m9_d27 AS m9_d27_279, t0.m9_d28 AS m9_d28_280, t0.m9_d29 AS m9_d29_281, t0.m9_d30 AS m9_d30_282, t0.m9_d31 AS m9_d31_283, t0.m10_d1 AS m10_d1_284, t0.m10_d2 AS m10_d2_285, t0.m10_d3 AS m10_d3_286, t0.m10_d4 AS m10_d4_287, t0.m10_d5 AS m10_d5_288, t0.m10_d6 AS m10_d6_289, t0.m10_d7 AS m10_d7_290, t0.m10_d8 AS m10_d8_291, t0.m10_d9 AS m10_d9_292, t0.m10_d10 AS m10_d10_293, t0.m10_d11 AS m10_d11_294, t0.m10_d12 AS m10_d12_295, t0.m10_d13 AS m10_d13_296, t0.m10_d14 AS m10_d14_297, t0.m10_d15 AS m10_d15_298, t0.m10_d16 AS m10_d16_299, t0.m10_d17 AS m10_d17_300, t0.m10_d18 AS m10_d18_301, t0.m10_d19 AS m10_d19_302, t0.m10_d20 AS m10_d20_303, t0.m10_d21 AS m10_d21_304, t0.m10_d22 AS m10_d22_305, t0.m10_d23 AS m10_d23_306, t0.m10_d24 AS m10_d24_307, t0.m10_d25 AS m10_d25_308, t0.m10_d26 AS m10_d26_309, t0.m10_d27 AS m10_d27_310, t0.m10_d28 AS m10_d28_311, t0.m10_d29 AS m10_d29_312, t0.m10_d30 AS m10_d30_313, t0.m10_d31 AS m10_d31_314, t0.m11_d1 AS m11_d1_315, t0.m11_d2 AS m11_d2_316, t0.m11_d3 AS m11_d3_317, t0.m11_d4 AS m11_d4_318, t0.m11_d5 AS m11_d5_319, t0.m11_d6 AS m11_d6_320, t0.m11_d7 AS m11_d7_321, t0.m11_d8 AS m11_d8_322, t0.m11_d9 AS m11_d9_323, t0.m11_d10 AS m11_d10_324, t0.m11_d11 AS m11_d11_325, t0.m11_d12 AS m11_d12_326, t0.m11_d13 AS m11_d13_327, t0.m11_d14 AS m11_d14_328, t0.m11_d15 AS m11_d15_329, t0.m11_d16 AS m11_d16_330, t0.m11_d17 AS m11_d17_331, t0.m11_d18 AS m11_d18_332, t0.m11_d19 AS m11_d19_333, t0.m11_d20 AS m11_d20_334, t0.m11_d21 AS m11_d21_335, t0.m11_d22 AS m11_d22_336, t0.m11_d23 AS m11_d23_337, t0.m11_d24 AS m11_d24_338, t0.m11_d25 AS m11_d25_339, t0.m11_d26 AS m11_d26_340, t0.m11_d27 AS m11_d27_341, t0.m11_d28 AS m11_d28_342, t0.m11_d29 AS m11_d29_343, t0.m11_d30 AS m11_d30_344, t0.m11_d31 AS m11_d31_345, t0.m12_d1 AS m12_d1_346, t0.m12_d2 AS m12_d2_347, t0.m12_d3 AS m12_d3_348, t0.m12_d4 AS m12_d4_349, t0.m12_d5 AS m12_d5_350, t0.m12_d6 AS m12_d6_351, t0.m12_d7 AS m12_d7_352, t0.m12_d8 AS m12_d8_353, t0.m12_d9 AS m12_d9_354, t0.m12_d10 AS m12_d10_355, t0.m12_d11 AS m12_d11_356, t0.m12_d12 AS m12_d12_357, t0.m12_d13 AS m12_d13_358, t0.m12_d14 AS m12_d14_359, t0.m12_d15 AS m12_d15_360, t0.m12_d16 AS m12_d16_361, t0.m12_d17 AS m12_d17_362, t0.m12_d18 AS m12_d18_363, t0.m12_d19 AS m12_d19_364, t0.m12_d20 AS m12_d20_365, t0.m12_d21 AS m12_d21_366, t0.m12_d22 AS m12_d22_367, t0.m12_d23 AS m12_d23_368, t0.m12_d24 AS m12_d24_369, t0.m12_d25 AS m12_d25_370, t0.m12_d26 AS m12_d26_371, t0.m12_d27 AS m12_d27_372, t0.m12_d28 AS m12_d28_373, t0.m12_d29 AS m12_d29_374, t0.m12_d30 AS m12_d30_375, t0.m12_d31 AS m12_d31_376, t0.worker_a_id AS worker_a_id_377, t0.worker_activity_id AS worker_activity_id_378, t379.id AS id_380, t379.history AS history_381, t379.created_at AS created_at_382, t379.worker_timesheet_id AS worker_timesheet_id_383 FROM worker_timesheet t0 LEFT JOIN worker_timesheet_histories t379 ON t379.worker_timesheet_id = t0.id"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.year AS year_2, t0.created_at AS created_at_3, t0.transformed_at AS transformed_at_4, t0.m1_d1 AS m1_d1_5, t0.m1_d2 AS m1_d2_6, t0.m1_d3 AS m1_d3_7, t0.m1_d4 AS m1_d4_8, t0.m1_d5 AS m1_d5_9, t0.m1_d6 AS m1_d6_10, t0.m1_d7 AS m1_d7_11, t0.m1_d8 AS m1_d8_12, t0.m1_d9 AS m1_d9_13, t0.m1_d10 AS m1_d10_14, t0.m1_d11 AS m1_d11_15, t0.m1_d12 AS m1_d12_16, t0.m1_d13 AS m1_d13_17, t0.m1_d14 AS m1_d14_18, t0.m1_d15 AS m1_d15_19, t0.m1_d16 AS m1_d16_20, t0.m1_d17 AS m1_d17_21, t0.m1_d18 AS m1_d18_22, t0.m1_d19 AS m1_d19_23, t0.m1_d20 AS m1_d20_24, t0.m1_d21 AS m1_d21_25, t0.m1_d22 AS m1_d22_26, t0.m1_d23 AS m1_d23_27, t0.m1_d24 AS m1_d24_28, t0.m1_d25 AS m1_d25_29, t0.m1_d26 AS m1_d26_30, t0.m1_d27 AS m1_d27_31, t0.m1_d28 AS m1_d28_32, t0.m1_d29 AS m1_d29_33, t0.m1_d30 AS m1_d30_34, t0.m1_d31 AS m1_d31_35, t0.m2_d1 AS m2_d1_36, t0.m2_d2 AS m2_d2_37, t0.m2_d3 AS m2_d3_38, t0.m2_d4 AS m2_d4_39, t0.m2_d5 AS m2_d5_40, t0.m2_d6 AS m2_d6_41, t0.m2_d7 AS m2_d7_42, t0.m2_d8 AS m2_d8_43, t0.m2_d9 AS m2_d9_44, t0.m2_d10 AS m2_d10_45, t0.m2_d11 AS m2_d11_46, t0.m2_d12 AS m2_d12_47, t0.m2_d13 AS m2_d13_48, t0.m2_d14 AS m2_d14_49, t0.m2_d15 AS m2_d15_50, t0.m2_d16 AS m2_d16_51, t0.m2_d17 AS m2_d17_52, t0.m2_d18 AS m2_d18_53, t0.m2_d19 AS m2_d19_54, t0.m2_d20 AS m2_d20_55, t0.m2_d21 AS m2_d21_56, t0.m2_d22 AS m2_d22_57, t0.m2_d23 AS m2_d23_58, t0.m2_d24 AS m2_d24_59, t0.m2_d25 AS m2_d25_60, t0.m2_d26 AS m2_d26_61, t0.m2_d27 AS m2_d27_62, t0.m2_d28 AS m2_d28_63, t0.m2_d29 AS m2_d29_64, t0.m2_d30 AS m2_d30_65, t0.m2_d31 AS m2_d31_66, t0.m3_d1 AS m3_d1_67, t0.m3_d2 AS m3_d2_68, t0.m3_d3 AS m3_d3_69, t0.m3_d4 AS m3_d4_70, t0.m3_d5 AS m3_d5_71, t0.m3_d6 AS m3_d6_72, t0.m3_d7 AS m3_d7_73, t0.m3_d8 AS m3_d8_74, t0.m3_d9 AS m3_d9_75, t0.m3_d10 AS m3_d10_76, t0.m3_d11 AS m3_d11_77, t0.m3_d12 AS m3_d12_78, t0.m3_d13 AS m3_d13_79, t0.m3_d14 AS m3_d14_80, t0.m3_d15 AS m3_d15_81, t0.m3_d16 AS m3_d16_82, t0.m3_d17 AS m3_d17_83, t0.m3_d18 AS m3_d18_84, t0.m3_d19 AS m3_d19_85, t0.m3_d20 AS m3_d20_86, t0.m3_d21 AS m3_d21_87, t0.m3_d22 AS m3_d22_88, t0.m3_d23 AS m3_d23_89, t0.m3_d24 AS m3_d24_90, t0.m3_d25 AS m3_d25_91, t0.m3_d26 AS m3_d26_92, t0.m3_d27 AS m3_d27_93, t0.m3_d28 AS m3_d28_94, t0.m3_d29 AS m3_d29_95, t0.m3_d30 AS m3_d30_96, t0.m3_d31 AS m3_d31_97, t0.m4_d1 AS m4_d1_98, t0.m4_d2 AS m4_d2_99, t0.m4_d3 AS m4_d3_100, t0.m4_d4 AS m4_d4_101, t0.m4_d5 AS m4_d5_102, t0.m4_d6 AS m4_d6_103, t0.m4_d7 AS m4_d7_104, t0.m4_d8 AS m4_d8_105, t0.m4_d9 AS m4_d9_106, t0.m4_d10 AS m4_d10_107, t0.m4_d11 AS m4_d11_108, t0.m4_d12 AS m4_d12_109, t0.m4_d13 AS m4_d13_110, t0.m4_d14 AS m4_d14_111, t0.m4_d15 AS m4_d15_112, t0.m4_d16 AS m4_d16_113, t0.m4_d17 AS m4_d17_114, t0.m4_d18 AS m4_d18_115, t0.m4_d19 AS m4_d19_116, t0.m4_d20 AS m4_d20_117, t0.m4_d21 AS m4_d21_118, t0.m4_d22 AS m4_d22_119, t0.m4_d23 AS m4_d23_120, t0.m4_d24 AS m4_d24_121, t0.m4_d25 AS m4_d25_122, t0.m4_d26 AS m4_d26_123, t0.m4_d27 AS m4_d27_124, t0.m4_d28 AS m4_d28_125, t0.m4_d29 AS m4_d29_126, t0.m4_d30 AS m4_d30_127, t0.m4_d31 AS m4_d31_128, t0.m5_d1 AS m5_d1_129, t0.m5_d2 AS m5_d2_130, t0.m5_d3 AS m5_d3_131, t0.m5_d4 AS m5_d4_132, t0.m5_d5 AS m5_d5_133, t0.m5_d6 AS m5_d6_134, t0.m5_d7 AS m5_d7_135, t0.m5_d8 AS m5_d8_136, t0.m5_d9 AS m5_d9_137, t0.m5_d10 AS m5_d10_138, t0.m5_d11 AS m5_d11_139, t0.m5_d12 AS m5_d12_140, t0.m5_d13 AS m5_d13_141, t0.m5_d14 AS m5_d14_142, t0.m5_d15 AS m5_d15_143, t0.m5_d16 AS m5_d16_144, t0.m5_d17 AS m5_d17_145, t0.m5_d18 AS m5_d18_146, t0.m5_d19 AS m5_d19_147, t0.m5_d20 AS m5_d20_148, t0.m5_d21 AS m5_d21_149, t0.m5_d22 AS m5_d22_150, t0.m5_d23 AS m5_d23_151, t0.m5_d24 AS m5_d24_152, t0.m5_d25 AS m5_d25_153, t0.m5_d26 AS m5_d26_154, t0.m5_d27 AS m5_d27_155, t0.m5_d28 AS m5_d28_156, t0.m5_d29 AS m5_d29_157, t0.m5_d30 AS m5_d30_158, t0.m5_d31 AS m5_d31_159, t0.m6_d1 AS m6_d1_160, t0.m6_d2 AS m6_d2_161, t0.m6_d3 AS m6_d3_162, t0.m6_d4 AS m6_d4_163, t0.m6_d5 AS m6_d5_164, t0.m6_d6 AS m6_d6_165, t0.m6_d7 AS m6_d7_166, t0.m6_d8 AS m6_d8_167, t0.m6_d9 AS m6_d9_168, t0.m6_d10 AS m6_d10_169, t0.m6_d11 AS m6_d11_170, t0.m6_d12 AS m6_d12_171, t0.m6_d13 AS m6_d13_172, t0.m6_d14 AS m6_d14_173, t0.m6_d15 AS m6_d15_174, t0.m6_d16 AS m6_d16_175, t0.m6_d17 AS m6_d17_176, t0.m6_d18 AS m6_d18_177, t0.m6_d19 AS m6_d19_178, t0.m6_d20 AS m6_d20_179, t0.m6_d21 AS m6_d21_180, t0.m6_d22 AS m6_d22_181, t0.m6_d23 AS m6_d23_182, t0.m6_d24 AS m6_d24_183, t0.m6_d25 AS m6_d25_184, t0.m6_d26 AS m6_d26_185, t0.m6_d27 AS m6_d27_186, t0.m6_d28 AS m6_d28_187, t0.m6_d29 AS m6_d29_188, t0.m6_d30 AS m6_d30_189, t0.m6_d31 AS m6_d31_190, t0.m7_d1 AS m7_d1_191, t0.m7_d2 AS m7_d2_192, t0.m7_d3 AS m7_d3_193, t0.m7_d4 AS m7_d4_194, t0.m7_d5 AS m7_d5_195, t0.m7_d6 AS m7_d6_196, t0.m7_d7 AS m7_d7_197, t0.m7_d8 AS m7_d8_198, t0.m7_d9 AS m7_d9_199, t0.m7_d10 AS m7_d10_200, t0.m7_d11 AS m7_d11_201, t0.m7_d12 AS m7_d12_202, t0.m7_d13 AS m7_d13_203, t0.m7_d14 AS m7_d14_204, t0.m7_d15 AS m7_d15_205, t0.m7_d16 AS m7_d16_206, t0.m7_d17 AS m7_d17_207, t0.m7_d18 AS m7_d18_208, t0.m7_d19 AS m7_d19_209, t0.m7_d20 AS m7_d20_210, t0.m7_d21 AS m7_d21_211, t0.m7_d22 AS m7_d22_212, t0.m7_d23 AS m7_d23_213, t0.m7_d24 AS m7_d24_214, t0.m7_d25 AS m7_d25_215, t0.m7_d26 AS m7_d26_216, t0.m7_d27 AS m7_d27_217, t0.m7_d28 AS m7_d28_218, t0.m7_d29 AS m7_d29_219, t0.m7_d30 AS m7_d30_220, t0.m7_d31 AS m7_d31_221, t0.m8_d1 AS m8_d1_222, t0.m8_d2 AS m8_d2_223, t0.m8_d3 AS m8_d3_224, t0.m8_d4 AS m8_d4_225, t0.m8_d5 AS m8_d5_226, t0.m8_d6 AS m8_d6_227, t0.m8_d7 AS m8_d7_228, t0.m8_d8 AS m8_d8_229, t0.m8_d9 AS m8_d9_230, t0.m8_d10 AS m8_d10_231, t0.m8_d11 AS m8_d11_232, t0.m8_d12 AS m8_d12_233, t0.m8_d13 AS m8_d13_234, t0.m8_d14 AS m8_d14_235, t0.m8_d15 AS m8_d15_236, t0.m8_d16 AS m8_d16_237, t0.m8_d17 AS m8_d17_238, t0.m8_d18 AS m8_d18_239, t0.m8_d19 AS m8_d19_240, t0.m8_d20 AS m8_d20_241, t0.m8_d21 AS m8_d21_242, t0.m8_d22 AS m8_d22_243, t0.m8_d23 AS m8_d23_244, t0.m8_d24 AS m8_d24_245, t0.m8_d25 AS m8_d25_246, t0.m8_d26 AS m8_d26_247, t0.m8_d27 AS m8_d27_248, t0.m8_d28 AS m8_d28_249, t0.m8_d29 AS m8_d29_250, t0.m8_d30 AS m8_d30_251, t0.m8_d31 AS m8_d31_252, t0.m9_d1 AS m9_d1_253, t0.m9_d2 AS m9_d2_254, t0.m9_d3 AS m9_d3_255, t0.m9_d4 AS m9_d4_256, t0.m9_d5 AS m9_d5_257, t0.m9_d6 AS m9_d6_258, t0.m9_d7 AS m9_d7_259, t0.m9_d8 AS m9_d8_260, t0.m9_d9 AS m9_d9_261, t0.m9_d10 AS m9_d10_262, t0.m9_d11 AS m9_d11_263, t0.m9_d12 AS m9_d12_264, t0.m9_d13 AS m9_d13_265, t0.m9_d14 AS m9_d14_266, t0.m9_d15 AS m9_d15_267, t0.m9_d16 AS m9_d16_268, t0.m9_d17 AS m9_d17_269, t0.m9_d18 AS m9_d18_270, t0.m9_d19 AS m9_d19_271, t0.m9_d20 AS m9_d20_272, t0.m9_d21 AS m9_d21_273, t0.m9_d22 AS m9_d22_274, t0.m9_d23 AS m9_d23_275, t0.m9_d24 AS m9_d24_276, t0.m9_d25 AS m9_d25_277, t0.m9_d26 AS m9_d26_278, t0.m9_d27 AS m9_d27_279, t0.m9_d28 AS m9_d28_280, t0.m9_d29 AS m9_d29_281, t0.m9_d30 AS m9_d30_282, t0.m9_d31 AS m9_d31_283, t0.m10_d1 AS m10_d1_284, t0.m10_d2 AS m10_d2_285, t0.m10_d3 AS m10_d3_286, t0.m10_d4 AS m10_d4_287, t0.m10_d5 AS m10_d5_288, t0.m10_d6 AS m10_d6_289, t0.m10_d7 AS m10_d7_290, t0.m10_d8 AS m10_d8_291, t0.m10_d9 AS m10_d9_292, t0.m10_d10 AS m10_d10_293, t0.m10_d11 AS m10_d11_294, t0.m10_d12 AS m10_d12_295, t0.m10_d13 AS m10_d13_296, t0.m10_d14 AS m10_d14_297, t0.m10_d15 AS m10_d15_298, t0.m10_d16 AS m10_d16_299, t0.m10_d17 AS m10_d17_300, t0.m10_d18 AS m10_d18_301, t0.m10_d19 AS m10_d19_302, t0.m10_d20 AS m10_d20_303, t0.m10_d21 AS m10_d21_304, t0.m10_d22 AS m10_d22_305, t0.m10_d23 AS m10_d23_306, t0.m10_d24 AS m10_d24_307, t0.m10_d25 AS m10_d25_308, t0.m10_d26 AS m10_d26_309, t0.m10_d27 AS m10_d27_310, t0.m10_d28 AS m10_d28_311, t0.m10_d29 AS m10_d29_312, t0.m10_d30 AS m10_d30_313, t0.m10_d31 AS m10_d31_314, t0.m11_d1 AS m11_d1_315, t0.m11_d2 AS m11_d2_316, t0.m11_d3 AS m11_d3_317, t0.m11_d4 AS m11_d4_318, t0.m11_d5 AS m11_d5_319, t0.m11_d6 AS m11_d6_320, t0.m11_d7 AS m11_d7_321, t0.m11_d8 AS m11_d8_322, t0.m11_d9 AS m11_d9_323, t0.m11_d10 AS m11_d10_324, t0.m11_d11 AS m11_d11_325, t0.m11_d12 AS m11_d12_326, t0.m11_d13 AS m11_d13_327, t0.m11_d14 AS m11_d14_328, t0.m11_d15 AS m11_d15_329, t0.m11_d16 AS m11_d16_330, t0.m11_d17 AS m11_d17_331, t0.m11_d18 AS m11_d18_332, t0.m11_d19 AS m11_d19_333, t0.m11_d20 AS m11_d20_334, t0.m11_d21 AS m11_d21_335, t0.m11_d22 AS m11_d22_336, t0.m11_d23 AS m11_d23_337, t0.m11_d24 AS m11_d24_338, t0.m11_d25 AS m11_d25_339, t0.m11_d26 AS m11_d26_340, t0.m11_d27 AS m11_d27_341, t0.m11_d28 AS m11_d28_342, t0.m11_d29 AS m11_d29_343, t0.m11_d30 AS m11_d30_344, t0.m11_d31 AS m11_d31_345, t0.m12_d1 AS m12_d1_346, t0.m12_d2 AS m12_d2_347, t0.m12_d3 AS m12_d3_348, t0.m12_d4 AS m12_d4_349, t0.m12_d5 AS m12_d5_350, t0.m12_d6 AS m12_d6_351, t0.m12_d7 AS m12_d7_352, t0.m12_d8 AS m12_d8_353, t0.m12_d9 AS m12_d9_354, t0.m12_d10 AS m12_d10_355, t0.m12_d11 AS m12_d11_356, t0.m12_d12 AS m12_d12_357, t0.m12_d13 AS m12_d13_358, t0.m12_d14 AS m12_d14_359, t0.m12_d15 AS m12_d15_360, t0.m12_d16 AS m12_d16_361, t0.m12_d17 AS m12_d17_362, t0.m12_d18 AS m12_d18_363, t0.m12_d19 AS m12_d19_364, t0.m12_d20 AS m12_d20_365, t0.m12_d21 AS m12_d21_366, t0.m12_d22 AS m12_d22_367, t0.m12_d23 AS m12_d23_368, t0.m12_d24 AS m12_d24_369, t0.m12_d25 AS m12_d25_370, t0.m12_d26 AS m12_d26_371, t0.m12_d27 AS m12_d27_372, t0.m12_d28 AS m12_d28_373, t0.m12_d29 AS m12_d29_374, t0.m12_d30 AS m12_d30_375, t0.m12_d31 AS m12_d31_376, t0.worker_a_id AS worker_a_id_377, t0.worker_activity_id AS worker_activity_id_378, t379.id AS id_380, t379.history AS history_381, t379.created_at AS created_at_382, t379.worker_timesheet_id AS worker_timesheet_id_383 FROM worker_timesheet t0 LEFT JOIN worker_timesheet_histories t379 ON t379.worker_timesheet_id = t0.id"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.start_at AS start_at_2, t0.end_at AS end_at_3, t0.created_at AS created_at_4, t0.forcibly_completed AS forcibly_completed_5, t0.cost_per_hour AS cost_per_hour_6, t0.can_app_check_anywhere AS can_app_check_anywhere_7, t0.worker_id AS worker_id_8, t0.project_id AS project_id_9, t0.worker_activity_id AS worker_activity_id_10 FROM worker_in_project t0 WHERE t0.worker_activity_id = ? ORDER BY t0.id DESC"
(parameters:
[1 => 189]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.start_at AS start_at_2, t0.end_at AS end_at_3, t0.created_at AS created_at_4, t0.forcibly_completed AS forcibly_completed_5, t0.cost_per_hour AS cost_per_hour_6, t0.can_app_check_anywhere AS can_app_check_anywhere_7, t0.worker_id AS worker_id_8, t0.project_id AS project_id_9, t0.worker_activity_id AS worker_activity_id_10 FROM worker_in_project t0 WHERE t0.worker_activity_id = ? ORDER BY t0.id DESC"
"params" => [1 => 189]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.start_at AS start_at_2, t0.end_at AS end_at_3, t0.created_at AS created_at_4, t0.partner_id AS partner_id_5, t0.project_id AS project_id_6 FROM project_stakeholders t0 WHERE t0.id = ?"
(parameters:
[1 => 111]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.start_at AS start_at_2, t0.end_at AS end_at_3, t0.created_at AS created_at_4, t0.partner_id AS partner_id_5, t0.project_id AS project_id_6 FROM project_stakeholders t0 WHERE t0.id = ?"
"params" => [1 => 111]
"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.id = ? AND t0.project_id = ?) LIMIT 1"
(parameters:
[1 => 18602 => 11]
, types:
[1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
"params" => [1 => 18602 => 11]
"types" => [1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
(parameters:
[1 => 18602 => 11]
, types:
[1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
"params" => [1 => 18602 => 11]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
(parameters:
[1 => 112 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
"params" => [1 => 112 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
(parameters:
[1 => 112 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
"params" => [1 => 112 => 7]
"types" => [1 => 12 => 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 INNER JOIN project_orders_worker_activities ON t0.id = project_orders_worker_activities.project_orders_id WHERE project_orders_worker_activities.worker_activities_id = ?"
(parameters:
[1 => 189]
, 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 INNER JOIN project_orders_worker_activities ON t0.id = project_orders_worker_activities.project_orders_id WHERE project_orders_worker_activities.worker_activities_id = ?"
"params" => [1 => 189]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT te.id AS id, te.order_nr AS order_nr, te.order_description AS order_description, te.order_price AS order_price, te.order_status AS order_status, te.should_end_at AS should_end_at, te.is_end_at AS is_end_at, te.hourly_rate AS hourly_rate, te.order_at AS order_at, te.project_owner_order_nr AS project_owner_order_nr, te.hours_spent AS hours_spent, te.cost_spent AS cost_spent, te.material_budget AS material_budget, te.timesheet_budget AS timesheet_budget, te.target_profit AS target_profit, te.created_at AS created_at, te.plan_rating AS plan_rating, te.project_id AS project_id, te.contact_person_id AS contact_person_id, te.author_id AS author_id, te.invoice_type_id AS invoice_type_id, te.order_primary_lead_id AS order_primary_lead_id, te.order_branch_id AS order_branch_id, te.branch_department_id AS branch_department_id, te.works_plan_id AS works_plan_id FROM project_orders te JOIN project_orders_worker_activities t ON t.project_orders_id = te.id WHERE t.worker_activities_id = ? AND te.id = ?"
(parameters:
[1 => 1892 => 1860]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT te.id AS id, te.order_nr AS order_nr, te.order_description AS order_description, te.order_price AS order_price, te.order_status AS order_status, te.should_end_at AS should_end_at, te.is_end_at AS is_end_at, te.hourly_rate AS hourly_rate, te.order_at AS order_at, te.project_owner_order_nr AS project_owner_order_nr, te.hours_spent AS hours_spent, te.cost_spent AS cost_spent, te.material_budget AS material_budget, te.timesheet_budget AS timesheet_budget, te.target_profit AS target_profit, te.created_at AS created_at, te.plan_rating AS plan_rating, te.project_id AS project_id, te.contact_person_id AS contact_person_id, te.author_id AS author_id, te.invoice_type_id AS invoice_type_id, te.order_primary_lead_id AS order_primary_lead_id, te.order_branch_id AS order_branch_id, te.branch_department_id AS branch_department_id, te.works_plan_id AS works_plan_id FROM project_orders te JOIN project_orders_worker_activities t ON t.project_orders_id = te.id WHERE t.worker_activities_id = ? AND te.id = ?"
"params" => [1 => 1892 => 1860]
"types" => [1 => 12 => 1]
]
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 INNER JOIN project_orders_worker_activities ON t0.id = project_orders_worker_activities.worker_activities_id WHERE project_orders_worker_activities.project_orders_id = ?"
(parameters:
[1 => 1860]
, 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 INNER JOIN project_orders_worker_activities ON t0.id = project_orders_worker_activities.worker_activities_id WHERE project_orders_worker_activities.project_orders_id = ?"
"params" => [1 => 1860]
"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.id = ? AND t0.project_id = ?) LIMIT 1"
(parameters:
[1 => 18602 => 11]
, types:
[1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
"params" => [1 => 18602 => 11]
"types" => [1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
(parameters:
[1 => 18602 => 11]
, types:
[1 => 12 => 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.id = ? AND t0.project_id = ?) LIMIT 1"
"params" => [1 => 18602 => 11]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
(parameters:
[1 => 112 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
"params" => [1 => 112 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
(parameters:
[1 => 112 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT te.id AS id, te.name AS name, te.created_at AS created_at, te.branch_location_id AS branch_location_id, te.responsible_id AS responsible_id FROM branches te JOIN projects_branches t ON t.branches_id = te.id WHERE t.projects_id = ? AND te.id = ? LIMIT 1"
"params" => [1 => 112 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"""
\n SELECT\n SUM(found_time) AS labor_time,\n SUM(found_time * cost_per_hour) AS labor_cost,\n :order_no AS `order`,\n (SELECT id FROM project_orders WHERE order_nr='1016-1860') as order_id\n\n FROM (\n SELECT\n jt_p.cost_per_hour,\n jt_r.role_val,\n (\n SELECT SUM(IFNULL(jt_s.t_direct, 0) + IFNULL(jt_b.t_branch_total, 0))\n FROM JSON_TABLE(\n jt_r.orders_json,\n '$.*' COLUMNS (\n o_no VARCHAR(100) PATH '$.order',\n t_direct FLOAT PATH '$.time',\n branches JSON PATH '$.branches'\n )\n ) AS jt_s\n LEFT JOIN LATERAL (\n SELECT SUM(b_val) as t_branch_total \n FROM JSON_TABLE(jt_s.branches, '$.*' COLUMNS (b_val FLOAT PATH '$.time')) AS jt_b_inner\n ) AS jt_b ON 1 = 1\n WHERE jt_s.o_no = :order_no\n ) AS found_time,\n MIN(jt_r.role_val) OVER(PARTITION BY temp_days.col_origin) as min_role\n FROM (\n SELECT m1_d1 as day_data, 'm1_d1' as col_origin FROM worker_timesheet WHERE m1_d1 IS NOT NULL AND JSON_VALID(m1_d1) AND JSON_LENGTH(m1_d1) > 0 UNION ALL SELECT m1_d2 as day_data, 'm1_d2' as col_origin FROM worker_timesheet WHERE m1_d2 IS NOT NULL AND JSON_VALID(m1_d2) AND JSON_LENGTH(m1_d2) > 0 UNION ALL SELECT m1_d3 as day_data, 'm1_d3' as col_origin FROM worker_timesheet WHERE m1_d3 IS NOT NULL AND JSON_VALID(m1_d3) AND JSON_LENGTH(m1_d3) > 0 UNION ALL SELECT m1_d4 as day_data, 'm1_d4' as col_origin FROM worker_timesheet WHERE m1_d4 IS NOT NULL AND JSON_VALID(m1_d4) AND JSON_LENGTH(m1_d4) > 0 UNION ALL SELECT m1_d5 as day_data, 'm1_d5' as col_origin FROM worker_timesheet WHERE m1_d5 IS NOT NULL AND JSON_VALID(m1_d5) AND JSON_LENGTH(m1_d5) > 0 UNION ALL SELECT m1_d6 as day_data, 'm1_d6' as col_origin FROM worker_timesheet WHERE m1_d6 IS NOT NULL AND JSON_VALID(m1_d6) AND JSON_LENGTH(m1_d6) > 0 UNION ALL SELECT m1_d7 as day_data, 'm1_d7' as col_origin FROM worker_timesheet WHERE m1_d7 IS NOT NULL AND JSON_VALID(m1_d7) AND JSON_LENGTH(m1_d7) > 0 UNION ALL SELECT m1_d8 as day_data, 'm1_d8' as col_origin FROM worker_timesheet WHERE m1_d8 IS NOT NULL AND JSON_VALID(m1_d8) AND JSON_LENGTH(m1_d8) > 0 UNION ALL SELECT m1_d9 as day_data, 'm1_d9' as col_origin FROM worker_timesheet WHERE m1_d9 IS NOT NULL AND JSON_VALID(m1_d9) AND JSON_LENGTH(m1_d9) > 0 UNION ALL SELECT m1_d10 as day_data, 'm1_d10' as col_origin FROM worker_timesheet WHERE m1_d10 IS NOT NULL AND JSON_VALID(m1_d10) AND JSON_LENGTH(m1_d10) > 0 UNION ALL SELECT m1_d11 as day_data, 'm1_d11' as col_origin FROM worker_timesheet WHERE m1_d11 IS NOT NULL AND JSON_VALID(m1_d11) AND JSON_LENGTH(m1_d11) > 0 UNION ALL SELECT m1_d12 as day_data, 'm1_d12' as col_origin FROM worker_timesheet WHERE m1_d12 IS NOT NULL AND JSON_VALID(m1_d12) AND JSON_LENGTH(m1_d12) > 0 UNION ALL SELECT m1_d13 as day_data, 'm1_d13' as col_origin FROM worker_timesheet WHERE m1_d13 IS NOT NULL AND JSON_VALID(m1_d13) AND JSON_LENGTH(m1_d13) > 0 UNION ALL SELECT m1_d14 as day_data, 'm1_d14' as col_origin FROM worker_timesheet WHERE m1_d14 IS NOT NULL AND JSON_VALID(m1_d14) AND JSON_LENGTH(m1_d14) > 0 UNION ALL SELECT m1_d15 as day_data, 'm1_d15' as col_origin FROM worker_timesheet WHERE m1_d15 IS NOT NULL AND JSON_VALID(m1_d15) AND JSON_LENGTH(m1_d15) > 0 UNION ALL SELECT m1_d16 as day_data, 'm1_d16' as col_origin FROM worker_timesheet WHERE m1_d16 IS NOT NULL AND JSON_VALID(m1_d16) AND JSON_LENGTH(m1_d16) > 0 UNION ALL SELECT m1_d17 as day_data, 'm1_d17' as col_origin FROM worker_timesheet WHERE m1_d17 IS NOT NULL AND JSON_VALID(m1_d17) AND JSON_LENGTH(m1_d17) > 0 UNION ALL SELECT m1_d18 as day_data, 'm1_d18' as col_origin FROM worker_timesheet WHERE m1_d18 IS NOT NULL AND JSON_VALID(m1_d18) AND JSON_LENGTH(m1_d18) > 0 UNION ALL SELECT m1_d19 as day_data, 'm1_d19' as col_origin FROM worker_timesheet WHERE m1_d19 IS NOT NULL AND JSON_VALID(m1_d19) AND JSON_LENGTH(m1_d19) > 0 UNION ALL SELECT m1_d20 as day_data, 'm1_d20' as col_origin FROM worker_timesheet WHERE m1_d20 IS NOT NULL AND JSON_VALID(m1_d20) AND JSON_LENGTH(m1_d20) > 0 UNION ALL SELECT m1_d21 as day_data, 'm1_d21' as col_origin FROM worker_timesheet WHERE m1_d21 IS NOT NULL AND JSON_VALID(m1_d21) AND JSON_LENGTH(m1_d21) > 0 UNION ALL SELECT m1_d22 as day_data, 'm1_d22' as col_origin FROM worker_timesheet WHERE m1_d22 IS NOT NULL AND JSON_VALID(m1_d22) AND JSON_LENGTH(m1_d22) > 0 UNION ALL SELECT m1_d23 as day_data, 'm1_d23' as col_origin FROM worker_timesheet WHERE m1_d23 IS NOT NULL AND JSON_VALID(m1_d23) AND JSON_LENGTH(m1_d23) > 0 UNION ALL SELECT m1_d24 as day_data, 'm1_d24' as col_origin FROM worker_timesheet WHERE m1_d24 IS NOT NULL AND JSON_VALID(m1_d24) AND JSON_LENGTH(m1_d24) > 0 UNION ALL SELECT m1_d25 as day_data, 'm1_d25' as col_origin FROM worker_timesheet WHERE m1_d25 IS NOT NULL AND JSON_VALID(m1_d25) AND JSON_LENGTH(m1_d25) > 0 UNION ALL SELECT m1_d26 as day_data, 'm1_d26' as col_origin FROM worker_timesheet WHERE m1_d26 IS NOT NULL AND JSON_VALID(m1_d26) AND JSON_LENGTH(m1_d26) > 0 UNION ALL SELECT m1_d27 as day_data, 'm1_d27' as col_origin FROM worker_timesheet WHERE m1_d27 IS NOT NULL AND JSON_VALID(m1_d27) AND JSON_LENGTH(m1_d27) > 0 UNION ALL SELECT m1_d28 as day_data, 'm1_d28' as col_origin FROM worker_timesheet WHERE m1_d28 IS NOT NULL AND JSON_VALID(m1_d28) AND JSON_LENGTH(m1_d28) > 0 UNION ALL SELECT m1_d29 as day_data, 'm1_d29' as col_origin FROM worker_timesheet WHERE m1_d29 IS NOT NULL AND JSON_VALID(m1_d29) AND JSON_LENGTH(m1_d29) > 0 UNION ALL SELECT m1_d30 as day_data, 'm1_d30' as col_origin FROM worker_timesheet WHERE m1_d30 IS NOT NULL AND JSON_VALID(m1_d30) AND JSON_LENGTH(m1_d30) > 0 UNION ALL SELECT m1_d31 as day_data, 'm1_d31' as col_origin FROM worker_timesheet WHERE m1_d31 IS NOT NULL AND JSON_VALID(m1_d31) AND JSON_LENGTH(m1_d31) > 0 UNION ALL SELECT m2_d1 as day_data, 'm2_d1' as col_origin FROM worker_timesheet WHERE m2_d1 IS NOT NULL AND JSON_VALID(m2_d1) AND JSON_LENGTH(m2_d1) > 0 UNION ALL SELECT m2_d2 as day_data, 'm2_d2' as col_origin FROM worker_timesheet WHERE m2_d2 IS NOT NULL AND JSON_VALID(m2_d2) AND JSON_LENGTH(m2_d2) > 0 UNION ALL SELECT m2_d3 as day_data, 'm2_d3' as col_origin FROM worker_timesheet WHERE m2_d3 IS NOT NULL AND JSON_VALID(m2_d3) AND JSON_LENGTH(m2_d3) > 0 UNION ALL SELECT m2_d4 as day_data, 'm2_d4' as col_origin FROM worker_timesheet WHERE m2_d4 IS NOT NULL AND JSON_VALID(m2_d4) AND JSON_LENGTH(m2_d4) > 0 UNION ALL SELECT m2_d5 as day_data, 'm2_d5' as col_origin FROM worker_timesheet WHERE m2_d5 IS NOT NULL AND JSON_VALID(m2_d5) AND JSON_LENGTH(m2_d5) > 0 UNION ALL SELECT m2_d6 as day_data, 'm2_d6' as col_origin FROM worker_timesheet WHERE m2_d6 IS NOT NULL AND JSON_VALID(m2_d6) AND JSON_LENGTH(m2_d6) > 0 UNION ALL SELECT m2_d7 as day_data, 'm2_d7' as col_origin FROM worker_timesheet WHERE m2_d7 IS NOT NULL AND JSON_VALID(m2_d7) AND JSON_LENGTH(m2_d7) > 0 UNION ALL SELECT m2_d8 as day_data, 'm2_d8' as col_origin FROM worker_timesheet WHERE m2_d8 IS NOT NULL AND JSON_VALID(m2_d8) AND JSON_LENGTH(m2_d8) > 0 UNION ALL SELECT m2_d9 as day_data, 'm2_d9' as col_origin FROM worker_timesheet WHERE m2_d9 IS NOT NULL AND JSON_VALID(m2_d9) AND JSON_LENGTH(m2_d9) > 0 UNION ALL SELECT m2_d10 as day_data, 'm2_d10' as col_origin FROM worker_timesheet WHERE m2_d10 IS NOT NULL AND JSON_VALID(m2_d10) AND JSON_LENGTH(m2_d10) > 0 UNION ALL SELECT m2_d11 as day_data, 'm2_d11' as col_origin FROM worker_timesheet WHERE m2_d11 IS NOT NULL AND JSON_VALID(m2_d11) AND JSON_LENGTH(m2_d11) > 0 UNION ALL SELECT m2_d12 as day_data, 'm2_d12' as col_origin FROM worker_timesheet WHERE m2_d12 IS NOT NULL AND JSON_VALID(m2_d12) AND JSON_LENGTH(m2_d12) > 0 UNION ALL SELECT m2_d13 as day_data, 'm2_d13' as col_origin FROM worker_timesheet WHERE m2_d13 IS NOT NULL AND JSON_VALID(m2_d13) AND JSON_LENGTH(m2_d13) > 0 UNION ALL SELECT m2_d14 as day_data, 'm2_d14' as col_origin FROM worker_timesheet WHERE m2_d14 IS NOT NULL AND JSON_VALID(m2_d14) AND JSON_LENGTH(m2_d14) > 0 UNION ALL SELECT m2_d15 as day_data, 'm2_d15' as col_origin FROM worker_timesheet WHERE m2_d15 IS NOT NULL AND JSON_VALID(m2_d15) AND JSON_LENGTH(m2_d15) > 0 UNION ALL SELECT m2_d16 as day_data, 'm2_d16' as col_origin FROM worker_timesheet WHERE m2_d16 IS NOT NULL AND JSON_VALID(m2_d16) AND JSON_LENGTH(m2_d16) > 0 UNION ALL SELECT m2_d17 as day_data, 'm2_d17' as col_origin FROM worker_timesheet WHERE m2_d17 IS NOT NULL AND JSON_VALID(m2_d17) AND JSON_LENGTH(m2_d17) > 0 UNION ALL SELECT m2_d18 as day_data, 'm2_d18' as col_origin FROM worker_timesheet WHERE m2_d18 IS NOT NULL AND JSON_VALID(m2_d18) AND JSON_LENGTH(m2_d18) > 0 UNION ALL SELECT m2_d19 as day_data, 'm2_d19' as col_origin FROM worker_timesheet WHERE m2_d19 IS NOT NULL AND JSON_VALID(m2_d19) AND JSON_LENGTH(m2_d19) > 0 UNION ALL SELECT m2_d20 as day_data, 'm2_d20' as col_origin FROM worker_timesheet WHERE m2_d20 IS NOT NULL AND JSON_VALID(m2_d20) AND JSON_LENGTH(m2_d20) > 0 UNION ALL SELECT m2_d21 as day_data, 'm2_d21' as col_origin FROM worker_timesheet WHERE m2_d21 IS NOT NULL AND JSON_VALID(m2_d21) AND JSON_LENGTH(m2_d21) > 0 UNION ALL SELECT m2_d22 as day_data, 'm2_d22' as col_origin FROM worker_timesheet WHERE m2_d22 IS NOT NULL AND JSON_VALID(m2_d22) AND JSON_LENGTH(m2_d22) > 0 UNION ALL SELECT m2_d23 as day_data, 'm2_d23' as col_origin FROM worker_timesheet WHERE m2_d23 IS NOT NULL AND JSON_VALID(m2_d23) AND JSON_LENGTH(m2_d23) > 0 UNION ALL SELECT m2_d24 as day_data, 'm2_d24' as col_origin FROM worker_timesheet WHERE m2_d24 IS NOT NULL AND JSON_VALID(m2_d24) AND JSON_LENGTH(m2_d24) > 0 UNION ALL SELECT m2_d25 as day_data, 'm2_d25' as col_origin FROM worker_timesheet WHERE m2_d25 IS NOT NULL AND JSON_VALID(m2_d25) AND JSON_LENGTH(m2_d25) > 0 UNION ALL SELECT m2_d26 as day_data, 'm2_d26' as col_origin FROM worker_timesheet WHERE m2_d26 IS NOT NULL AND JSON_VALID(m2_d26) AND JSON_LENGTH(m2_d26) > 0 UNION ALL SELECT m2_d27 as day_data, 'm2_d27' as col_origin FROM worker_timesheet WHERE m2_d27 IS NOT NULL AND JSON_VALID(m2_d27) AND JSON_LENGTH(m2_d27) > 0 UNION ALL SELECT m2_d28 as day_data, 'm2_d28' as col_origin FROM worker_timesheet WHERE m2_d28 IS NOT NULL AND JSON_VALID(m2_d28) AND JSON_LENGTH(m2_d28) > 0 UNION ALL SELECT m2_d29 as day_data, 'm2_d29' as col_origin FROM worker_timesheet WHERE m2_d29 IS NOT NULL AND JSON_VALID(m2_d29) AND JSON_LENGTH(m2_d29) > 0 UNION ALL SELECT m2_d30 as day_data, 'm2_d30' as col_origin FROM worker_timesheet WHERE m2_d30 IS NOT NULL AND JSON_VALID(m2_d30) AND JSON_LENGTH(m2_d30) > 0 UNION ALL SELECT m2_d31 as day_data, 'm2_d31' as col_origin FROM worker_timesheet WHERE m2_d31 IS NOT NULL AND JSON_VALID(m2_d31) AND JSON_LENGTH(m2_d31) > 0 UNION ALL SELECT m3_d1 as day_data, 'm3_d1' as col_origin FROM worker_timesheet WHERE m3_d1 IS NOT NULL AND JSON_VALID(m3_d1) AND JSON_LENGTH(m3_d1) > 0 UNION ALL SELECT m3_d2 as day_data, 'm3_d2' as col_origin FROM worker_timesheet WHERE m3_d2 IS NOT NULL AND JSON_VALID(m3_d2) AND JSON_LENGTH(m3_d2) > 0 UNION ALL SELECT m3_d3 as day_data, 'm3_d3' as col_origin FROM worker_timesheet WHERE m3_d3 IS NOT NULL AND JSON_VALID(m3_d3) AND JSON_LENGTH(m3_d3) > 0 UNION ALL SELECT m3_d4 as day_data, 'm3_d4' as col_origin FROM worker_timesheet WHERE m3_d4 IS NOT NULL AND JSON_VALID(m3_d4) AND JSON_LENGTH(m3_d4) > 0 UNION ALL SELECT m3_d5 as day_data, 'm3_d5' as col_origin FROM worker_timesheet WHERE m3_d5 IS NOT NULL AND JSON_VALID(m3_d5) AND JSON_LENGTH(m3_d5) > 0 UNION ALL SELECT m3_d6 as day_data, 'm3_d6' as col_origin FROM worker_timesheet WHERE m3_d6 IS NOT NULL AND JSON_VALID(m3_d6) AND JSON_LENGTH(m3_d6) > 0 UNION ALL SELECT m3_d7 as day_data, 'm3_d7' as col_origin FROM worker_timesheet WHERE m3_d7 IS NOT NULL AND JSON_VALID(m3_d7) AND JSON_LENGTH(m3_d7) > 0 UNION ALL SELECT m3_d8 as day_data, 'm3_d8' as col_origin FROM worker_timesheet WHERE m3_d8 IS NOT NULL AND JSON_VALID(m3_d8) AND JSON_LENGTH(m3_d8) > 0 UNION ALL SELECT m3_d9 as day_data, 'm3_d9' as col_origin FROM worker_timesheet WHERE m3_d9 IS NOT NULL AND JSON_VALID(m3_d9) AND JSON_LENGTH(m3_d9) > 0 UNION ALL SELECT m3_d10 as day_data, 'm3_d10' as col_origin FROM worker_timesheet WHERE m3_d10 IS NOT NULL AND JSON_VALID(m3_d10) AND JSON_LENGTH(m3_d10) > 0 UNION ALL SELECT m3_d11 as day_data, 'm3_d11' as col_origin FROM worker_timesheet WHERE m3_d11 IS NOT NULL AND JSON_VALID(m3_d11) AND JSON_LENGTH(m3_d11) > 0 UNION ALL SELECT m3_d12 as day_data, 'm3_d12' as col_origin FROM worker_timesheet WHERE m3_d12 IS NOT NULL AND JSON_VALID(m3_d12) AND JSON_LENGTH(m3_d12) > 0 UNION ALL SELECT m3_d13 as day_data, 'm3_d13' as col_origin FROM worker_timesheet WHERE m3_d13 IS NOT NULL AND JSON_VALID(m3_d13) AND JSON_LENGTH(m3_d13) > 0 UNION ALL SELECT m3_d14 as day_data, 'm3_d14' as col_origin FROM worker_timesheet WHERE m3_d14 IS NOT NULL AND JSON_VALID(m3_d14) AND JSON_LENGTH(m3_d14) > 0 UNION ALL SELECT m3_d15 as day_data, 'm3_d15' as col_origin FROM worker_timesheet WHERE m3_d15 IS NOT NULL AND JSON_VALID(m3_d15) AND JSON_LENGTH(m3_d15) > 0 UNION ALL SELECT m3_d16 as day_data, 'm3_d16' as col_origin FROM worker_timesheet WHERE m3_d16 IS NOT NULL AND JSON_VALID(m3_d16) AND JSON_LENGTH(m3_d16) > 0 UNION ALL SELECT m3_d17 as day_data, 'm3_d17' as col_origin FROM worker_timesheet WHERE m3_d17 IS NOT NULL AND JSON_VALID(m3_d17) AND JSON_LENGTH(m3_d17) > 0 UNION ALL SELECT m3_d18 as day_data, 'm3_d18' as col_origin FROM worker_timesheet WHERE m3_d18 IS NOT NULL AND JSON_VALID(m3_d18) AND JSON_LENGTH(m3_d18) > 0 UNION ALL SELECT m3_d19 as day_data, 'm3_d19' as col_origin FROM worker_timesheet WHERE m3_d19 IS NOT NULL AND JSON_VALID(m3_d19) AND JSON_LENGTH(m3_d19) > 0 UNION ALL SELECT m3_d20 as day_data, 'm3_d20' as col_origin FROM worker_timesheet WHERE m3_d20 IS NOT NULL AND JSON_VALID(m3_d20) AND JSON_LENGTH(m3_d20) > 0 UNION ALL SELECT m3_d21 as day_data, 'm3_d21' as col_origin FROM worker_timesheet WHERE m3_d21 IS NOT NULL AND JSON_VALID(m3_d21) AND JSON_LENGTH(m3_d21) > 0 UNION ALL SELECT m3_d22 as day_data, 'm3_d22' as col_origin FROM worker_timesheet WHERE m3_d22 IS NOT NULL AND JSON_VALID(m3_d22) AND JSON_LENGTH(m3_d22) > 0 UNION ALL SELECT m3_d23 as day_data, 'm3_d23' as col_origin FROM worker_timesheet WHERE m3_d23 IS NOT NULL AND JSON_VALID(m3_d23) AND JSON_LENGTH(m3_d23) > 0 UNION ALL SELECT m3_d24 as day_data, 'm3_d24' as col_origin FROM worker_timesheet WHERE m3_d24 IS NOT NULL AND JSON_VALID(m3_d24) AND JSON_LENGTH(m3_d24) > 0 UNION ALL SELECT m3_d25 as day_data, 'm3_d25' as col_origin FROM worker_timesheet WHERE m3_d25 IS NOT NULL AND JSON_VALID(m3_d25) AND JSON_LENGTH(m3_d25) > 0 UNION ALL SELECT m3_d26 as day_data, 'm3_d26' as col_origin FROM worker_timesheet WHERE m3_d26 IS NOT NULL AND JSON_VALID(m3_d26) AND JSON_LENGTH(m3_d26) > 0 UNION ALL SELECT m3_d27 as day_data, 'm3_d27' as col_origin FROM worker_timesheet WHERE m3_d27 IS NOT NULL AND JSON_VALID(m3_d27) AND JSON_LENGTH(m3_d27) > 0 UNION ALL SELECT m3_d28 as day_data, 'm3_d28' as col_origin FROM worker_timesheet WHERE m3_d28 IS NOT NULL AND JSON_VALID(m3_d28) AND JSON_LENGTH(m3_d28) > 0 UNION ALL SELECT m3_d29 as day_data, 'm3_d29' as col_origin FROM worker_timesheet WHERE m3_d29 IS NOT NULL AND JSON_VALID(m3_d29) AND JSON_LENGTH(m3_d29) > 0 UNION ALL SELECT m3_d30 as day_data, 'm3_d30' as col_origin FROM worker_timesheet WHERE m3_d30 IS NOT NULL AND JSON_VALID(m3_d30) AND JSON_LENGTH(m3_d30) > 0 UNION ALL SELECT m3_d31 as day_data, 'm3_d31' as col_origin FROM worker_timesheet WHERE m3_d31 IS NOT NULL AND JSON_VALID(m3_d31) AND JSON_LENGTH(m3_d31) > 0 UNION ALL SELECT m4_d1 as day_data, 'm4_d1' as col_origin FROM worker_timesheet WHERE m4_d1 IS NOT NULL AND JSON_VALID(m4_d1) AND JSON_LENGTH(m4_d1) > 0 UNION ALL SELECT m4_d2 as day_data, 'm4_d2' as col_origin FROM worker_timesheet WHERE m4_d2 IS NOT NULL AND JSON_VALID(m4_d2) AND JSON_LENGTH(m4_d2) > 0 UNION ALL SELECT m4_d3 as day_data, 'm4_d3' as col_origin FROM worker_timesheet WHERE m4_d3 IS NOT NULL AND JSON_VALID(m4_d3) AND JSON_LENGTH(m4_d3) > 0 UNION ALL SELECT m4_d4 as day_data, 'm4_d4' as col_origin FROM worker_timesheet WHERE m4_d4 IS NOT NULL AND JSON_VALID(m4_d4) AND JSON_LENGTH(m4_d4) > 0 UNION ALL SELECT m4_d5 as day_data, 'm4_d5' as col_origin FROM worker_timesheet WHERE m4_d5 IS NOT NULL AND JSON_VALID(m4_d5) AND JSON_LENGTH(m4_d5) > 0 UNION ALL SELECT m4_d6 as day_data, 'm4_d6' as col_origin FROM worker_timesheet WHERE m4_d6 IS NOT NULL AND JSON_VALID(m4_d6) AND JSON_LENGTH(m4_d6) > 0 UNION ALL SELECT m4_d7 as day_data, 'm4_d7' as col_origin FROM worker_timesheet WHERE m4_d7 IS NOT NULL AND JSON_VALID(m4_d7) AND JSON_LENGTH(m4_d7) > 0 UNION ALL SELECT m4_d8 as day_data, 'm4_d8' as col_origin FROM worker_timesheet WHERE m4_d8 IS NOT NULL AND JSON_VALID(m4_d8) AND JSON_LENGTH(m4_d8) > 0 UNION ALL SELECT m4_d9 as day_data, 'm4_d9' as col_origin FROM worker_timesheet WHERE m4_d9 IS NOT NULL AND JSON_VALID(m4_d9) AND JSON_LENGTH(m4_d9) > 0 UNION ALL SELECT m4_d10 as day_data, 'm4_d10' as col_origin FROM worker_timesheet WHERE m4_d10 IS NOT NULL AND JSON_VALID(m4_d10) AND JSON_LENGTH(m4_d10) > 0 UNION ALL SELECT m4_d11 as day_data, 'm4_d11' as col_origin FROM worker_timesheet WHERE m4_d11 IS NOT NULL AND JSON_VALID(m4_d11) AND JSON_LENGTH(m4_d11) > 0 UNION ALL SELECT m4_d12 as day_data, 'm4_d12' as col_origin FROM worker_timesheet WHERE m4_d12 IS NOT NULL AND JSON_VALID(m4_d12) AND JSON_LENGTH(m4_d12) > 0 UNION ALL SELECT m4_d13 as day_data, 'm4_d13' as col_origin FROM worker_timesheet WHERE m4_d13 IS NOT NULL AND JSON_VALID(m4_d13) AND JSON_LENGTH(m4_d13) > 0 UNION ALL SELECT m4_d14 as day_data, 'm4_d14' as col_origin FROM worker_timesheet WHERE m4_d14 IS NOT NULL AND JSON_VALID(m4_d14) AND JSON_LENGTH(m4_d14) > 0 UNION ALL SELECT m4_d15 as day_data, 'm4_d15' as col_origin FROM worker_timesheet WHERE m4_d15 IS NOT NULL AND JSON_VALID(m4_d15) AND JSON_LENGTH(m4_d15) > 0 UNION ALL SELECT m4_d16 as day_data, 'm4_d16' as col_origin FROM worker_timesheet WHERE m4_d16 IS NOT NULL AND JSON_VALID(m4_d16) AND JSON_LENGTH(m4_d16) > 0 UNION ALL SELECT m4_d17 as day_data, 'm4_d17' as col_origin FROM worker_timesheet WHERE m4_d17 IS NOT NULL AND JSON_VALID(m4_d17) AND JSON_LENGTH(m4_d17) > 0 UNION ALL SELECT m4_d18 as day_data, 'm4_d18' as col_origin FROM worker_timesheet WHERE m4_d18 IS NOT NULL AND JSON_VALID(m4_d18) AND JSON_LENGTH(m4_d18) > 0 UNION ALL SELECT m4_d19 as day_data, 'm4_d19' as col_origin FROM worker_timesheet WHERE m4_d19 IS NOT NULL AND JSON_VALID(m4_d19) AND JSON_LENGTH(m4_d19) > 0 UNION ALL SELECT m4_d20 as day_data, 'm4_d20' as col_origin FROM worker_timesheet WHERE m4_d20 IS NOT NULL AND JSON_VALID(m4_d20) AND JSON_LENGTH(m4_d20) > 0 UNION ALL SELECT m4_d21 as day_data, 'm4_d21' as col_origin FROM worker_timesheet WHERE m4_d21 IS NOT NULL AND JSON_VALID(m4_d21) AND JSON_LENGTH(m4_d21) > 0 UNION ALL SELECT m4_d22 as day_data, 'm4_d22' as col_origin FROM worker_timesheet WHERE m4_d22 IS NOT NULL AND JSON_VALID(m4_d22) AND JSON_LENGTH(m4_d22) > 0 UNION ALL SELECT m4_d23 as day_data, 'm4_d23' as col_origin FROM worker_timesheet WHERE m4_d23 IS NOT NULL AND JSON_VALID(m4_d23) AND JSON_LENGTH(m4_d23) > 0 UNION ALL SELECT m4_d24 as day_data, 'm4_d24' as col_origin FROM worker_timesheet WHERE m4_d24 IS NOT NULL AND JSON_VALID(m4_d24) AND JSON_LENGTH(m4_d24) > 0 UNION ALL SELECT m4_d25 as day_data, 'm4_d25' as col_origin FROM worker_timesheet WHERE m4_d25 IS NOT NULL AND JSON_VALID(m4_d25) AND JSON_LENGTH(m4_d25) > 0 UNION ALL SELECT m4_d26 as day_data, 'm4_d26' as col_origin FROM worker_timesheet WHERE m4_d26 IS NOT NULL AND JSON_VALID(m4_d26) AND JSON_LENGTH(m4_d26) > 0 UNION ALL SELECT m4_d27 as day_data, 'm4_d27' as col_origin FROM worker_timesheet WHERE m4_d27 IS NOT NULL AND JSON_VALID(m4_d27) AND JSON_LENGTH(m4_d27) > 0 UNION ALL SELECT m4_d28 as day_data, 'm4_d28' as col_origin FROM worker_timesheet WHERE m4_d28 IS NOT NULL AND JSON_VALID(m4_d28) AND JSON_LENGTH(m4_d28) > 0 UNION ALL SELECT m4_d29 as day_data, 'm4_d29' as col_origin FROM worker_timesheet WHERE m4_d29 IS NOT NULL AND JSON_VALID(m4_d29) AND JSON_LENGTH(m4_d29) > 0 UNION ALL SELECT m4_d30 as day_data, 'm4_d30' as col_origin FROM worker_timesheet WHERE m4_d30 IS NOT NULL AND JSON_VALID(m4_d30) AND JSON_LENGTH(m4_d30) > 0 UNION ALL SELECT m4_d31 as day_data, 'm4_d31' as col_origin FROM worker_timesheet WHERE m4_d31 IS NOT NULL AND JSON_VALID(m4_d31) AND JSON_LENGTH(m4_d31) > 0 UNION ALL SELECT m5_d1 as day_data, 'm5_d1' as col_origin FROM worker_timesheet WHERE m5_d1 IS NOT NULL AND JSON_VALID(m5_d1) AND JSON_LENGTH(m5_d1) > 0 UNION ALL SELECT m5_d2 as day_data, 'm5_d2' as col_origin FROM worker_timesheet WHERE m5_d2 IS NOT NULL AND JSON_VALID(m5_d2) AND JSON_LENGTH(m5_d2) > 0 UNION ALL SELECT m5_d3 as day_data, 'm5_d3' as col_origin FROM worker_timesheet WHERE m5_d3 IS NOT NULL AND JSON_VALID(m5_d3) AND JSON_LENGTH(m5_d3) > 0 UNION ALL SELECT m5_d4 as day_data, 'm5_d4' as col_origin FROM worker_timesheet WHERE m5_d4 IS NOT NULL AND JSON_VALID(m5_d4) AND JSON_LENGTH(m5_d4) > 0 UNION ALL SELECT m5_d5 as day_data, 'm5_d5' as col_origin FROM worker_timesheet WHERE m5_d5 IS NOT NULL AND JSON_VALID(m5_d5) AND JSON_LENGTH(m5_d5) > 0 UNION ALL SELECT m5_d6 as day_data, 'm5_d6' as col_origin FROM worker_timesheet WHERE m5_d6 IS NOT NULL AND JSON_VALID(m5_d6) AND JSON_LENGTH(m5_d6) > 0 UNION ALL SELECT m5_d7 as day_data, 'm5_d7' as col_origin FROM worker_timesheet WHERE m5_d7 IS NOT NULL AND JSON_VALID(m5_d7) AND JSON_LENGTH(m5_d7) > 0 UNION ALL SELECT m5_d8 as day_data, 'm5_d8' as col_origin FROM worker_timesheet WHERE m5_d8 IS NOT NULL AND JSON_VALID(m5_d8) AND JSON_LENGTH(m5_d8) > 0 UNION ALL SELECT m5_d9 as day_data, 'm5_d9' as col_origin FROM worker_timesheet WHERE m5_d9 IS NOT NULL AND JSON_VALID(m5_d9) AND JSON_LENGTH(m5_d9) > 0 UNION ALL SELECT m5_d10 as day_data, 'm5_d10' as col_origin FROM worker_timesheet WHERE m5_d10 IS NOT NULL AND JSON_VALID(m5_d10) AND JSON_LENGTH(m5_d10) > 0 UNION ALL SELECT m5_d11 as day_data, 'm5_d11' as col_origin FROM worker_timesheet WHERE m5_d11 IS NOT NULL AND JSON_VALID(m5_d11) AND JSON_LENGTH(m5_d11) > 0 UNION ALL SELECT m5_d12 as day_data, 'm5_d12' as col_origin FROM worker_timesheet WHERE m5_d12 IS NOT NULL AND JSON_VALID(m5_d12) AND JSON_LENGTH(m5_d12) > 0 UNION ALL SELECT m5_d13 as day_data, 'm5_d13' as col_origin FROM worker_timesheet WHERE m5_d13 IS NOT NULL AND JSON_VALID(m5_d13) AND JSON_LENGTH(m5_d13) > 0 UNION ALL SELECT m5_d14 as day_data, 'm5_d14' as col_origin FROM worker_timesheet WHERE m5_d14 IS NOT NULL AND JSON_VALID(m5_d14) AND JSON_LENGTH(m5_d14) > 0 UNION ALL SELECT m5_d15 as day_data, 'm5_d15' as col_origin FROM worker_timesheet WHERE m5_d15 IS NOT NULL AND JSON_VALID(m5_d15) AND JSON_LENGTH(m5_d15) > 0 UNION ALL SELECT m5_d16 as day_data, 'm5_d16' as col_origin FROM worker_timesheet WHERE m5_d16 IS NOT NULL AND JSON_VALID(m5_d16) AND JSON_LENGTH(m5_d16) > 0 UNION ALL SELECT m5_d17 as day_data, 'm5_d17' as col_origin FROM worker_timesheet WHERE m5_d17 IS NOT NULL AND JSON_VALID(m5_d17) AND JSON_LENGTH(m5_d17) > 0 UNION ALL SELECT m5_d18 as day_data, 'm5_d18' as col_origin FROM worker_timesheet WHERE m5_d18 IS NOT NULL AND JSON_VALID(m5_d18) AND JSON_LENGTH(m5_d18) > 0 UNION ALL SELECT m5_d19 as day_data, 'm5_d19' as col_origin FROM worker_timesheet WHERE m5_d19 IS NOT NULL AND JSON_VALID(m5_d19) AND JSON_LENGTH(m5_d19) > 0 UNION ALL SELECT m5_d20 as day_data, 'm5_d20' as col_origin FROM worker_timesheet WHERE m5_d20 IS NOT NULL AND JSON_VALID(m5_d20) AND JSON_LENGTH(m5_d20) > 0 UNION ALL SELECT m5_d21 as day_data, 'm5_d21' as col_origin FROM worker_timesheet WHERE m5_d21 IS NOT NULL AND JSON_VALID(m5_d21) AND JSON_LENGTH(m5_d21) > 0 UNION ALL SELECT m5_d22 as day_data, 'm5_d22' as col_origin FROM worker_timesheet WHERE m5_d22 IS NOT NULL AND JSON_VALID(m5_d22) AND JSON_LENGTH(m5_d22) > 0 UNION ALL SELECT m5_d23 as day_data, 'm5_d23' as col_origin FROM worker_timesheet WHERE m5_d23 IS NOT NULL AND JSON_VALID(m5_d23) AND JSON_LENGTH(m5_d23) > 0 UNION ALL SELECT m5_d24 as day_data, 'm5_d24' as col_origin FROM worker_timesheet WHERE m5_d24 IS NOT NULL AND JSON_VALID(m5_d24) AND JSON_LENGTH(m5_d24) > 0 UNION ALL SELECT m5_d25 as day_data, 'm5_d25' as col_origin FROM worker_timesheet WHERE m5_d25 IS NOT NULL AND JSON_VALID(m5_d25) AND JSON_LENGTH(m5_d25) > 0 UNION ALL SELECT m5_d26 as day_data, 'm5_d26' as col_origin FROM worker_timesheet WHERE m5_d26 IS NOT NULL AND JSON_VALID(m5_d26) AND JSON_LENGTH(m5_d26) > 0 UNION ALL SELECT m5_d27 as day_data, 'm5_d27' as col_origin FROM worker_timesheet WHERE m5_d27 IS NOT NULL AND JSON_VALID(m5_d27) AND JSON_LENGTH(m5_d27) > 0 UNION ALL SELECT m5_d28 as day_data, 'm5_d28' as col_origin FROM worker_timesheet WHERE m5_d28 IS NOT NULL AND JSON_VALID(m5_d28) AND JSON_LENGTH(m5_d28) > 0 UNION ALL SELECT m5_d29 as day_data, 'm5_d29' as col_origin FROM worker_timesheet WHERE m5_d29 IS NOT NULL AND JSON_VALID(m5_d29) AND JSON_LENGTH(m5_d29) > 0 UNION ALL SELECT m5_d30 as day_data, 'm5_d30' as col_origin FROM worker_timesheet WHERE m5_d30 IS NOT NULL AND JSON_VALID(m5_d30) AND JSON_LENGTH(m5_d30) > 0 UNION ALL SELECT m5_d31 as day_data, 'm5_d31' as col_origin FROM worker_timesheet WHERE m5_d31 IS NOT NULL AND JSON_VALID(m5_d31) AND JSON_LENGTH(m5_d31) > 0 UNION ALL SELECT m6_d1 as day_data, 'm6_d1' as col_origin FROM worker_timesheet WHERE m6_d1 IS NOT NULL AND JSON_VALID(m6_d1) AND JSON_LENGTH(m6_d1) > 0 UNION ALL SELECT m6_d2 as day_data, 'm6_d2' as col_origin FROM worker_timesheet WHERE m6_d2 IS NOT NULL AND JSON_VALID(m6_d2) AND JSON_LENGTH(m6_d2) > 0 UNION ALL SELECT m6_d3 as day_data, 'm6_d3' as col_origin FROM worker_timesheet WHERE m6_d3 IS NOT NULL AND JSON_VALID(m6_d3) AND JSON_LENGTH(m6_d3) > 0 UNION ALL SELECT m6_d4 as day_data, 'm6_d4' as col_origin FROM worker_timesheet WHERE m6_d4 IS NOT NULL AND JSON_VALID(m6_d4) AND JSON_LENGTH(m6_d4) > 0 UNION ALL SELECT m6_d5 as day_data, 'm6_d5' as col_origin FROM worker_timesheet WHERE m6_d5 IS NOT NULL AND JSON_VALID(m6_d5) AND JSON_LENGTH(m6_d5) > 0 UNION ALL SELECT m6_d6 as day_data, 'm6_d6' as col_origin FROM worker_timesheet WHERE m6_d6 IS NOT NULL AND JSON_VALID(m6_d6) AND JSON_LENGTH(m6_d6) > 0 UNION ALL SELECT m6_d7 as day_data, 'm6_d7' as col_origin FROM worker_timesheet WHERE m6_d7 IS NOT NULL AND JSON_VALID(m6_d7) AND JSON_LENGTH(m6_d7) > 0 UNION ALL SELECT m6_d8 as day_data, 'm6_d8' as col_origin FROM worker_timesheet WHERE m6_d8 IS NOT NULL AND JSON_VALID(m6_d8) AND JSON_LENGTH(m6_d8) > 0 UNION ALL SELECT m6_d9 as day_data, 'm6_d9' as col_origin FROM worker_timesheet WHERE m6_d9 IS NOT NULL AND JSON_VALID(m6_d9) AND JSON_LENGTH(m6_d9) > 0 UNION ALL SELECT m6_d10 as day_data, 'm6_d10' as col_origin FROM worker_timesheet WHERE m6_d10 IS NOT NULL AND JSON_VALID(m6_d10) AND JSON_LENGTH(m6_d10) > 0 UNION ALL SELECT m6_d11 as day_data, 'm6_d11' as col_origin FROM worker_timesheet WHERE m6_d11 IS NOT NULL AND JSON_VALID(m6_d11) AND JSON_LENGTH(m6_d11) > 0 UNION ALL SELECT m6_d12 as day_data, 'm6_d12' as col_origin FROM worker_timesheet WHERE m6_d12 IS NOT NULL AND JSON_VALID(m6_d12) AND JSON_LENGTH(m6_d12) > 0 UNION ALL SELECT m6_d13 as day_data, 'm6_d13' as col_origin FROM worker_timesheet WHERE m6_d13 IS NOT NULL AND JSON_VALID(m6_d13) AND JSON_LENGTH(m6_d13) > 0 UNION ALL SELECT m6_d14 as day_data, 'm6_d14' as col_origin FROM worker_timesheet WHERE m6_d14 IS NOT NULL AND JSON_VALID(m6_d14) AND JSON_LENGTH(m6_d14) > 0 UNION ALL SELECT m6_d15 as day_data, 'm6_d15' as col_origin FROM worker_timesheet WHERE m6_d15 IS NOT NULL AND JSON_VALID(m6_d15) AND JSON_LENGTH(m6_d15) > 0 UNION ALL SELECT m6_d16 as day_data, 'm6_d16' as col_origin FROM worker_timesheet WHERE m6_d16 IS NOT NULL AND JSON_VALID(m6_d16) AND JSON_LENGTH(m6_d16) > 0 UNION ALL SELECT m6_d17 as day_data, 'm6_d17' as col_origin FROM worker_timesheet WHERE m6_d17 IS NOT NULL AND JSON_VALID(m6_d17) AND JSON_LENGTH(m6_d17) > 0 UNION ALL SELECT m6_d18 as day_data, 'm6_d18' as col_origin FROM worker_timesheet WHERE m6_d18 IS NOT NULL AND JSON_VALID(m6_d18) AND JSON_LENGTH(m6_d18) > 0 UNION ALL SELECT m6_d19 as day_data, 'm6_d19' as col_origin FROM worker_timesheet WHERE m6_d19 IS NOT NULL AND JSON_VALID(m6_d19) AND JSON_LENGTH(m6_d19) > 0 UNION ALL SELECT m6_d20 as day_data, 'm6_d20' as col_origin FROM worker_timesheet WHERE m6_d20 IS NOT NULL AND JSON_VALID(m6_d20) AND JSON_LENGTH(m6_d20) > 0 UNION ALL SELECT m6_d21 as day_data, 'm6_d21' as col_origin FROM worker_timesheet WHERE m6_d21 IS NOT NULL AND JSON_VALID(m6_d21) AND JSON_LENGTH(m6_d21) > 0 UNION ALL SELECT m6_d22 as day_data, 'm6_d22' as col_origin FROM worker_timesheet WHERE m6_d22 IS NOT NULL AND JSON_VALID(m6_d22) AND JSON_LENGTH(m6_d22) > 0 UNION ALL SELECT m6_d23 as day_data, 'm6_d23' as col_origin FROM worker_timesheet WHERE m6_d23 IS NOT NULL AND JSON_VALID(m6_d23) AND JSON_LENGTH(m6_d23) > 0 UNION ALL SELECT m6_d24 as day_data, 'm6_d24' as col_origin FROM worker_timesheet WHERE m6_d24 IS NOT NULL AND JSON_VALID(m6_d24) AND JSON_LENGTH(m6_d24) > 0 UNION ALL SELECT m6_d25 as day_data, 'm6_d25' as col_origin FROM worker_timesheet WHERE m6_d25 IS NOT NULL AND JSON_VALID(m6_d25) AND JSON_LENGTH(m6_d25) > 0 UNION ALL SELECT m6_d26 as day_data, 'm6_d26' as col_origin FROM worker_timesheet WHERE m6_d26 IS NOT NULL AND JSON_VALID(m6_d26) AND JSON_LENGTH(m6_d26) > 0 UNION ALL SELECT m6_d27 as day_data, 'm6_d27' as col_origin FROM worker_timesheet WHERE m6_d27 IS NOT NULL AND JSON_VALID(m6_d27) AND JSON_LENGTH(m6_d27) > 0 UNION ALL SELECT m6_d28 as day_data, 'm6_d28' as col_origin FROM worker_timesheet WHERE m6_d28 IS NOT NULL AND JSON_VALID(m6_d28) AND JSON_LENGTH(m6_d28) > 0 UNION ALL SELECT m6_d29 as day_data, 'm6_d29' as col_origin FROM worker_timesheet WHERE m6_d29 IS NOT NULL AND JSON_VALID(m6_d29) AND JSON_LENGTH(m6_d29) > 0 UNION ALL SELECT m6_d30 as day_data, 'm6_d30' as col_origin FROM worker_timesheet WHERE m6_d30 IS NOT NULL AND JSON_VALID(m6_d30) AND JSON_LENGTH(m6_d30) > 0 UNION ALL SELECT m6_d31 as day_data, 'm6_d31' as col_origin FROM worker_timesheet WHERE m6_d31 IS NOT NULL AND JSON_VALID(m6_d31) AND JSON_LENGTH(m6_d31) > 0 UNION ALL SELECT m7_d1 as day_data, 'm7_d1' as col_origin FROM worker_timesheet WHERE m7_d1 IS NOT NULL AND JSON_VALID(m7_d1) AND JSON_LENGTH(m7_d1) > 0 UNION ALL SELECT m7_d2 as day_data, 'm7_d2' as col_origin FROM worker_timesheet WHERE m7_d2 IS NOT NULL AND JSON_VALID(m7_d2) AND JSON_LENGTH(m7_d2) > 0 UNION ALL SELECT m7_d3 as day_data, 'm7_d3' as col_origin FROM worker_timesheet WHERE m7_d3 IS NOT NULL AND JSON_VALID(m7_d3) AND JSON_LENGTH(m7_d3) > 0 UNION ALL SELECT m7_d4 as day_data, 'm7_d4' as col_origin FROM worker_timesheet WHERE m7_d4 IS NOT NULL AND JSON_VALID(m7_d4) AND JSON_LENGTH(m7_d4) > 0 UNION ALL SELECT m7_d5 as day_data, 'm7_d5' as col_origin FROM worker_timesheet WHERE m7_d5 IS NOT NULL AND JSON_VALID(m7_d5) AND JSON_LENGTH(m7_d5) > 0 UNION ALL SELECT m7_d6 as day_data, 'm7_d6' as col_origin FROM worker_timesheet WHERE m7_d6 IS NOT NULL AND JSON_VALID(m7_d6) AND JSON_LENGTH(m7_d6) > 0 UNION ALL SELECT m7_d7 as day_data, 'm7_d7' as col_origin FROM worker_timesheet WHERE m7_d7 IS NOT NULL AND JSON_VALID(m7_d7) AND JSON_LENGTH(m7_d7) > 0 UNION ALL SELECT m7_d8 as day_data, 'm7_d8' as col_origin FROM worker_timesheet WHERE m7_d8 IS NOT NULL AND JSON_VALID(m7_d8) AND JSON_LENGTH(m7_d8) > 0 UNION ALL SELECT m7_d9 as day_data, 'm7_d9' as col_origin FROM worker_timesheet WHERE m7_d9 IS NOT NULL AND JSON_VALID(m7_d9) AND JSON_LENGTH(m7_d9) > 0 UNION ALL SELECT m7_d10 as day_data, 'm7_d10' as col_origin FROM worker_timesheet WHERE m7_d10 IS NOT NULL AND JSON_VALID(m7_d10) AND JSON_LENGTH(m7_d10) > 0 UNION ALL SELECT m7_d11 as day_data, 'm7_d11' as col_origin FROM worker_timesheet WHERE m7_d11 IS NOT NULL AND JSON_VALID(m7_d11) AND JSON_LENGTH(m7_d11) > 0 UNION ALL SELECT m7_d12 as day_data, 'm7_d12' as col_origin FROM worker_timesheet WHERE m7_d12 IS NOT NULL AND JSON_VALID(m7_d12) AND JSON_LENGTH(m7_d12) > 0 UNION ALL SELECT m7_d13 as day_data, 'm7_d13' as col_origin FROM worker_timesheet WHERE m7_d13 IS NOT NULL AND JSON_VALID(m7_d13) AND JSON_LENGTH(m7_d13) > 0 UNION ALL SELECT m7_d14 as day_data, 'm7_d14' as col_origin FROM worker_timesheet WHERE m7_d14 IS NOT NULL AND JSON_VALID(m7_d14) AND JSON_LENGTH(m7_d14) > 0 UNION ALL SELECT m7_d15 as day_data, 'm7_d15' as col_origin FROM worker_timesheet WHERE m7_d15 IS NOT NULL AND JSON_VALID(m7_d15) AND JSON_LENGTH(m7_d15) > 0 UNION ALL SELECT m7_d16 as day_data, 'm7_d16' as col_origin FROM worker_timesheet WHERE m7_d16 IS NOT NULL AND JSON_VALID(m7_d16) AND JSON_LENGTH(m7_d16) > 0 UNION ALL SELECT m7_d17 as day_data, 'm7_d17' as col_origin FROM worker_timesheet WHERE m7_d17 IS NOT NULL AND JSON_VALID(m7_d17) AND JSON_LENGTH(m7_d17) > 0 UNION ALL SELECT m7_d18 as day_data, 'm7_d18' as col_origin FROM worker_timesheet WHERE m7_d18 IS NOT NULL AND JSON_VALID(m7_d18) AND JSON_LENGTH(m7_d18) > 0 UNION ALL SELECT m7_d19 as day_data, 'm7_d19' as col_origin FROM worker_timesheet WHERE m7_d19 IS NOT NULL AND JSON_VALID(m7_d19) AND JSON_LENGTH(m7_d19) > 0 UNION ALL SELECT m7_d20 as day_data, 'm7_d20' as col_origin FROM worker_timesheet WHERE m7_d20 IS NOT NULL AND JSON_VALID(m7_d20) AND JSON_LENGTH(m7_d20) > 0 UNION ALL SELECT m7_d21 as day_data, 'm7_d21' as col_origin FROM worker_timesheet WHERE m7_d21 IS NOT NULL AND JSON_VALID(m7_d21) AND JSON_LENGTH(m7_d21) > 0 UNION ALL SELECT m7_d22 as day_data, 'm7_d22' as col_origin FROM worker_timesheet WHERE m7_d22 IS NOT NULL AND JSON_VALID(m7_d22) AND JSON_LENGTH(m7_d22) > 0 UNION ALL SELECT m7_d23 as day_data, 'm7_d23' as col_origin FROM worker_timesheet WHERE m7_d23 IS NOT NULL AND JSON_VALID(m7_d23) AND JSON_LENGTH(m7_d23) > 0 UNION ALL SELECT m7_d24 as day_data, 'm7_d24' as col_origin FROM worker_timesheet WHERE m7_d24 IS NOT NULL AND JSON_VALID(m7_d24) AND JSON_LENGTH(m7_d24) > 0 UNION ALL SELECT m7_d25 as day_data, 'm7_d25' as col_origin FROM worker_timesheet WHERE m7_d25 IS NOT NULL AND JSON_VALID(m7_d25) AND JSON_LENGTH(m7_d25) > 0 UNION ALL SELECT m7_d26 as day_data, 'm7_d26' as col_origin FROM worker_timesheet WHERE m7_d26 IS NOT NULL AND JSON_VALID(m7_d26) AND JSON_LENGTH(m7_d26) > 0 UNION ALL SELECT m7_d27 as day_data, 'm7_d27' as col_origin FROM worker_timesheet WHERE m7_d27 IS NOT NULL AND JSON_VALID(m7_d27) AND JSON_LENGTH(m7_d27) > 0 UNION ALL SELECT m7_d28 as day_data, 'm7_d28' as col_origin FROM worker_timesheet WHERE m7_d28 IS NOT NULL AND JSON_VALID(m7_d28) AND JSON_LENGTH(m7_d28) > 0 UNION ALL SELECT m7_d29 as day_data, 'm7_d29' as col_origin FROM worker_timesheet WHERE m7_d29 IS NOT NULL AND JSON_VALID(m7_d29) AND JSON_LENGTH(m7_d29) > 0 UNION ALL SELECT m7_d30 as day_data, 'm7_d30' as col_origin FROM worker_timesheet WHERE m7_d30 IS NOT NULL AND JSON_VALID(m7_d30) AND JSON_LENGTH(m7_d30) > 0 UNION ALL SELECT m7_d31 as day_data, 'm7_d31' as col_origin FROM worker_timesheet WHERE m7_d31 IS NOT NULL AND JSON_VALID(m7_d31) AND JSON_LENGTH(m7_d31) > 0 UNION ALL SELECT m8_d1 as day_data, 'm8_d1' as col_origin FROM worker_timesheet WHERE m8_d1 IS NOT NULL AND JSON_VALID(m8_d1) AND JSON_LENGTH(m8_d1) > 0 UNION ALL SELECT m8_d2 as day_data, 'm8_d2' as col_origin FROM worker_timesheet WHERE m8_d2 IS NOT NULL AND JSON_VALID(m8_d2) AND JSON_LENGTH(m8_d2) > 0 UNION ALL SELECT m8_d3 as day_data, 'm8_d3' as col_origin FROM worker_timesheet WHERE m8_d3 IS NOT NULL AND JSON_VALID(m8_d3) AND JSON_LENGTH(m8_d3) > 0 UNION ALL SELECT m8_d4 as day_data, 'm8_d4' as col_origin FROM worker_timesheet WHERE m8_d4 IS NOT NULL AND JSON_VALID(m8_d4) AND JSON_LENGTH(m8_d4) > 0 UNION ALL SELECT m8_d5 as day_data, 'm8_d5' as col_origin FROM worker_timesheet WHERE m8_d5 IS NOT NULL AND JSON_VALID(m8_d5) AND JSON_LENGTH(m8_d5) > 0 UNION ALL SELECT m8_d6 as day_data, 'm8_d6' as col_origin FROM worker_timesheet WHERE m8_d6 IS NOT NULL AND JSON_VALID(m8_d6) AND JSON_LENGTH(m8_d6) > 0 UNION ALL SELECT m8_d7 as day_data, 'm8_d7' as col_origin FROM worker_timesheet WHERE m8_d7 IS NOT NULL AND JSON_VALID(m8_d7) AND JSON_LENGTH(m8_d7) > 0 UNION ALL SELECT m8_d8 as day_data, 'm8_d8' as col_origin FROM worker_timesheet WHERE m8_d8 IS NOT NULL AND JSON_VALID(m8_d8) AND JSON_LENGTH(m8_d8) > 0 UNION ALL SELECT m8_d9 as day_data, 'm8_d9' as col_origin FROM worker_timesheet WHERE m8_d9 IS NOT NULL AND JSON_VALID(m8_d9) AND JSON_LENGTH(m8_d9) > 0 UNION ALL SELECT m8_d10 as day_data, 'm8_d10' as col_origin FROM worker_timesheet WHERE m8_d10 IS NOT NULL AND JSON_VALID(m8_d10) AND JSON_LENGTH(m8_d10) > 0 UNION ALL SELECT m8_d11 as day_data, 'm8_d11' as col_origin FROM worker_timesheet WHERE m8_d11 IS NOT NULL AND JSON_VALID(m8_d11) AND JSON_LENGTH(m8_d11) > 0 UNION ALL SELECT m8_d12 as day_data, 'm8_d12' as col_origin FROM worker_timesheet WHERE m8_d12 IS NOT NULL AND JSON_VALID(m8_d12) AND JSON_LENGTH(m8_d12) > 0 UNION ALL SELECT m8_d13 as day_data, 'm8_d13' as col_origin FROM worker_timesheet WHERE m8_d13 IS NOT NULL AND JSON_VALID(m8_d13) AND JSON_LENGTH(m8_d13) > 0 UNION ALL SELECT m8_d14 as day_data, 'm8_d14' as col_origin FROM worker_timesheet WHERE m8_d14 IS NOT NULL AND JSON_VALID(m8_d14) AND JSON_LENGTH(m8_d14) > 0 UNION ALL SELECT m8_d15 as day_data, 'm8_d15' as col_origin FROM worker_timesheet WHERE m8_d15 IS NOT NULL AND JSON_VALID(m8_d15) AND JSON_LENGTH(m8_d15) > 0 UNION ALL SELECT m8_d16 as day_data, 'm8_d16' as col_origin FROM worker_timesheet WHERE m8_d16 IS NOT NULL AND JSON_VALID(m8_d16) AND JSON_LENGTH(m8_d16) > 0 UNION ALL SELECT m8_d17 as day_data, 'm8_d17' as col_origin FROM worker_timesheet WHERE m8_d17 IS NOT NULL AND JSON_VALID(m8_d17) AND JSON_LENGTH(m8_d17) > 0 UNION ALL SELECT m8_d18 as day_data, 'm8_d18' as col_origin FROM worker_timesheet WHERE m8_d18 IS NOT NULL AND JSON_VALID(m8_d18) AND JSON_LENGTH(m8_d18) > 0 UNION ALL SELECT m8_d19 as day_data, 'm8_d19' as col_origin FROM worker_timesheet WHERE m8_d19 IS NOT NULL AND JSON_VALID(m8_d19) AND JSON_LENGTH(m8_d19) > 0 UNION ALL SELECT m8_d20 as day_data, 'm8_d20' as col_origin FROM worker_timesheet WHERE m8_d20 IS NOT NULL AND JSON_VALID(m8_d20) AND JSON_LENGTH(m8_d20) > 0 UNION ALL SELECT m8_d21 as day_data, 'm8_d21' as col_origin FROM worker_timesheet WHERE m8_d21 IS NOT NULL AND JSON_VALID(m8_d21) AND JSON_LENGTH(m8_d21) > 0 UNION ALL SELECT m8_d22 as day_data, 'm8_d22' as col_origin FROM worker_timesheet WHERE m8_d22 IS NOT NULL AND JSON_VALID(m8_d22) AND JSON_LENGTH(m8_d22) > 0 UNION ALL SELECT m8_d23 as day_data, 'm8_d23' as col_origin FROM worker_timesheet WHERE m8_d23 IS NOT NULL AND JSON_VALID(m8_d23) AND JSON_LENGTH(m8_d23) > 0 UNION ALL SELECT m8_d24 as day_data, 'm8_d24' as col_origin FROM worker_timesheet WHERE m8_d24 IS NOT NULL AND JSON_VALID(m8_d24) AND JSON_LENGTH(m8_d24) > 0 UNION ALL SELECT m8_d25 as day_data, 'm8_d25' as col_origin FROM worker_timesheet WHERE m8_d25 IS NOT NULL AND JSON_VALID(m8_d25) AND JSON_LENGTH(m8_d25) > 0 UNION ALL SELECT m8_d26 as day_data, 'm8_d26' as col_origin FROM worker_timesheet WHERE m8_d26 IS NOT NULL AND JSON_VALID(m8_d26) AND JSON_LENGTH(m8_d26) > 0 UNION ALL SELECT m8_d27 as day_data, 'm8_d27' as col_origin FROM worker_timesheet WHERE m8_d27 IS NOT NULL AND JSON_VALID(m8_d27) AND JSON_LENGTH(m8_d27) > 0 UNION ALL SELECT m8_d28 as day_data, 'm8_d28' as col_origin FROM worker_timesheet WHERE m8_d28 IS NOT NULL AND JSON_VALID(m8_d28) AND JSON_LENGTH(m8_d28) > 0 UNION ALL SELECT m8_d29 as day_data, 'm8_d29' as col_origin FROM worker_timesheet WHERE m8_d29 IS NOT NULL AND JSON_VALID(m8_d29) AND JSON_LENGTH(m8_d29) > 0 UNION ALL SELECT m8_d30 as day_data, 'm8_d30' as col_origin FROM worker_timesheet WHERE m8_d30 IS NOT NULL AND JSON_VALID(m8_d30) AND JSON_LENGTH(m8_d30) > 0 UNION ALL SELECT m8_d31 as day_data, 'm8_d31' as col_origin FROM worker_timesheet WHERE m8_d31 IS NOT NULL AND JSON_VALID(m8_d31) AND JSON_LENGTH(m8_d31) > 0 UNION ALL SELECT m9_d1 as day_data, 'm9_d1' as col_origin FROM worker_timesheet WHERE m9_d1 IS NOT NULL AND JSON_VALID(m9_d1) AND JSON_LENGTH(m9_d1) > 0 UNION ALL SELECT m9_d2 as day_data, 'm9_d2' as col_origin FROM worker_timesheet WHERE m9_d2 IS NOT NULL AND JSON_VALID(m9_d2) AND JSON_LENGTH(m9_d2) > 0 UNION ALL SELECT m9_d3 as day_data, 'm9_d3' as col_origin FROM worker_timesheet WHERE m9_d3 IS NOT NULL AND JSON_VALID(m9_d3) AND JSON_LENGTH(m9_d3) > 0 UNION ALL SELECT m9_d4 as day_data, 'm9_d4' as col_origin FROM worker_timesheet WHERE m9_d4 IS NOT NULL AND JSON_VALID(m9_d4) AND JSON_LENGTH(m9_d4) > 0 UNION ALL SELECT m9_d5 as day_data, 'm9_d5' as col_origin FROM worker_timesheet WHERE m9_d5 IS NOT NULL AND JSON_VALID(m9_d5) AND JSON_LENGTH(m9_d5) > 0 UNION ALL SELECT m9_d6 as day_data, 'm9_d6' as col_origin FROM worker_timesheet WHERE m9_d6 IS NOT NULL AND JSON_VALID(m9_d6) AND JSON_LENGTH(m9_d6) > 0 UNION ALL SELECT m9_d7 as day_data, 'm9_d7' as col_origin FROM worker_timesheet WHERE m9_d7 IS NOT NULL AND JSON_VALID(m9_d7) AND JSON_LENGTH(m9_d7) > 0 UNION ALL SELECT m9_d8 as day_data, 'm9_d8' as col_origin FROM worker_timesheet WHERE m9_d8 IS NOT NULL AND JSON_VALID(m9_d8) AND JSON_LENGTH(m9_d8) > 0 UNION ALL SELECT m9_d9 as day_data, 'm9_d9' as col_origin FROM worker_timesheet WHERE m9_d9 IS NOT NULL AND JSON_VALID(m9_d9) AND JSON_LENGTH(m9_d9) > 0 UNION ALL SELECT m9_d10 as day_data, 'm9_d10' as col_origin FROM worker_timesheet WHERE m9_d10 IS NOT NULL AND JSON_VALID(m9_d10) AND JSON_LENGTH(m9_d10) > 0 UNION ALL SELECT m9_d11 as day_data, 'm9_d11' as col_origin FROM worker_timesheet WHERE m9_d11 IS NOT NULL AND JSON_VALID(m9_d11) AND JSON_LENGTH(m9_d11) > 0 UNION ALL SELECT m9_d12 as day_data, 'm9_d12' as col_origin FROM worker_timesheet WHERE m9_d12 IS NOT NULL AND JSON_VALID(m9_d12) AND JSON_LENGTH(m9_d12) > 0 UNION ALL SELECT m9_d13 as day_data, 'm9_d13' as col_origin FROM worker_timesheet WHERE m9_d13 IS NOT NULL AND JSON_VALID(m9_d13) AND JSON_LENGTH(m9_d13) > 0 UNION ALL SELECT m9_d14 as day_data, 'm9_d14' as col_origin FROM worker_timesheet WHERE m9_d14 IS NOT NULL AND JSON_VALID(m9_d14) AND JSON_LENGTH(m9_d14) > 0 UNION ALL SELECT m9_d15 as day_data, 'm9_d15' as col_origin FROM worker_timesheet WHERE m9_d15 IS NOT NULL AND JSON_VALID(m9_d15) AND JSON_LENGTH(m9_d15) > 0 UNION ALL SELECT m9_d16 as day_data, 'm9_d16' as col_origin FROM worker_timesheet WHERE m9_d16 IS NOT NULL AND JSON_VALID(m9_d16) AND JSON_LENGTH(m9_d16) > 0 UNION ALL SELECT m9_d17 as day_data, 'm9_d17' as col_origin FROM worker_timesheet WHERE m9_d17 IS NOT NULL AND JSON_VALID(m9_d17) AND JSON_LENGTH(m9_d17) > 0 UNION ALL SELECT m9_d18 as day_data, 'm9_d18' as col_origin FROM worker_timesheet WHERE m9_d18 IS NOT NULL AND JSON_VALID(m9_d18) AND JSON_LENGTH(m9_d18) > 0 UNION ALL SELECT m9_d19 as day_data, 'm9_d19' as col_origin FROM worker_timesheet WHERE m9_d19 IS NOT NULL AND JSON_VALID(m9_d19) AND JSON_LENGTH(m9_d19) > 0 UNION ALL SELECT m9_d20 as day_data, 'm9_d20' as col_origin FROM worker_timesheet WHERE m9_d20 IS NOT NULL AND JSON_VALID(m9_d20) AND JSON_LENGTH(m9_d20) > 0 UNION ALL SELECT m9_d21 as day_data, 'm9_d21' as col_origin FROM worker_timesheet WHERE m9_d21 IS NOT NULL AND JSON_VALID(m9_d21) AND JSON_LENGTH(m9_d21) > 0 UNION ALL SELECT m9_d22 as day_data, 'm9_d22' as col_origin FROM worker_timesheet WHERE m9_d22 IS NOT NULL AND JSON_VALID(m9_d22) AND JSON_LENGTH(m9_d22) > 0 UNION ALL SELECT m9_d23 as day_data, 'm9_d23' as col_origin FROM worker_timesheet WHERE m9_d23 IS NOT NULL AND JSON_VALID(m9_d23) AND JSON_LENGTH(m9_d23) > 0 UNION ALL SELECT m9_d24 as day_data, 'm9_d24' as col_origin FROM worker_timesheet WHERE m9_d24 IS NOT NULL AND JSON_VALID(m9_d24) AND JSON_LENGTH(m9_d24) > 0 UNION ALL SELECT m9_d25 as day_data, 'm9_d25' as col_origin FROM worker_timesheet WHERE m9_d25 IS NOT NULL AND JSON_VALID(m9_d25) AND JSON_LENGTH(m9_d25) > 0 UNION ALL SELECT m9_d26 as day_data, 'm9_d26' as col_origin FROM worker_timesheet WHERE m9_d26 IS NOT NULL AND JSON_VALID(m9_d26) AND JSON_LENGTH(m9_d26) > 0 UNION ALL SELECT m9_d27 as day_data, 'm9_d27' as col_origin FROM worker_timesheet WHERE m9_d27 IS NOT NULL AND JSON_VALID(m9_d27) AND JSON_LENGTH(m9_d27) > 0 UNION ALL SELECT m9_d28 as day_data, 'm9_d28' as col_origin FROM worker_timesheet WHERE m9_d28 IS NOT NULL AND JSON_VALID(m9_d28) AND JSON_LENGTH(m9_d28) > 0 UNION ALL SELECT m9_d29 as day_data, 'm9_d29' as col_origin FROM worker_timesheet WHERE m9_d29 IS NOT NULL AND JSON_VALID(m9_d29) AND JSON_LENGTH(m9_d29) > 0 UNION ALL SELECT m9_d30 as day_data, 'm9_d30' as col_origin FROM worker_timesheet WHERE m9_d30 IS NOT NULL AND JSON_VALID(m9_d30) AND JSON_LENGTH(m9_d30) > 0 UNION ALL SELECT m9_d31 as day_data, 'm9_d31' as col_origin FROM worker_timesheet WHERE m9_d31 IS NOT NULL AND JSON_VALID(m9_d31) AND JSON_LENGTH(m9_d31) > 0 UNION ALL SELECT m10_d1 as day_data, 'm10_d1' as col_origin FROM worker_timesheet WHERE m10_d1 IS NOT NULL AND JSON_VALID(m10_d1) AND JSON_LENGTH(m10_d1) > 0 UNION ALL SELECT m10_d2 as day_data, 'm10_d2' as col_origin FROM worker_timesheet WHERE m10_d2 IS NOT NULL AND JSON_VALID(m10_d2) AND JSON_LENGTH(m10_d2) > 0 UNION ALL SELECT m10_d3 as day_data, 'm10_d3' as col_origin FROM worker_timesheet WHERE m10_d3 IS NOT NULL AND JSON_VALID(m10_d3) AND JSON_LENGTH(m10_d3) > 0 UNION ALL SELECT m10_d4 as day_data, 'm10_d4' as col_origin FROM worker_timesheet WHERE m10_d4 IS NOT NULL AND JSON_VALID(m10_d4) AND JSON_LENGTH(m10_d4) > 0 UNION ALL SELECT m10_d5 as day_data, 'm10_d5' as col_origin FROM worker_timesheet WHERE m10_d5 IS NOT NULL AND JSON_VALID(m10_d5) AND JSON_LENGTH(m10_d5) > 0 UNION ALL SELECT m10_d6 as day_data, 'm10_d6' as col_origin FROM worker_timesheet WHERE m10_d6 IS NOT NULL AND JSON_VALID(m10_d6) AND JSON_LENGTH(m10_d6) > 0 UNION ALL SELECT m10_d7 as day_data, 'm10_d7' as col_origin FROM worker_timesheet WHERE m10_d7 IS NOT NULL AND JSON_VALID(m10_d7) AND JSON_LENGTH(m10_d7) > 0 UNION ALL SELECT m10_d8 as day_data, 'm10_d8' as col_origin FROM worker_timesheet WHERE m10_d8 IS NOT NULL AND JSON_VALID(m10_d8) AND JSON_LENGTH(m10_d8) > 0 UNION ALL SELECT m10_d9 as day_data, 'm10_d9' as col_origin FROM worker_timesheet WHERE m10_d9 IS NOT NULL AND JSON_VALID(m10_d9) AND JSON_LENGTH(m10_d9) > 0 UNION ALL SELECT m10_d10 as day_data, 'm10_d10' as col_origin FROM worker_timesheet WHERE m10_d10 IS NOT NULL AND JSON_VALID(m10_d10) AND JSON_LENGTH(m10_d10) > 0 UNION ALL SELECT m10_d11 as day_data, 'm10_d11' as col_origin FROM worker_timesheet WHERE m10_d11 IS NOT NULL AND JSON_VALID(m10_d11) AND JSON_LENGTH(m10_d11) > 0 UNION ALL SELECT m10_d12 as day_data, 'm10_d12' as col_origin FROM worker_timesheet WHERE m10_d12 IS NOT NULL AND JSON_VALID(m10_d12) AND JSON_LENGTH(m10_d12) > 0 UNION ALL SELECT m10_d13 as day_data, 'm10_d13' as col_origin FROM worker_timesheet WHERE m10_d13 IS NOT NULL AND JSON_VALID(m10_d13) AND JSON_LENGTH(m10_d13) > 0 UNION ALL SELECT m10_d14 as day_data, 'm10_d14' as col_origin FROM worker_timesheet WHERE m10_d14 IS NOT NULL AND JSON_VALID(m10_d14) AND JSON_LENGTH(m10_d14) > 0 UNION ALL SELECT m10_d15 as day_data, 'm10_d15' as col_origin FROM worker_timesheet WHERE m10_d15 IS NOT NULL AND JSON_VALID(m10_d15) AND JSON_LENGTH(m10_d15) > 0 UNION ALL SELECT m10_d16 as day_data, 'm10_d16' as col_origin FROM worker_timesheet WHERE m10_d16 IS NOT NULL AND JSON_VALID(m10_d16) AND JSON_LENGTH(m10_d16) > 0 UNION ALL SELECT m10_d17 as day_data, 'm10_d17' as col_origin FROM worker_timesheet WHERE m10_d17 IS NOT NULL AND JSON_VALID(m10_d17) AND JSON_LENGTH(m10_d17) > 0 UNION ALL SELECT m10_d18 as day_data, 'm10_d18' as col_origin FROM worker_timesheet WHERE m10_d18 IS NOT NULL AND JSON_VALID(m10_d18) AND JSON_LENGTH(m10_d18) > 0 UNION ALL SELECT m10_d19 as day_data, 'm10_d19' as col_origin FROM worker_timesheet WHERE m10_d19 IS NOT NULL AND JSON_VALID(m10_d19) AND JSON_LENGTH(m10_d19) > 0 UNION ALL SELECT m10_d20 as day_data, 'm10_d20' as col_origin FROM worker_timesheet WHERE m10_d20 IS NOT NULL AND JSON_VALID(m10_d20) AND JSON_LENGTH(m10_d20) > 0 UNION ALL SELECT m10_d21 as day_data, 'm10_d21' as col_origin FROM worker_timesheet WHERE m10_d21 IS NOT NULL AND JSON_VALID(m10_d21) AND JSON_LENGTH(m10_d21) > 0 UNION ALL SELECT m10_d22 as day_data, 'm10_d22' as col_origin FROM worker_timesheet WHERE m10_d22 IS NOT NULL AND JSON_VALID(m10_d22) AND JSON_LENGTH(m10_d22) > 0 UNION ALL SELECT m10_d23 as day_data, 'm10_d23' as col_origin FROM worker_timesheet WHERE m10_d23 IS NOT NULL AND JSON_VALID(m10_d23) AND JSON_LENGTH(m10_d23) > 0 UNION ALL SELECT m10_d24 as day_data, 'm10_d24' as col_origin FROM worker_timesheet WHERE m10_d24 IS NOT NULL AND JSON_VALID(m10_d24) AND JSON_LENGTH(m10_d24) > 0 UNION ALL SELECT m10_d25 as day_data, 'm10_d25' as col_origin FROM worker_timesheet WHERE m10_d25 IS NOT NULL AND JSON_VALID(m10_d25) AND JSON_LENGTH(m10_d25) > 0 UNION ALL SELECT m10_d26 as day_data, 'm10_d26' as col_origin FROM worker_timesheet WHERE m10_d26 IS NOT NULL AND JSON_VALID(m10_d26) AND JSON_LENGTH(m10_d26) > 0 UNION ALL SELECT m10_d27 as day_data, 'm10_d27' as col_origin FROM worker_timesheet WHERE m10_d27 IS NOT NULL AND JSON_VALID(m10_d27) AND JSON_LENGTH(m10_d27) > 0 UNION ALL SELECT m10_d28 as day_data, 'm10_d28' as col_origin FROM worker_timesheet WHERE m10_d28 IS NOT NULL AND JSON_VALID(m10_d28) AND JSON_LENGTH(m10_d28) > 0 UNION ALL SELECT m10_d29 as day_data, 'm10_d29' as col_origin FROM worker_timesheet WHERE m10_d29 IS NOT NULL AND JSON_VALID(m10_d29) AND JSON_LENGTH(m10_d29) > 0 UNION ALL SELECT m10_d30 as day_data, 'm10_d30' as col_origin FROM worker_timesheet WHERE m10_d30 IS NOT NULL AND JSON_VALID(m10_d30) AND JSON_LENGTH(m10_d30) > 0 UNION ALL SELECT m10_d31 as day_data, 'm10_d31' as col_origin FROM worker_timesheet WHERE m10_d31 IS NOT NULL AND JSON_VALID(m10_d31) AND JSON_LENGTH(m10_d31) > 0 UNION ALL SELECT m11_d1 as day_data, 'm11_d1' as col_origin FROM worker_timesheet WHERE m11_d1 IS NOT NULL AND JSON_VALID(m11_d1) AND JSON_LENGTH(m11_d1) > 0 UNION ALL SELECT m11_d2 as day_data, 'm11_d2' as col_origin FROM worker_timesheet WHERE m11_d2 IS NOT NULL AND JSON_VALID(m11_d2) AND JSON_LENGTH(m11_d2) > 0 UNION ALL SELECT m11_d3 as day_data, 'm11_d3' as col_origin FROM worker_timesheet WHERE m11_d3 IS NOT NULL AND JSON_VALID(m11_d3) AND JSON_LENGTH(m11_d3) > 0 UNION ALL SELECT m11_d4 as day_data, 'm11_d4' as col_origin FROM worker_timesheet WHERE m11_d4 IS NOT NULL AND JSON_VALID(m11_d4) AND JSON_LENGTH(m11_d4) > 0 UNION ALL SELECT m11_d5 as day_data, 'm11_d5' as col_origin FROM worker_timesheet WHERE m11_d5 IS NOT NULL AND JSON_VALID(m11_d5) AND JSON_LENGTH(m11_d5) > 0 UNION ALL SELECT m11_d6 as day_data, 'm11_d6' as col_origin FROM worker_timesheet WHERE m11_d6 IS NOT NULL AND JSON_VALID(m11_d6) AND JSON_LENGTH(m11_d6) > 0 UNION ALL SELECT m11_d7 as day_data, 'm11_d7' as col_origin FROM worker_timesheet WHERE m11_d7 IS NOT NULL AND JSON_VALID(m11_d7) AND JSON_LENGTH(m11_d7) > 0 UNION ALL SELECT m11_d8 as day_data, 'm11_d8' as col_origin FROM worker_timesheet WHERE m11_d8 IS NOT NULL AND JSON_VALID(m11_d8) AND JSON_LENGTH(m11_d8) > 0 UNION ALL SELECT m11_d9 as day_data, 'm11_d9' as col_origin FROM worker_timesheet WHERE m11_d9 IS NOT NULL AND JSON_VALID(m11_d9) AND JSON_LENGTH(m11_d9) > 0 UNION ALL SELECT m11_d10 as day_data, 'm11_d10' as col_origin FROM worker_timesheet WHERE m11_d10 IS NOT NULL AND JSON_VALID(m11_d10) AND JSON_LENGTH(m11_d10) > 0 UNION ALL SELECT m11_d11 as day_data, 'm11_d11' as col_origin FROM worker_timesheet WHERE m11_d11 IS NOT NULL AND JSON_VALID(m11_d11) AND JSON_LENGTH(m11_d11) > 0 UNION ALL SELECT m11_d12 as day_data, 'm11_d12' as col_origin FROM worker_timesheet WHERE m11_d12 IS NOT NULL AND JSON_VALID(m11_d12) AND JSON_LENGTH(m11_d12) > 0 UNION ALL SELECT m11_d13 as day_data, 'm11_d13' as col_origin FROM worker_timesheet WHERE m11_d13 IS NOT NULL AND JSON_VALID(m11_d13) AND JSON_LENGTH(m11_d13) > 0 UNION ALL SELECT m11_d14 as day_data, 'm11_d14' as col_origin FROM worker_timesheet WHERE m11_d14 IS NOT NULL AND JSON_VALID(m11_d14) AND JSON_LENGTH(m11_d14) > 0 UNION ALL SELECT m11_d15 as day_data, 'm11_d15' as col_origin FROM worker_timesheet WHERE m11_d15 IS NOT NULL AND JSON_VALID(m11_d15) AND JSON_LENGTH(m11_d15) > 0 UNION ALL SELECT m11_d16 as day_data, 'm11_d16' as col_origin FROM worker_timesheet WHERE m11_d16 IS NOT NULL AND JSON_VALID(m11_d16) AND JSON_LENGTH(m11_d16) > 0 UNION ALL SELECT m11_d17 as day_data, 'm11_d17' as col_origin FROM worker_timesheet WHERE m11_d17 IS NOT NULL AND JSON_VALID(m11_d17) AND JSON_LENGTH(m11_d17) > 0 UNION ALL SELECT m11_d18 as day_data, 'm11_d18' as col_origin FROM worker_timesheet WHERE m11_d18 IS NOT NULL AND JSON_VALID(m11_d18) AND JSON_LENGTH(m11_d18) > 0 UNION ALL SELECT m11_d19 as day_data, 'm11_d19' as col_origin FROM worker_timesheet WHERE m11_d19 IS NOT NULL AND JSON_VALID(m11_d19) AND JSON_LENGTH(m11_d19) > 0 UNION ALL SELECT m11_d20 as day_data, 'm11_d20' as col_origin FROM worker_timesheet WHERE m11_d20 IS NOT NULL AND JSON_VALID(m11_d20) AND JSON_LENGTH(m11_d20) > 0 UNION ALL SELECT m11_d21 as day_data, 'm11_d21' as col_origin FROM worker_timesheet WHERE m11_d21 IS NOT NULL AND JSON_VALID(m11_d21) AND JSON_LENGTH(m11_d21) > 0 UNION ALL SELECT m11_d22 as day_data, 'm11_d22' as col_origin FROM worker_timesheet WHERE m11_d22 IS NOT NULL AND JSON_VALID(m11_d22) AND JSON_LENGTH(m11_d22) > 0 UNION ALL SELECT m11_d23 as day_data, 'm11_d23' as col_origin FROM worker_timesheet WHERE m11_d23 IS NOT NULL AND JSON_VALID(m11_d23) AND JSON_LENGTH(m11_d23) > 0 UNION ALL SELECT m11_d24 as day_data, 'm11_d24' as col_origin FROM worker_timesheet WHERE m11_d24 IS NOT NULL AND JSON_VALID(m11_d24) AND JSON_LENGTH(m11_d24) > 0 UNION ALL SELECT m11_d25 as day_data, 'm11_d25' as col_origin FROM worker_timesheet WHERE m11_d25 IS NOT NULL AND JSON_VALID(m11_d25) AND JSON_LENGTH(m11_d25) > 0 UNION ALL SELECT m11_d26 as day_data, 'm11_d26' as col_origin FROM worker_timesheet WHERE m11_d26 IS NOT NULL AND JSON_VALID(m11_d26) AND JSON_LENGTH(m11_d26) > 0 UNION ALL SELECT m11_d27 as day_data, 'm11_d27' as col_origin FROM worker_timesheet WHERE m11_d27 IS NOT NULL AND JSON_VALID(m11_d27) AND JSON_LENGTH(m11_d27) > 0 UNION ALL SELECT m11_d28 as day_data, 'm11_d28' as col_origin FROM worker_timesheet WHERE m11_d28 IS NOT NULL AND JSON_VALID(m11_d28) AND JSON_LENGTH(m11_d28) > 0 UNION ALL SELECT m11_d29 as day_data, 'm11_d29' as col_origin FROM worker_timesheet WHERE m11_d29 IS NOT NULL AND JSON_VALID(m11_d29) AND JSON_LENGTH(m11_d29) > 0 UNION ALL SELECT m11_d30 as day_data, 'm11_d30' as col_origin FROM worker_timesheet WHERE m11_d30 IS NOT NULL AND JSON_VALID(m11_d30) AND JSON_LENGTH(m11_d30) > 0 UNION ALL SELECT m11_d31 as day_data, 'm11_d31' as col_origin FROM worker_timesheet WHERE m11_d31 IS NOT NULL AND JSON_VALID(m11_d31) AND JSON_LENGTH(m11_d31) > 0 UNION ALL SELECT m12_d1 as day_data, 'm12_d1' as col_origin FROM worker_timesheet WHERE m12_d1 IS NOT NULL AND JSON_VALID(m12_d1) AND JSON_LENGTH(m12_d1) > 0 UNION ALL SELECT m12_d2 as day_data, 'm12_d2' as col_origin FROM worker_timesheet WHERE m12_d2 IS NOT NULL AND JSON_VALID(m12_d2) AND JSON_LENGTH(m12_d2) > 0 UNION ALL SELECT m12_d3 as day_data, 'm12_d3' as col_origin FROM worker_timesheet WHERE m12_d3 IS NOT NULL AND JSON_VALID(m12_d3) AND JSON_LENGTH(m12_d3) > 0 UNION ALL SELECT m12_d4 as day_data, 'm12_d4' as col_origin FROM worker_timesheet WHERE m12_d4 IS NOT NULL AND JSON_VALID(m12_d4) AND JSON_LENGTH(m12_d4) > 0 UNION ALL SELECT m12_d5 as day_data, 'm12_d5' as col_origin FROM worker_timesheet WHERE m12_d5 IS NOT NULL AND JSON_VALID(m12_d5) AND JSON_LENGTH(m12_d5) > 0 UNION ALL SELECT m12_d6 as day_data, 'm12_d6' as col_origin FROM worker_timesheet WHERE m12_d6 IS NOT NULL AND JSON_VALID(m12_d6) AND JSON_LENGTH(m12_d6) > 0 UNION ALL SELECT m12_d7 as day_data, 'm12_d7' as col_origin FROM worker_timesheet WHERE m12_d7 IS NOT NULL AND JSON_VALID(m12_d7) AND JSON_LENGTH(m12_d7) > 0 UNION ALL SELECT m12_d8 as day_data, 'm12_d8' as col_origin FROM worker_timesheet WHERE m12_d8 IS NOT NULL AND JSON_VALID(m12_d8) AND JSON_LENGTH(m12_d8) > 0 UNION ALL SELECT m12_d9 as day_data, 'm12_d9' as col_origin FROM worker_timesheet WHERE m12_d9 IS NOT NULL AND JSON_VALID(m12_d9) AND JSON_LENGTH(m12_d9) > 0 UNION ALL SELECT m12_d10 as day_data, 'm12_d10' as col_origin FROM worker_timesheet WHERE m12_d10 IS NOT NULL AND JSON_VALID(m12_d10) AND JSON_LENGTH(m12_d10) > 0 UNION ALL SELECT m12_d11 as day_data, 'm12_d11' as col_origin FROM worker_timesheet WHERE m12_d11 IS NOT NULL AND JSON_VALID(m12_d11) AND JSON_LENGTH(m12_d11) > 0 UNION ALL SELECT m12_d12 as day_data, 'm12_d12' as col_origin FROM worker_timesheet WHERE m12_d12 IS NOT NULL AND JSON_VALID(m12_d12) AND JSON_LENGTH(m12_d12) > 0 UNION ALL SELECT m12_d13 as day_data, 'm12_d13' as col_origin FROM worker_timesheet WHERE m12_d13 IS NOT NULL AND JSON_VALID(m12_d13) AND JSON_LENGTH(m12_d13) > 0 UNION ALL SELECT m12_d14 as day_data, 'm12_d14' as col_origin FROM worker_timesheet WHERE m12_d14 IS NOT NULL AND JSON_VALID(m12_d14) AND JSON_LENGTH(m12_d14) > 0 UNION ALL SELECT m12_d15 as day_data, 'm12_d15' as col_origin FROM worker_timesheet WHERE m12_d15 IS NOT NULL AND JSON_VALID(m12_d15) AND JSON_LENGTH(m12_d15) > 0 UNION ALL SELECT m12_d16 as day_data, 'm12_d16' as col_origin FROM worker_timesheet WHERE m12_d16 IS NOT NULL AND JSON_VALID(m12_d16) AND JSON_LENGTH(m12_d16) > 0 UNION ALL SELECT m12_d17 as day_data, 'm12_d17' as col_origin FROM worker_timesheet WHERE m12_d17 IS NOT NULL AND JSON_VALID(m12_d17) AND JSON_LENGTH(m12_d17) > 0 UNION ALL SELECT m12_d18 as day_data, 'm12_d18' as col_origin FROM worker_timesheet WHERE m12_d18 IS NOT NULL AND JSON_VALID(m12_d18) AND JSON_LENGTH(m12_d18) > 0 UNION ALL SELECT m12_d19 as day_data, 'm12_d19' as col_origin FROM worker_timesheet WHERE m12_d19 IS NOT NULL AND JSON_VALID(m12_d19) AND JSON_LENGTH(m12_d19) > 0 UNION ALL SELECT m12_d20 as day_data, 'm12_d20' as col_origin FROM worker_timesheet WHERE m12_d20 IS NOT NULL AND JSON_VALID(m12_d20) AND JSON_LENGTH(m12_d20) > 0 UNION ALL SELECT m12_d21 as day_data, 'm12_d21' as col_origin FROM worker_timesheet WHERE m12_d21 IS NOT NULL AND JSON_VALID(m12_d21) AND JSON_LENGTH(m12_d21) > 0 UNION ALL SELECT m12_d22 as day_data, 'm12_d22' as col_origin FROM worker_timesheet WHERE m12_d22 IS NOT NULL AND JSON_VALID(m12_d22) AND JSON_LENGTH(m12_d22) > 0 UNION ALL SELECT m12_d23 as day_data, 'm12_d23' as col_origin FROM worker_timesheet WHERE m12_d23 IS NOT NULL AND JSON_VALID(m12_d23) AND JSON_LENGTH(m12_d23) > 0 UNION ALL SELECT m12_d24 as day_data, 'm12_d24' as col_origin FROM worker_timesheet WHERE m12_d24 IS NOT NULL AND JSON_VALID(m12_d24) AND JSON_LENGTH(m12_d24) > 0 UNION ALL SELECT m12_d25 as day_data, 'm12_d25' as col_origin FROM worker_timesheet WHERE m12_d25 IS NOT NULL AND JSON_VALID(m12_d25) AND JSON_LENGTH(m12_d25) > 0 UNION ALL SELECT m12_d26 as day_data, 'm12_d26' as col_origin FROM worker_timesheet WHERE m12_d26 IS NOT NULL AND JSON_VALID(m12_d26) AND JSON_LENGTH(m12_d26) > 0 UNION ALL SELECT m12_d27 as day_data, 'm12_d27' as col_origin FROM worker_timesheet WHERE m12_d27 IS NOT NULL AND JSON_VALID(m12_d27) AND JSON_LENGTH(m12_d27) > 0 UNION ALL SELECT m12_d28 as day_data, 'm12_d28' as col_origin FROM worker_timesheet WHERE m12_d28 IS NOT NULL AND JSON_VALID(m12_d28) AND JSON_LENGTH(m12_d28) > 0 UNION ALL SELECT m12_d29 as day_data, 'm12_d29' as col_origin FROM worker_timesheet WHERE m12_d29 IS NOT NULL AND JSON_VALID(m12_d29) AND JSON_LENGTH(m12_d29) > 0 UNION ALL SELECT m12_d30 as day_data, 'm12_d30' as col_origin FROM worker_timesheet WHERE m12_d30 IS NOT NULL AND JSON_VALID(m12_d30) AND JSON_LENGTH(m12_d30) > 0 UNION ALL SELECT m12_d31 as day_data, 'm12_d31' as col_origin FROM worker_timesheet WHERE m12_d31 IS NOT NULL AND JSON_VALID(m12_d31) AND JSON_LENGTH(m12_d31) > 0\n ) AS temp_days\n INNER JOIN JSON_TABLE(temp_days.day_data, '$.projects[*]' COLUMNS (\n p_id INT PATH '$.project',\n cost_per_hour FLOAT PATH '$.final.cost_per_hour',\n roles_json JSON PATH '$.roles'\n )) AS jt_p ON 1 = 1\n INNER JOIN JSON_TABLE(jt_p.roles_json, '$[*]' COLUMNS (\n role_val INT PATH '$.role',\n orders_json JSON PATH '$.orders'\n )) AS jt_r ON 1 = 1\n WHERE jt_p.p_id = :project_id\n ) AS final_res\n WHERE role_val = min_role AND found_time IS NOT NULL\n
"""
(parameters:
[
"project_id" => 11
"order_no" => "1016-1860"
]
, types:
[
"project_id" => 2
"order_no" => 2]
)
doctrine
[
"sql" => """
\n SELECT\n SUM(found_time) AS labor_time,\n SUM(found_time * cost_per_hour) AS labor_cost,\n :order_no AS `order`,\n (SELECT id FROM project_orders WHERE order_nr='1016-1860') as order_id\n\n FROM (\n SELECT\n jt_p.cost_per_hour,\n jt_r.role_val,\n (\n SELECT SUM(IFNULL(jt_s.t_direct, 0) + IFNULL(jt_b.t_branch_total, 0))\n FROM JSON_TABLE(\n jt_r.orders_json,\n '$.*' COLUMNS (\n o_no VARCHAR(100) PATH '$.order',\n t_direct FLOAT PATH '$.time',\n branches JSON PATH '$.branches'\n )\n ) AS jt_s\n LEFT JOIN LATERAL (\n SELECT SUM(b_val) as t_branch_total \n FROM JSON_TABLE(jt_s.branches, '$.*' COLUMNS (b_val FLOAT PATH '$.time')) AS jt_b_inner\n ) AS jt_b ON 1 = 1\n WHERE jt_s.o_no = :order_no\n ) AS found_time,\n MIN(jt_r.role_val) OVER(PARTITION BY temp_days.col_origin) as min_role\n FROM (\n SELECT m1_d1 as day_data, 'm1_d1' as col_origin FROM worker_timesheet WHERE m1_d1 IS NOT NULL AND JSON_VALID(m1_d1) AND JSON_LENGTH(m1_d1) > 0 UNION ALL SELECT m1_d2 as day_data, 'm1_d2' as col_origin FROM worker_timesheet WHERE m1_d2 IS NOT NULL AND JSON_VALID(m1_d2) AND JSON_LENGTH(m1_d2) > 0 UNION ALL SELECT m1_d3 as day_data, 'm1_d3' as col_origin FROM worker_timesheet WHERE m1_d3 IS NOT NULL AND JSON_VALID(m1_d3) AND JSON_LENGTH(m1_d3) > 0 UNION ALL SELECT m1_d4 as day_data, 'm1_d4' as col_origin FROM worker_timesheet WHERE m1_d4 IS NOT NULL AND JSON_VALID(m1_d4) AND JSON_LENGTH(m1_d4) > 0 UNION ALL SELECT m1_d5 as day_data, 'm1_d5' as col_origin FROM worker_timesheet WHERE m1_d5 IS NOT NULL AND JSON_VALID(m1_d5) AND JSON_LENGTH(m1_d5) > 0 UNION ALL SELECT m1_d6 as day_data, 'm1_d6' as col_origin FROM worker_timesheet WHERE m1_d6 IS NOT NULL AND JSON_VALID(m1_d6) AND JSON_LENGTH(m1_d6) > 0 UNION ALL SELECT m1_d7 as day_data, 'm1_d7' as col_origin FROM worker_timesheet WHERE m1_d7 IS NOT NULL AND JSON_VALID(m1_d7) AND JSON_LENGTH(m1_d7) > 0 UNION ALL SELECT m1_d8 as day_data, 'm1_d8' as col_origin FROM worker_timesheet WHERE m1_d8 IS NOT NULL AND JSON_VALID(m1_d8) AND JSON_LENGTH(m1_d8) > 0 UNION ALL SELECT m1_d9 as day_data, 'm1_d9' as col_origin FROM worker_timesheet WHERE m1_d9 IS NOT NULL AND JSON_VALID(m1_d9) AND JSON_LENGTH(m1_d9) > 0 UNION ALL SELECT m1_d10 as day_data, 'm1_d10' as col_origin FROM worker_timesheet WHERE m1_d10 IS NOT NULL AND JSON_VALID(m1_d10) AND JSON_LENGTH(m1_d10) > 0 UNION ALL SELECT m1_d11 as day_data, 'm1_d11' as col_origin FROM worker_timesheet WHERE m1_d11 IS NOT NULL AND JSON_VALID(m1_d11) AND JSON_LENGTH(m1_d11) > 0 UNION ALL SELECT m1_d12 as day_data, 'm1_d12' as col_origin FROM worker_timesheet WHERE m1_d12 IS NOT NULL AND JSON_VALID(m1_d12) AND JSON_LENGTH(m1_d12) > 0 UNION ALL SELECT m1_d13 as day_data, 'm1_d13' as col_origin FROM worker_timesheet WHERE m1_d13 IS NOT NULL AND JSON_VALID(m1_d13) AND JSON_LENGTH(m1_d13) > 0 UNION ALL SELECT m1_d14 as day_data, 'm1_d14' as col_origin FROM worker_timesheet WHERE m1_d14 IS NOT NULL AND JSON_VALID(m1_d14) AND JSON_LENGTH(m1_d14) > 0 UNION ALL SELECT m1_d15 as day_data, 'm1_d15' as col_origin FROM worker_timesheet WHERE m1_d15 IS NOT NULL AND JSON_VALID(m1_d15) AND JSON_LENGTH(m1_d15) > 0 UNION ALL SELECT m1_d16 as day_data, 'm1_d16' as col_origin FROM worker_timesheet WHERE m1_d16 IS NOT NULL AND JSON_VALID(m1_d16) AND JSON_LENGTH(m1_d16) > 0 UNION ALL SELECT m1_d17 as day_data, 'm1_d17' as col_origin FROM worker_timesheet WHERE m1_d17 IS NOT NULL AND JSON_VALID(m1_d17) AND JSON_LENGTH(m1_d17) > 0 UNION ALL SELECT m1_d18 as day_data, 'm1_d18' as col_origin FROM worker_timesheet WHERE m1_d18 IS NOT NULL AND JSON_VALID(m1_d18) AND JSON_LENGTH(m1_d18) > 0 UNION ALL SELECT m1_d19 as day_data, 'm1_d19' as col_origin FROM worker_timesheet WHERE m1_d19 IS NOT NULL AND JSON_VALID(m1_d19) AND JSON_LENGTH(m1_d19) > 0 UNION ALL SELECT m1_d20 as day_data, 'm1_d20' as col_origin FROM worker_timesheet WHERE m1_d20 IS NOT NULL AND JSON_VALID(m1_d20) AND JSON_LENGTH(m1_d20) > 0 UNION ALL SELECT m1_d21 as day_data, 'm1_d21' as col_origin FROM worker_timesheet WHERE m1_d21 IS NOT NULL AND JSON_VALID(m1_d21) AND JSON_LENGTH(m1_d21) > 0 UNION ALL SELECT m1_d22 as day_data, 'm1_d22' as col_origin FROM worker_timesheet WHERE m1_d22 IS NOT NULL AND JSON_VALID(m1_d22) AND JSON_LENGTH(m1_d22) > 0 UNION ALL SELECT m1_d23 as day_data, 'm1_d23' as col_origin FROM worker_timesheet WHERE m1_d23 IS NOT NULL AND JSON_VALID(m1_d23) AND JSON_LENGTH(m1_d23) > 0 UNION ALL SELECT m1_d24 as day_data, 'm1_d24' as col_origin FROM worker_timesheet WHERE m1_d24 IS NOT NULL AND JSON_VALID(m1_d24) AND JSON_LENGTH(m1_d24) > 0 UNION ALL SELECT m1_d25 as day_data, 'm1_d25' as col_origin FROM worker_timesheet WHERE m1_d25 IS NOT NULL AND JSON_VALID(m1_d25) AND JSON_LENGTH(m1_d25) > 0 UNION ALL SELECT m1_d26 as day_data, 'm1_d26' as col_origin FROM worker_timesheet WHERE m1_d26 IS NOT NULL AND JSON_VALID(m1_d26) AND JSON_LENGTH(m1_d26) > 0 UNION ALL SELECT m1_d27 as day_data, 'm1_d27' as col_origin FROM worker_timesheet WHERE m1_d27 IS NOT NULL AND JSON_VALID(m1_d27) AND JSON_LENGTH(m1_d27) > 0 UNION ALL SELECT m1_d28 as day_data, 'm1_d28' as col_origin FROM worker_timesheet WHERE m1_d28 IS NOT NULL AND JSON_VALID(m1_d28) AND JSON_LENGTH(m1_d28) > 0 UNION ALL SELECT m1_d29 as day_data, 'm1_d29' as col_origin FROM worker_timesheet WHERE m1_d29 IS NOT NULL AND JSON_VALID(m1_d29) AND JSON_LENGTH(m1_d29) > 0 UNION ALL SELECT m1_d30 as day_data, 'm1_d30' as col_origin FROM worker_timesheet WHERE m1_d30 IS NOT NULL AND JSON_VALID(m1_d30) AND JSON_LENGTH(m1_d30) > 0 UNION ALL SELECT m1_d31 as day_data, 'm1_d31' as col_origin FROM worker_timesheet WHERE m1_d31 IS NOT NULL AND JSON_VALID(m1_d31) AND JSON_LENGTH(m1_d31) > 0 UNION ALL SELECT m2_d1 as day_data, 'm2_d1' as col_origin FROM worker_timesheet WHERE m2_d1 IS NOT NULL AND JSON_VALID(m2_d1) AND JSON_LENGTH(m2_d1) > 0 UNION ALL SELECT m2_d2 as day_data, 'm2_d2' as col_origin FROM worker_timesheet WHERE m2_d2 IS NOT NULL AND JSON_VALID(m2_d2) AND JSON_LENGTH(m2_d2) > 0 UNION ALL SELECT m2_d3 as day_data, 'm2_d3' as col_origin FROM worker_timesheet WHERE m2_d3 IS NOT NULL AND JSON_VALID(m2_d3) AND JSON_LENGTH(m2_d3) > 0 UNION ALL SELECT m2_d4 as day_data, 'm2_d4' as col_origin FROM worker_timesheet WHERE m2_d4 IS NOT NULL AND JSON_VALID(m2_d4) AND JSON_LENGTH(m2_d4) > 0 UNION ALL SELECT m2_d5 as day_data, 'm2_d5' as col_origin FROM worker_timesheet WHERE m2_d5 IS NOT NULL AND JSON_VALID(m2_d5) AND JSON_LENGTH(m2_d5) > 0 UNION ALL SELECT m2_d6 as day_data, 'm2_d6' as col_origin FROM worker_timesheet WHERE m2_d6 IS NOT NULL AND JSON_VALID(m2_d6) AND JSON_LENGTH(m2_d6) > 0 UNION ALL SELECT m2_d7 as day_data, 'm2_d7' as col_origin FROM worker_timesheet WHERE m2_d7 IS NOT NULL AND JSON_VALID(m2_d7) AND JSON_LENGTH(m2_d7) > 0 UNION ALL SELECT m2_d8 as day_data, 'm2_d8' as col_origin FROM worker_timesheet WHERE m2_d8 IS NOT NULL AND JSON_VALID(m2_d8) AND JSON_LENGTH(m2_d8) > 0 UNION ALL SELECT m2_d9 as day_data, 'm2_d9' as col_origin FROM worker_timesheet WHERE m2_d9 IS NOT NULL AND JSON_VALID(m2_d9) AND JSON_LENGTH(m2_d9) > 0 UNION ALL SELECT m2_d10 as day_data, 'm2_d10' as col_origin FROM worker_timesheet WHERE m2_d10 IS NOT NULL AND JSON_VALID(m2_d10) AND JSON_LENGTH(m2_d10) > 0 UNION ALL SELECT m2_d11 as day_data, 'm2_d11' as col_origin FROM worker_timesheet WHERE m2_d11 IS NOT NULL AND JSON_VALID(m2_d11) AND JSON_LENGTH(m2_d11) > 0 UNION ALL SELECT m2_d12 as day_data, 'm2_d12' as col_origin FROM worker_timesheet WHERE m2_d12 IS NOT NULL AND JSON_VALID(m2_d12) AND JSON_LENGTH(m2_d12) > 0 UNION ALL SELECT m2_d13 as day_data, 'm2_d13' as col_origin FROM worker_timesheet WHERE m2_d13 IS NOT NULL AND JSON_VALID(m2_d13) AND JSON_LENGTH(m2_d13) > 0 UNION ALL SELECT m2_d14 as day_data, 'm2_d14' as col_origin FROM worker_timesheet WHERE m2_d14 IS NOT NULL AND JSON_VALID(m2_d14) AND JSON_LENGTH(m2_d14) > 0 UNION ALL SELECT m2_d15 as day_data, 'm2_d15' as col_origin FROM worker_timesheet WHERE m2_d15 IS NOT NULL AND JSON_VALID(m2_d15) AND JSON_LENGTH(m2_d15) > 0 UNION ALL SELECT m2_d16 as day_data, 'm2_d16' as col_origin FROM worker_timesheet WHERE m2_d16 IS NOT NULL AND JSON_VALID(m2_d16) AND JSON_LENGTH(m2_d16) > 0 UNION ALL SELECT m2_d17 as day_data, 'm2_d17' as col_origin FROM worker_timesheet WHERE m2_d17 IS NOT NULL AND JSON_VALID(m2_d17) AND JSON_LENGTH(m2_d17) > 0 UNION ALL SELECT m2_d18 as day_data, 'm2_d18' as col_origin FROM worker_timesheet WHERE m2_d18 IS NOT NULL AND JSON_VALID(m2_d18) AND JSON_LENGTH(m2_d18) > 0 UNION ALL SELECT m2_d19 as day_data, 'm2_d19' as col_origin FROM worker_timesheet WHERE m2_d19 IS NOT NULL AND JSON_VALID(m2_d19) AND JSON_LENGTH(m2_d19) > 0 UNION ALL SELECT m2_d20 as day_data, 'm2_d20' as col_origin FROM worker_timesheet WHERE m2_d20 IS NOT NULL AND JSON_VALID(m2_d20) AND JSON_LENGTH(m2_d20) > 0 UNION ALL SELECT m2_d21 as day_data, 'm2_d21' as col_origin FROM worker_timesheet WHERE m2_d21 IS NOT NULL AND JSON_VALID(m2_d21) AND JSON_LENGTH(m2_d21) > 0 UNION ALL SELECT m2_d22 as day_data, 'm2_d22' as col_origin FROM worker_timesheet WHERE m2_d22 IS NOT NULL AND JSON_VALID(m2_d22) AND JSON_LENGTH(m2_d22) > 0 UNION ALL SELECT m2_d23 as day_data, 'm2_d23' as col_origin FROM worker_timesheet WHERE m2_d23 IS NOT NULL AND JSON_VALID(m2_d23) AND JSON_LENGTH(m2_d23) > 0 UNION ALL SELECT m2_d24 as day_data, 'm2_d24' as col_origin FROM worker_timesheet WHERE m2_d24 IS NOT NULL AND JSON_VALID(m2_d24) AND JSON_LENGTH(m2_d24) > 0 UNION ALL SELECT m2_d25 as day_data, 'm2_d25' as col_origin FROM worker_timesheet WHERE m2_d25 IS NOT NULL AND JSON_VALID(m2_d25) AND JSON_LENGTH(m2_d25) > 0 UNION ALL SELECT m2_d26 as day_data, 'm2_d26' as col_origin FROM worker_timesheet WHERE m2_d26 IS NOT NULL AND JSON_VALID(m2_d26) AND JSON_LENGTH(m2_d26) > 0 UNION ALL SELECT m2_d27 as day_data, 'm2_d27' as col_origin FROM worker_timesheet WHERE m2_d27 IS NOT NULL AND JSON_VALID(m2_d27) AND JSON_LENGTH(m2_d27) > 0 UNION ALL SELECT m2_d28 as day_data, 'm2_d28' as col_origin FROM worker_timesheet WHERE m2_d28 IS NOT NULL AND JSON_VALID(m2_d28) AND JSON_LENGTH(m2_d28) > 0 UNION ALL SELECT m2_d29 as day_data, 'm2_d29' as col_origin FROM worker_timesheet WHERE m2_d29 IS NOT NULL AND JSON_VALID(m2_d29) AND JSON_LENGTH(m2_d29) > 0 UNION ALL SELECT m2_d30 as day_data, 'm2_d30' as col_origin FROM worker_timesheet WHERE m2_d30 IS NOT NULL AND JSON_VALID(m2_d30) AND JSON_LENGTH(m2_d30) > 0 UNION ALL SELECT m2_d31 as day_data, 'm2_d31' as col_origin FROM worker_timesheet WHERE m2_d31 IS NOT NULL AND JSON_VALID(m2_d31) AND JSON_LENGTH(m2_d31) > 0 UNION ALL SELECT m3_d1 as day_data, 'm3_d1' as col_origin FROM worker_timesheet WHERE m3_d1 IS NOT NULL AND JSON_VALID(m3_d1) AND JSON_LENGTH(m3_d1) > 0 UNION ALL SELECT m3_d2 as day_data, 'm3_d2' as col_origin FROM worker_timesheet WHERE m3_d2 IS NOT NULL AND JSON_VALID(m3_d2) AND JSON_LENGTH(m3_d2) > 0 UNION ALL SELECT m3_d3 as day_data, 'm3_d3' as col_origin FROM worker_timesheet WHERE m3_d3 IS NOT NULL AND JSON_VALID(m3_d3) AND JSON_LENGTH(m3_d3) > 0 UNION ALL SELECT m3_d4 as day_data, 'm3_d4' as col_origin FROM worker_timesheet WHERE m3_d4 IS NOT NULL AND JSON_VALID(m3_d4) AND JSON_LENGTH(m3_d4) > 0 UNION ALL SELECT m3_d5 as day_data, 'm3_d5' as col_origin FROM worker_timesheet WHERE m3_d5 IS NOT NULL AND JSON_VALID(m3_d5) AND JSON_LENGTH(m3_d5) > 0 UNION ALL SELECT m3_d6 as day_data, 'm3_d6' as col_origin FROM worker_timesheet WHERE m3_d6 IS NOT NULL AND JSON_VALID(m3_d6) AND JSON_LENGTH(m3_d6) > 0 UNION ALL SELECT m3_d7 as day_data, 'm3_d7' as col_origin FROM worker_timesheet WHERE m3_d7 IS NOT NULL AND JSON_VALID(m3_d7) AND JSON_LENGTH(m3_d7) > 0 UNION ALL SELECT m3_d8 as day_data, 'm3_d8' as col_origin FROM worker_timesheet WHERE m3_d8 IS NOT NULL AND JSON_VALID(m3_d8) AND JSON_LENGTH(m3_d8) > 0 UNION ALL SELECT m3_d9 as day_data, 'm3_d9' as col_origin FROM worker_timesheet WHERE m3_d9 IS NOT NULL AND JSON_VALID(m3_d9) AND JSON_LENGTH(m3_d9) > 0 UNION ALL SELECT m3_d10 as day_data, 'm3_d10' as col_origin FROM worker_timesheet WHERE m3_d10 IS NOT NULL AND JSON_VALID(m3_d10) AND JSON_LENGTH(m3_d10) > 0 UNION ALL SELECT m3_d11 as day_data, 'm3_d11' as col_origin FROM worker_timesheet WHERE m3_d11 IS NOT NULL AND JSON_VALID(m3_d11) AND JSON_LENGTH(m3_d11) > 0 UNION ALL SELECT m3_d12 as day_data, 'm3_d12' as col_origin FROM worker_timesheet WHERE m3_d12 IS NOT NULL AND JSON_VALID(m3_d12) AND JSON_LENGTH(m3_d12) > 0 UNION ALL SELECT m3_d13 as day_data, 'm3_d13' as col_origin FROM worker_timesheet WHERE m3_d13 IS NOT NULL AND JSON_VALID(m3_d13) AND JSON_LENGTH(m3_d13) > 0 UNION ALL SELECT m3_d14 as day_data, 'm3_d14' as col_origin FROM worker_timesheet WHERE m3_d14 IS NOT NULL AND JSON_VALID(m3_d14) AND JSON_LENGTH(m3_d14) > 0 UNION ALL SELECT m3_d15 as day_data, 'm3_d15' as col_origin FROM worker_timesheet WHERE m3_d15 IS NOT NULL AND JSON_VALID(m3_d15) AND JSON_LENGTH(m3_d15) > 0 UNION ALL SELECT m3_d16 as day_data, 'm3_d16' as col_origin FROM worker_timesheet WHERE m3_d16 IS NOT NULL AND JSON_VALID(m3_d16) AND JSON_LENGTH(m3_d16) > 0 UNION ALL SELECT m3_d17 as day_data, 'm3_d17' as col_origin FROM worker_timesheet WHERE m3_d17 IS NOT NULL AND JSON_VALID(m3_d17) AND JSON_LENGTH(m3_d17) > 0 UNION ALL SELECT m3_d18 as day_data, 'm3_d18' as col_origin FROM worker_timesheet WHERE m3_d18 IS NOT NULL AND JSON_VALID(m3_d18) AND JSON_LENGTH(m3_d18) > 0 UNION ALL SELECT m3_d19 as day_data, 'm3_d19' as col_origin FROM worker_timesheet WHERE m3_d19 IS NOT NULL AND JSON_VALID(m3_d19) AND JSON_LENGTH(m3_d19) > 0 UNION ALL SELECT m3_d20 as day_data, 'm3_d20' as col_origin FROM worker_timesheet WHERE m3_d20 IS NOT NULL AND JSON_VALID(m3_d20) AND JSON_LENGTH(m3_d20) > 0 UNION ALL SELECT m3_d21 as day_data, 'm3_d21' as col_origin FROM worker_timesheet WHERE m3_d21 IS NOT NULL AND JSON_VALID(m3_d21) AND JSON_LENGTH(m3_d21) > 0 UNION ALL SELECT m3_d22 as day_data, 'm3_d22' as col_origin FROM worker_timesheet WHERE m3_d22 IS NOT NULL AND JSON_VALID(m3_d22) AND JSON_LENGTH(m3_d22) > 0 UNION ALL SELECT m3_d23 as day_data, 'm3_d23' as col_origin FROM worker_timesheet WHERE m3_d23 IS NOT NULL AND JSON_VALID(m3_d23) AND JSON_LENGTH(m3_d23) > 0 UNION ALL SELECT m3_d24 as day_data, 'm3_d24' as col_origin FROM worker_timesheet WHERE m3_d24 IS NOT NULL AND JSON_VALID(m3_d24) AND JSON_LENGTH(m3_d24) > 0 UNION ALL SELECT m3_d25 as day_data, 'm3_d25' as col_origin FROM worker_timesheet WHERE m3_d25 IS NOT NULL AND JSON_VALID(m3_d25) AND JSON_LENGTH(m3_d25) > 0 UNION ALL SELECT m3_d26 as day_data, 'm3_d26' as col_origin FROM worker_timesheet WHERE m3_d26 IS NOT NULL AND JSON_VALID(m3_d26) AND JSON_LENGTH(m3_d26) > 0 UNION ALL SELECT m3_d27 as day_data, 'm3_d27' as col_origin FROM worker_timesheet WHERE m3_d27 IS NOT NULL AND JSON_VALID(m3_d27) AND JSON_LENGTH(m3_d27) > 0 UNION ALL SELECT m3_d28 as day_data, 'm3_d28' as col_origin FROM worker_timesheet WHERE m3_d28 IS NOT NULL AND JSON_VALID(m3_d28) AND JSON_LENGTH(m3_d28) > 0 UNION ALL SELECT m3_d29 as day_data, 'm3_d29' as col_origin FROM worker_timesheet WHERE m3_d29 IS NOT NULL AND JSON_VALID(m3_d29) AND JSON_LENGTH(m3_d29) > 0 UNION ALL SELECT m3_d30 as day_data, 'm3_d30' as col_origin FROM worker_timesheet WHERE m3_d30 IS NOT NULL AND JSON_VALID(m3_d30) AND JSON_LENGTH(m3_d30) > 0 UNION ALL SELECT m3_d31 as day_data, 'm3_d31' as col_origin FROM worker_timesheet WHERE m3_d31 IS NOT NULL AND JSON_VALID(m3_d31) AND JSON_LENGTH(m3_d31) > 0 UNION ALL SELECT m4_d1 as day_data, 'm4_d1' as col_origin FROM worker_timesheet WHERE m4_d1 IS NOT NULL AND JSON_VALID(m4_d1) AND JSON_LENGTH(m4_d1) > 0 UNION ALL SELECT m4_d2 as day_data, 'm4_d2' as col_origin FROM worker_timesheet WHERE m4_d2 IS NOT NULL AND JSON_VALID(m4_d2) AND JSON_LENGTH(m4_d2) > 0 UNION ALL SELECT m4_d3 as day_data, 'm4_d3' as col_origin FROM worker_timesheet WHERE m4_d3 IS NOT NULL AND JSON_VALID(m4_d3) AND JSON_LENGTH(m4_d3) > 0 UNION ALL SELECT m4_d4 as day_data, 'm4_d4' as col_origin FROM worker_timesheet WHERE m4_d4 IS NOT NULL AND JSON_VALID(m4_d4) AND JSON_LENGTH(m4_d4) > 0 UNION ALL SELECT m4_d5 as day_data, 'm4_d5' as col_origin FROM worker_timesheet WHERE m4_d5 IS NOT NULL AND JSON_VALID(m4_d5) AND JSON_LENGTH(m4_d5) > 0 UNION ALL SELECT m4_d6 as day_data, 'm4_d6' as col_origin FROM worker_timesheet WHERE m4_d6 IS NOT NULL AND JSON_VALID(m4_d6) AND JSON_LENGTH(m4_d6) > 0 UNION ALL SELECT m4_d7 as day_data, 'm4_d7' as col_origin FROM worker_timesheet WHERE m4_d7 IS NOT NULL AND JSON_VALID(m4_d7) AND JSON_LENGTH(m4_d7) > 0 UNION ALL SELECT m4_d8 as day_data, 'm4_d8' as col_origin FROM worker_timesheet WHERE m4_d8 IS NOT NULL AND JSON_VALID(m4_d8) AND JSON_LENGTH(m4_d8) > 0 UNION ALL SELECT m4_d9 as day_data, 'm4_d9' as col_origin FROM worker_timesheet WHERE m4_d9 IS NOT NULL AND JSON_VALID(m4_d9) AND JSON_LENGTH(m4_d9) > 0 UNION ALL SELECT m4_d10 as day_data, 'm4_d10' as col_origin FROM worker_timesheet WHERE m4_d10 IS NOT NULL AND JSON_VALID(m4_d10) AND JSON_LENGTH(m4_d10) > 0 UNION ALL SELECT m4_d11 as day_data, 'm4_d11' as col_origin FROM worker_timesheet WHERE m4_d11 IS NOT NULL AND JSON_VALID(m4_d11) AND JSON_LENGTH(m4_d11) > 0 UNION ALL SELECT m4_d12 as day_data, 'm4_d12' as col_origin FROM worker_timesheet WHERE m4_d12 IS NOT NULL AND JSON_VALID(m4_d12) AND JSON_LENGTH(m4_d12) > 0 UNION ALL SELECT m4_d13 as day_data, 'm4_d13' as col_origin FROM worker_timesheet WHERE m4_d13 IS NOT NULL AND JSON_VALID(m4_d13) AND JSON_LENGTH(m4_d13) > 0 UNION ALL SELECT m4_d14 as day_data, 'm4_d14' as col_origin FROM worker_timesheet WHERE m4_d14 IS NOT NULL AND JSON_VALID(m4_d14) AND JSON_LENGTH(m4_d14) > 0 UNION ALL SELECT m4_d15 as day_data, 'm4_d15' as col_origin FROM worker_timesheet WHERE m4_d15 IS NOT NULL AND JSON_VALID(m4_d15) AND JSON_LENGTH(m4_d15) > 0 UNION ALL SELECT m4_d16 as day_data, 'm4_d16' as col_origin FROM worker_timesheet WHERE m4_d16 IS NOT NULL AND JSON_VALID(m4_d16) AND JSON_LENGTH(m4_d16) > 0 UNION ALL SELECT m4_d17 as day_data, 'm4_d17' as col_origin FROM worker_timesheet WHERE m4_d17 IS NOT NULL AND JSON_VALID(m4_d17) AND JSON_LENGTH(m4_d17) > 0 UNION ALL SELECT m4_d18 as day_data, 'm4_d18' as col_origin FROM worker_timesheet WHERE m4_d18 IS NOT NULL AND JSON_VALID(m4_d18) AND JSON_LENGTH(m4_d18) > 0 UNION ALL SELECT m4_d19 as day_data, 'm4_d19' as col_origin FROM worker_timesheet WHERE m4_d19 IS NOT NULL AND JSON_VALID(m4_d19) AND JSON_LENGTH(m4_d19) > 0 UNION ALL SELECT m4_d20 as day_data, 'm4_d20' as col_origin FROM worker_timesheet WHERE m4_d20 IS NOT NULL AND JSON_VALID(m4_d20) AND JSON_LENGTH(m4_d20) > 0 UNION ALL SELECT m4_d21 as day_data, 'm4_d21' as col_origin FROM worker_timesheet WHERE m4_d21 IS NOT NULL AND JSON_VALID(m4_d21) AND JSON_LENGTH(m4_d21) > 0 UNION ALL SELECT m4_d22 as day_data, 'm4_d22' as col_origin FROM worker_timesheet WHERE m4_d22 IS NOT NULL AND JSON_VALID(m4_d22) AND JSON_LENGTH(m4_d22) > 0 UNION ALL SELECT m4_d23 as day_data, 'm4_d23' as col_origin FROM worker_timesheet WHERE m4_d23 IS NOT NULL AND JSON_VALID(m4_d23) AND JSON_LENGTH(m4_d23) > 0 UNION ALL SELECT m4_d24 as day_data, 'm4_d24' as col_origin FROM worker_timesheet WHERE m4_d24 IS NOT NULL AND JSON_VALID(m4_d24) AND JSON_LENGTH(m4_d24) > 0 UNION ALL SELECT m4_d25 as day_data, 'm4_d25' as col_origin FROM worker_timesheet WHERE m4_d25 IS NOT NULL AND JSON_VALID(m4_d25) AND JSON_LENGTH(m4_d25) > 0 UNION ALL SELECT m4_d26 as day_data, 'm4_d26' as col_origin FROM worker_timesheet WHERE m4_d26 IS NOT NULL AND JSON_VALID(m4_d26) AND JSON_LENGTH(m4_d26) > 0 UNION ALL SELECT m4_d27 as day_data, 'm4_d27' as col_origin FROM worker_timesheet WHERE m4_d27 IS NOT NULL AND JSON_VALID(m4_d27) AND JSON_LENGTH(m4_d27) > 0 UNION ALL SELECT m4_d28 as day_data, 'm4_d28' as col_origin FROM worker_timesheet WHERE m4_d28 IS NOT NULL AND JSON_VALID(m4_d28) AND JSON_LENGTH(m4_d28) > 0 UNION ALL SELECT m4_d29 as day_data, 'm4_d29' as col_origin FROM worker_timesheet WHERE m4_d29 IS NOT NULL AND JSON_VALID(m4_d29) AND JSON_LENGTH(m4_d29) > 0 UNION ALL SELECT m4_d30 as day_data, 'm4_d30' as col_origin FROM worker_timesheet WHERE m4_d30 IS NOT NULL AND JSON_VALID(m4_d30) AND JSON_LENGTH(m4_d30) > 0 UNION ALL SELECT m4_d31 as day_data, 'm4_d31' as col_origin FROM worker_timesheet WHERE m4_d31 IS NOT NULL AND JSON_VALID(m4_d31) AND JSON_LENGTH(m4_d31) > 0 UNION ALL SELECT m5_d1 as day_data, 'm5_d1' as col_origin FROM worker_timesheet WHERE m5_d1 IS NOT NULL AND JSON_VALID(m5_d1) AND JSON_LENGTH(m5_d1) > 0 UNION ALL SELECT m5_d2 as day_data, 'm5_d2' as col_origin FROM worker_timesheet WHERE m5_d2 IS NOT NULL AND JSON_VALID(m5_d2) AND JSON_LENGTH(m5_d2) > 0 UNION ALL SELECT m5_d3 as day_data, 'm5_d3' as col_origin FROM worker_timesheet WHERE m5_d3 IS NOT NULL AND JSON_VALID(m5_d3) AND JSON_LENGTH(m5_d3) > 0 UNION ALL SELECT m5_d4 as day_data, 'm5_d4' as col_origin FROM worker_timesheet WHERE m5_d4 IS NOT NULL AND JSON_VALID(m5_d4) AND JSON_LENGTH(m5_d4) > 0 UNION ALL SELECT m5_d5 as day_data, 'm5_d5' as col_origin FROM worker_timesheet WHERE m5_d5 IS NOT NULL AND JSON_VALID(m5_d5) AND JSON_LENGTH(m5_d5) > 0 UNION ALL SELECT m5_d6 as day_data, 'm5_d6' as col_origin FROM worker_timesheet WHERE m5_d6 IS NOT NULL AND JSON_VALID(m5_d6) AND JSON_LENGTH(m5_d6) > 0 UNION ALL SELECT m5_d7 as day_data, 'm5_d7' as col_origin FROM worker_timesheet WHERE m5_d7 IS NOT NULL AND JSON_VALID(m5_d7) AND JSON_LENGTH(m5_d7) > 0 UNION ALL SELECT m5_d8 as day_data, 'm5_d8' as col_origin FROM worker_timesheet WHERE m5_d8 IS NOT NULL AND JSON_VALID(m5_d8) AND JSON_LENGTH(m5_d8) > 0 UNION ALL SELECT m5_d9 as day_data, 'm5_d9' as col_origin FROM worker_timesheet WHERE m5_d9 IS NOT NULL AND JSON_VALID(m5_d9) AND JSON_LENGTH(m5_d9) > 0 UNION ALL SELECT m5_d10 as day_data, 'm5_d10' as col_origin FROM worker_timesheet WHERE m5_d10 IS NOT NULL AND JSON_VALID(m5_d10) AND JSON_LENGTH(m5_d10) > 0 UNION ALL SELECT m5_d11 as day_data, 'm5_d11' as col_origin FROM worker_timesheet WHERE m5_d11 IS NOT NULL AND JSON_VALID(m5_d11) AND JSON_LENGTH(m5_d11) > 0 UNION ALL SELECT m5_d12 as day_data, 'm5_d12' as col_origin FROM worker_timesheet WHERE m5_d12 IS NOT NULL AND JSON_VALID(m5_d12) AND JSON_LENGTH(m5_d12) > 0 UNION ALL SELECT m5_d13 as day_data, 'm5_d13' as col_origin FROM worker_timesheet WHERE m5_d13 IS NOT NULL AND JSON_VALID(m5_d13) AND JSON_LENGTH(m5_d13) > 0 UNION ALL SELECT m5_d14 as day_data, 'm5_d14' as col_origin FROM worker_timesheet WHERE m5_d14 IS NOT NULL AND JSON_VALID(m5_d14) AND JSON_LENGTH(m5_d14) > 0 UNION ALL SELECT m5_d15 as day_data, 'm5_d15' as col_origin FROM worker_timesheet WHERE m5_d15 IS NOT NULL AND JSON_VALID(m5_d15) AND JSON_LENGTH(m5_d15) > 0 UNION ALL SELECT m5_d16 as day_data, 'm5_d16' as col_origin FROM worker_timesheet WHERE m5_d16 IS NOT NULL AND JSON_VALID(m5_d16) AND JSON_LENGTH(m5_d16) > 0 UNION ALL SELECT m5_d17 as day_data, 'm5_d17' as col_origin FROM worker_timesheet WHERE m5_d17 IS NOT NULL AND JSON_VALID(m5_d17) AND JSON_LENGTH(m5_d17) > 0 UNION ALL SELECT m5_d18 as day_data, 'm5_d18' as col_origin FROM worker_timesheet WHERE m5_d18 IS NOT NULL AND JSON_VALID(m5_d18) AND JSON_LENGTH(m5_d18) > 0 UNION ALL SELECT m5_d19 as day_data, 'm5_d19' as col_origin FROM worker_timesheet WHERE m5_d19 IS NOT NULL AND JSON_VALID(m5_d19) AND JSON_LENGTH(m5_d19) > 0 UNION ALL SELECT m5_d20 as day_data, 'm5_d20' as col_origin FROM worker_timesheet WHERE m5_d20 IS NOT NULL AND JSON_VALID(m5_d20) AND JSON_LENGTH(m5_d20) > 0 UNION ALL SELECT m5_d21 as day_data, 'm5_d21' as col_origin FROM worker_timesheet WHERE m5_d21 IS NOT NULL AND JSON_VALID(m5_d21) AND JSON_LENGTH(m5_d21) > 0 UNION ALL SELECT m5_d22 as day_data, 'm5_d22' as col_origin FROM worker_timesheet WHERE m5_d22 IS NOT NULL AND JSON_VALID(m5_d22) AND JSON_LENGTH(m5_d22) > 0 UNION ALL SELECT m5_d23 as day_data, 'm5_d23' as col_origin FROM worker_timesheet WHERE m5_d23 IS NOT NULL AND JSON_VALID(m5_d23) AND JSON_LENGTH(m5_d23) > 0 UNION ALL SELECT m5_d24 as day_data, 'm5_d24' as col_origin FROM worker_timesheet WHERE m5_d24 IS NOT NULL AND JSON_VALID(m5_d24) AND JSON_LENGTH(m5_d24) > 0 UNION ALL SELECT m5_d25 as day_data, 'm5_d25' as col_origin FROM worker_timesheet WHERE m5_d25 IS NOT NULL AND JSON_VALID(m5_d25) AND JSON_LENGTH(m5_d25) > 0 UNION ALL SELECT m5_d26 as day_data, 'm5_d26' as col_origin FROM worker_timesheet WHERE m5_d26 IS NOT NULL AND JSON_VALID(m5_d26) AND JSON_LENGTH(m5_d26) > 0 UNION ALL SELECT m5_d27 as day_data, 'm5_d27' as col_origin FROM worker_timesheet WHERE m5_d27 IS NOT NULL AND JSON_VALID(m5_d27) AND JSON_LENGTH(m5_d27) > 0 UNION ALL SELECT m5_d28 as day_data, 'm5_d28' as col_origin FROM worker_timesheet WHERE m5_d28 IS NOT NULL AND JSON_VALID(m5_d28) AND JSON_LENGTH(m5_d28) > 0 UNION ALL SELECT m5_d29 as day_data, 'm5_d29' as col_origin FROM worker_timesheet WHERE m5_d29 IS NOT NULL AND JSON_VALID(m5_d29) AND JSON_LENGTH(m5_d29) > 0 UNION ALL SELECT m5_d30 as day_data, 'm5_d30' as col_origin FROM worker_timesheet WHERE m5_d30 IS NOT NULL AND JSON_VALID(m5_d30) AND JSON_LENGTH(m5_d30) > 0 UNION ALL SELECT m5_d31 as day_data, 'm5_d31' as col_origin FROM worker_timesheet WHERE m5_d31 IS NOT NULL AND JSON_VALID(m5_d31) AND JSON_LENGTH(m5_d31) > 0 UNION ALL SELECT m6_d1 as day_data, 'm6_d1' as col_origin FROM worker_timesheet WHERE m6_d1 IS NOT NULL AND JSON_VALID(m6_d1) AND JSON_LENGTH(m6_d1) > 0 UNION ALL SELECT m6_d2 as day_data, 'm6_d2' as col_origin FROM worker_timesheet WHERE m6_d2 IS NOT NULL AND JSON_VALID(m6_d2) AND JSON_LENGTH(m6_d2) > 0 UNION ALL SELECT m6_d3 as day_data, 'm6_d3' as col_origin FROM worker_timesheet WHERE m6_d3 IS NOT NULL AND JSON_VALID(m6_d3) AND JSON_LENGTH(m6_d3) > 0 UNION ALL SELECT m6_d4 as day_data, 'm6_d4' as col_origin FROM worker_timesheet WHERE m6_d4 IS NOT NULL AND JSON_VALID(m6_d4) AND JSON_LENGTH(m6_d4) > 0 UNION ALL SELECT m6_d5 as day_data, 'm6_d5' as col_origin FROM worker_timesheet WHERE m6_d5 IS NOT NULL AND JSON_VALID(m6_d5) AND JSON_LENGTH(m6_d5) > 0 UNION ALL SELECT m6_d6 as day_data, 'm6_d6' as col_origin FROM worker_timesheet WHERE m6_d6 IS NOT NULL AND JSON_VALID(m6_d6) AND JSON_LENGTH(m6_d6) > 0 UNION ALL SELECT m6_d7 as day_data, 'm6_d7' as col_origin FROM worker_timesheet WHERE m6_d7 IS NOT NULL AND JSON_VALID(m6_d7) AND JSON_LENGTH(m6_d7) > 0 UNION ALL SELECT m6_d8 as day_data, 'm6_d8' as col_origin FROM worker_timesheet WHERE m6_d8 IS NOT NULL AND JSON_VALID(m6_d8) AND JSON_LENGTH(m6_d8) > 0 UNION ALL SELECT m6_d9 as day_data, 'm6_d9' as col_origin FROM worker_timesheet WHERE m6_d9 IS NOT NULL AND JSON_VALID(m6_d9) AND JSON_LENGTH(m6_d9) > 0 UNION ALL SELECT m6_d10 as day_data, 'm6_d10' as col_origin FROM worker_timesheet WHERE m6_d10 IS NOT NULL AND JSON_VALID(m6_d10) AND JSON_LENGTH(m6_d10) > 0 UNION ALL SELECT m6_d11 as day_data, 'm6_d11' as col_origin FROM worker_timesheet WHERE m6_d11 IS NOT NULL AND JSON_VALID(m6_d11) AND JSON_LENGTH(m6_d11) > 0 UNION ALL SELECT m6_d12 as day_data, 'm6_d12' as col_origin FROM worker_timesheet WHERE m6_d12 IS NOT NULL AND JSON_VALID(m6_d12) AND JSON_LENGTH(m6_d12) > 0 UNION ALL SELECT m6_d13 as day_data, 'm6_d13' as col_origin FROM worker_timesheet WHERE m6_d13 IS NOT NULL AND JSON_VALID(m6_d13) AND JSON_LENGTH(m6_d13) > 0 UNION ALL SELECT m6_d14 as day_data, 'm6_d14' as col_origin FROM worker_timesheet WHERE m6_d14 IS NOT NULL AND JSON_VALID(m6_d14) AND JSON_LENGTH(m6_d14) > 0 UNION ALL SELECT m6_d15 as day_data, 'm6_d15' as col_origin FROM worker_timesheet WHERE m6_d15 IS NOT NULL AND JSON_VALID(m6_d15) AND JSON_LENGTH(m6_d15) > 0 UNION ALL SELECT m6_d16 as day_data, 'm6_d16' as col_origin FROM worker_timesheet WHERE m6_d16 IS NOT NULL AND JSON_VALID(m6_d16) AND JSON_LENGTH(m6_d16) > 0 UNION ALL SELECT m6_d17 as day_data, 'm6_d17' as col_origin FROM worker_timesheet WHERE m6_d17 IS NOT NULL AND JSON_VALID(m6_d17) AND JSON_LENGTH(m6_d17) > 0 UNION ALL SELECT m6_d18 as day_data, 'm6_d18' as col_origin FROM worker_timesheet WHERE m6_d18 IS NOT NULL AND JSON_VALID(m6_d18) AND JSON_LENGTH(m6_d18) > 0 UNION ALL SELECT m6_d19 as day_data, 'm6_d19' as col_origin FROM worker_timesheet WHERE m6_d19 IS NOT NULL AND JSON_VALID(m6_d19) AND JSON_LENGTH(m6_d19) > 0 UNION ALL SELECT m6_d20 as day_data, 'm6_d20' as col_origin FROM worker_timesheet WHERE m6_d20 IS NOT NULL AND JSON_VALID(m6_d20) AND JSON_LENGTH(m6_d20) > 0 UNION ALL SELECT m6_d21 as day_data, 'm6_d21' as col_origin FROM worker_timesheet WHERE m6_d21 IS NOT NULL AND JSON_VALID(m6_d21) AND JSON_LENGTH(m6_d21) > 0 UNION ALL SELECT m6_d22 as day_data, 'm6_d22' as col_origin FROM worker_timesheet WHERE m6_d22 IS NOT NULL AND JSON_VALID(m6_d22) AND JSON_LENGTH(m6_d22) > 0 UNION ALL SELECT m6_d23 as day_data, 'm6_d23' as col_origin FROM worker_timesheet WHERE m6_d23 IS NOT NULL AND JSON_VALID(m6_d23) AND JSON_LENGTH(m6_d23) > 0 UNION ALL SELECT m6_d24 as day_data, 'm6_d24' as col_origin FROM worker_timesheet WHERE m6_d24 IS NOT NULL AND JSON_VALID(m6_d24) AND JSON_LENGTH(m6_d24) > 0 UNION ALL SELECT m6_d25 as day_data, 'm6_d25' as col_origin FROM worker_timesheet WHERE m6_d25 IS NOT NULL AND JSON_VALID(m6_d25) AND JSON_LENGTH(m6_d25) > 0 UNION ALL SELECT m6_d26 as day_data, 'm6_d26' as col_origin FROM worker_timesheet WHERE m6_d26 IS NOT NULL AND JSON_VALID(m6_d26) AND JSON_LENGTH(m6_d26) > 0 UNION ALL SELECT m6_d27 as day_data, 'm6_d27' as col_origin FROM worker_timesheet WHERE m6_d27 IS NOT NULL AND JSON_VALID(m6_d27) AND JSON_LENGTH(m6_d27) > 0 UNION ALL SELECT m6_d28 as day_data, 'm6_d28' as col_origin FROM worker_timesheet WHERE m6_d28 IS NOT NULL AND JSON_VALID(m6_d28) AND JSON_LENGTH(m6_d28) > 0 UNION ALL SELECT m6_d29 as day_data, 'm6_d29' as col_origin FROM worker_timesheet WHERE m6_d29 IS NOT NULL AND JSON_VALID(m6_d29) AND JSON_LENGTH(m6_d29) > 0 UNION ALL SELECT m6_d30 as day_data, 'm6_d30' as col_origin FROM worker_timesheet WHERE m6_d30 IS NOT NULL AND JSON_VALID(m6_d30) AND JSON_LENGTH(m6_d30) > 0 UNION ALL SELECT m6_d31 as day_data, 'm6_d31' as col_origin FROM worker_timesheet WHERE m6_d31 IS NOT NULL AND JSON_VALID(m6_d31) AND JSON_LENGTH(m6_d31) > 0 UNION ALL SELECT m7_d1 as day_data, 'm7_d1' as col_origin FROM worker_timesheet WHERE m7_d1 IS NOT NULL AND JSON_VALID(m7_d1) AND JSON_LENGTH(m7_d1) > 0 UNION ALL SELECT m7_d2 as day_data, 'm7_d2' as col_origin FROM worker_timesheet WHERE m7_d2 IS NOT NULL AND JSON_VALID(m7_d2) AND JSON_LENGTH(m7_d2) > 0 UNION ALL SELECT m7_d3 as day_data, 'm7_d3' as col_origin FROM worker_timesheet WHERE m7_d3 IS NOT NULL AND JSON_VALID(m7_d3) AND JSON_LENGTH(m7_d3) > 0 UNION ALL SELECT m7_d4 as day_data, 'm7_d4' as col_origin FROM worker_timesheet WHERE m7_d4 IS NOT NULL AND JSON_VALID(m7_d4) AND JSON_LENGTH(m7_d4) > 0 UNION ALL SELECT m7_d5 as day_data, 'm7_d5' as col_origin FROM worker_timesheet WHERE m7_d5 IS NOT NULL AND JSON_VALID(m7_d5) AND JSON_LENGTH(m7_d5) > 0 UNION ALL SELECT m7_d6 as day_data, 'm7_d6' as col_origin FROM worker_timesheet WHERE m7_d6 IS NOT NULL AND JSON_VALID(m7_d6) AND JSON_LENGTH(m7_d6) > 0 UNION ALL SELECT m7_d7 as day_data, 'm7_d7' as col_origin FROM worker_timesheet WHERE m7_d7 IS NOT NULL AND JSON_VALID(m7_d7) AND JSON_LENGTH(m7_d7) > 0 UNION ALL SELECT m7_d8 as day_data, 'm7_d8' as col_origin FROM worker_timesheet WHERE m7_d8 IS NOT NULL AND JSON_VALID(m7_d8) AND JSON_LENGTH(m7_d8) > 0 UNION ALL SELECT m7_d9 as day_data, 'm7_d9' as col_origin FROM worker_timesheet WHERE m7_d9 IS NOT NULL AND JSON_VALID(m7_d9) AND JSON_LENGTH(m7_d9) > 0 UNION ALL SELECT m7_d10 as day_data, 'm7_d10' as col_origin FROM worker_timesheet WHERE m7_d10 IS NOT NULL AND JSON_VALID(m7_d10) AND JSON_LENGTH(m7_d10) > 0 UNION ALL SELECT m7_d11 as day_data, 'm7_d11' as col_origin FROM worker_timesheet WHERE m7_d11 IS NOT NULL AND JSON_VALID(m7_d11) AND JSON_LENGTH(m7_d11) > 0 UNION ALL SELECT m7_d12 as day_data, 'm7_d12' as col_origin FROM worker_timesheet WHERE m7_d12 IS NOT NULL AND JSON_VALID(m7_d12) AND JSON_LENGTH(m7_d12) > 0 UNION ALL SELECT m7_d13 as day_data, 'm7_d13' as col_origin FROM worker_timesheet WHERE m7_d13 IS NOT NULL AND JSON_VALID(m7_d13) AND JSON_LENGTH(m7_d13) > 0 UNION ALL SELECT m7_d14 as day_data, 'm7_d14' as col_origin FROM worker_timesheet WHERE m7_d14 IS NOT NULL AND JSON_VALID(m7_d14) AND JSON_LENGTH(m7_d14) > 0 UNION ALL SELECT m7_d15 as day_data, 'm7_d15' as col_origin FROM worker_timesheet WHERE m7_d15 IS NOT NULL AND JSON_VALID(m7_d15) AND JSON_LENGTH(m7_d15) > 0 UNION ALL SELECT m7_d16 as day_data, 'm7_d16' as col_origin FROM worker_timesheet WHERE m7_d16 IS NOT NULL AND JSON_VALID(m7_d16) AND JSON_LENGTH(m7_d16) > 0 UNION ALL SELECT m7_d17 as day_data, 'm7_d17' as col_origin FROM worker_timesheet WHERE m7_d17 IS NOT NULL AND JSON_VALID(m7_d17) AND JSON_LENGTH(m7_d17) > 0 UNION ALL SELECT m7_d18 as day_data, 'm7_d18' as col_origin FROM worker_timesheet WHERE m7_d18 IS NOT NULL AND JSON_VALID(m7_d18) AND JSON_LENGTH(m7_d18) > 0 UNION ALL SELECT m7_d19 as day_data, 'm7_d19' as col_origin FROM worker_timesheet WHERE m7_d19 IS NOT NULL AND JSON_VALID(m7_d19) AND JSON_LENGTH(m7_d19) > 0 UNION ALL SELECT m7_d20 as day_data, 'm7_d20' as col_origin FROM worker_timesheet WHERE m7_d20 IS NOT NULL AND JSON_VALID(m7_d20) AND JSON_LENGTH(m7_d20) > 0 UNION ALL SELECT m7_d21 as day_data, 'm7_d21' as col_origin FROM worker_timesheet WHERE m7_d21 IS NOT NULL AND JSON_VALID(m7_d21) AND JSON_LENGTH(m7_d21) > 0 UNION ALL SELECT m7_d22 as day_data, 'm7_d22' as col_origin FROM worker_timesheet WHERE m7_d22 IS NOT NULL AND JSON_VALID(m7_d22) AND JSON_LENGTH(m7_d22) > 0 UNION ALL SELECT m7_d23 as day_data, 'm7_d23' as col_origin FROM worker_timesheet WHERE m7_d23 IS NOT NULL AND JSON_VALID(m7_d23) AND JSON_LENGTH(m7_d23) > 0 UNION ALL SELECT m7_d24 as day_data, 'm7_d24' as col_origin FROM worker_timesheet WHERE m7_d24 IS NOT NULL AND JSON_VALID(m7_d24) AND JSON_LENGTH(m7_d24) > 0 UNION ALL SELECT m7_d25 as day_data, 'm7_d25' as col_origin FROM worker_timesheet WHERE m7_d25 IS NOT NULL AND JSON_VALID(m7_d25) AND JSON_LENGTH(m7_d25) > 0 UNION ALL SELECT m7_d26 as day_data, 'm7_d26' as col_origin FROM worker_timesheet WHERE m7_d26 IS NOT NULL AND JSON_VALID(m7_d26) AND JSON_LENGTH(m7_d26) > 0 UNION ALL SELECT m7_d27 as day_data, 'm7_d27' as col_origin FROM worker_timesheet WHERE m7_d27 IS NOT NULL AND JSON_VALID(m7_d27) AND JSON_LENGTH(m7_d27) > 0 UNION ALL SELECT m7_d28 as day_data, 'm7_d28' as col_origin FROM worker_timesheet WHERE m7_d28 IS NOT NULL AND JSON_VALID(m7_d28) AND JSON_LENGTH(m7_d28) > 0 UNION ALL SELECT m7_d29 as day_data, 'm7_d29' as col_origin FROM worker_timesheet WHERE m7_d29 IS NOT NULL AND JSON_VALID(m7_d29) AND JSON_LENGTH(m7_d29) > 0 UNION ALL SELECT m7_d30 as day_data, 'm7_d30' as col_origin FROM worker_timesheet WHERE m7_d30 IS NOT NULL AND JSON_VALID(m7_d30) AND JSON_LENGTH(m7_d30) > 0 UNION ALL SELECT m7_d31 as day_data, 'm7_d31' as col_origin FROM worker_timesheet WHERE m7_d31 IS NOT NULL AND JSON_VALID(m7_d31) AND JSON_LENGTH(m7_d31) > 0 UNION ALL SELECT m8_d1 as day_data, 'm8_d1' as col_origin FROM worker_timesheet WHERE m8_d1 IS NOT NULL AND JSON_VALID(m8_d1) AND JSON_LENGTH(m8_d1) > 0 UNION ALL SELECT m8_d2 as day_data, 'm8_d2' as col_origin FROM worker_timesheet WHERE m8_d2 IS NOT NULL AND JSON_VALID(m8_d2) AND JSON_LENGTH(m8_d2) > 0 UNION ALL SELECT m8_d3 as day_data, 'm8_d3' as col_origin FROM worker_timesheet WHERE m8_d3 IS NOT NULL AND JSON_VALID(m8_d3) AND JSON_LENGTH(m8_d3) > 0 UNION ALL SELECT m8_d4 as day_data, 'm8_d4' as col_origin FROM worker_timesheet WHERE m8_d4 IS NOT NULL AND JSON_VALID(m8_d4) AND JSON_LENGTH(m8_d4) > 0 UNION ALL SELECT m8_d5 as day_data, 'm8_d5' as col_origin FROM worker_timesheet WHERE m8_d5 IS NOT NULL AND JSON_VALID(m8_d5) AND JSON_LENGTH(m8_d5) > 0 UNION ALL SELECT m8_d6 as day_data, 'm8_d6' as col_origin FROM worker_timesheet WHERE m8_d6 IS NOT NULL AND JSON_VALID(m8_d6) AND JSON_LENGTH(m8_d6) > 0 UNION ALL SELECT m8_d7 as day_data, 'm8_d7' as col_origin FROM worker_timesheet WHERE m8_d7 IS NOT NULL AND JSON_VALID(m8_d7) AND JSON_LENGTH(m8_d7) > 0 UNION ALL SELECT m8_d8 as day_data, 'm8_d8' as col_origin FROM worker_timesheet WHERE m8_d8 IS NOT NULL AND JSON_VALID(m8_d8) AND JSON_LENGTH(m8_d8) > 0 UNION ALL SELECT m8_d9 as day_data, 'm8_d9' as col_origin FROM worker_timesheet WHERE m8_d9 IS NOT NULL AND JSON_VALID(m8_d9) AND JSON_LENGTH(m8_d9) > 0 UNION ALL SELECT m8_d10 as day_data, 'm8_d10' as col_origin FROM worker_timesheet WHERE m8_d10 IS NOT NULL AND JSON_VALID(m8_d10) AND JSON_LENGTH(m8_d10) > 0 UNION ALL SELECT m8_d11 as day_data, 'm8_d11' as col_origin FROM worker_timesheet WHERE m8_d11 IS NOT NULL AND JSON_VALID(m8_d11) AND JSON_LENGTH(m8_d11) > 0 UNION ALL SELECT m8_d12 as day_data, 'm8_d12' as col_origin FROM worker_timesheet WHERE m8_d12 IS NOT NULL AND JSON_VALID(m8_d12) AND JSON_LENGTH(m8_d12) > 0 UNION ALL SELECT m8_d13 as day_data, 'm8_d13' as col_origin FROM worker_timesheet WHERE m8_d13 IS NOT NULL AND JSON_VALID(m8_d13) AND JSON_LENGTH(m8_d13) > 0 UNION ALL SELECT m8_d14 as day_data, 'm8_d14' as col_origin FROM worker_timesheet WHERE m8_d14 IS NOT NULL AND JSON_VALID(m8_d14) AND JSON_LENGTH(m8_d14) > 0 UNION ALL SELECT m8_d15 as day_data, 'm8_d15' as col_origin FROM worker_timesheet WHERE m8_d15 IS NOT NULL AND JSON_VALID(m8_d15) AND JSON_LENGTH(m8_d15) > 0 UNION ALL SELECT m8_d16 as day_data, 'm8_d16' as col_origin FROM worker_timesheet WHERE m8_d16 IS NOT NULL AND JSON_VALID(m8_d16) AND JSON_LENGTH(m8_d16) > 0 UNION ALL SELECT m8_d17 as day_data, 'm8_d17' as col_origin FROM worker_timesheet WHERE m8_d17 IS NOT NULL AND JSON_VALID(m8_d17) AND JSON_LENGTH(m8_d17) > 0 UNION ALL SELECT m8_d18 as day_data, 'm8_d18' as col_origin FROM worker_timesheet WHERE m8_d18 IS NOT NULL AND JSON_VALID(m8_d18) AND JSON_LENGTH(m8_d18) > 0 UNION ALL SELECT m8_d19 as day_data, 'm8_d19' as col_origin FROM worker_timesheet WHERE m8_d19 IS NOT NULL AND JSON_VALID(m8_d19) AND JSON_LENGTH(m8_d19) > 0 UNION ALL SELECT m8_d20 as day_data, 'm8_d20' as col_origin FROM worker_timesheet WHERE m8_d20 IS NOT NULL AND JSON_VALID(m8_d20) AND JSON_LENGTH(m8_d20) > 0 UNION ALL SELECT m8_d21 as day_data, 'm8_d21' as col_origin FROM worker_timesheet WHERE m8_d21 IS NOT NULL AND JSON_VALID(m8_d21) AND JSON_LENGTH(m8_d21) > 0 UNION ALL SELECT m8_d22 as day_data, 'm8_d22' as col_origin FROM worker_timesheet WHERE m8_d22 IS NOT NULL AND JSON_VALID(m8_d22) AND JSON_LENGTH(m8_d22) > 0 UNION ALL SELECT m8_d23 as day_data, 'm8_d23' as col_origin FROM worker_timesheet WHERE m8_d23 IS NOT NULL AND JSON_VALID(m8_d23) AND JSON_LENGTH(m8_d23) > 0 UNION ALL SELECT m8_d24 as day_data, 'm8_d24' as col_origin FROM worker_timesheet WHERE m8_d24 IS NOT NULL AND JSON_VALID(m8_d24) AND JSON_LENGTH(m8_d24) > 0 UNION ALL SELECT m8_d25 as day_data, 'm8_d25' as col_origin FROM worker_timesheet WHERE m8_d25 IS NOT NULL AND JSON_VALID(m8_d25) AND JSON_LENGTH(m8_d25) > 0 UNION ALL SELECT m8_d26 as day_data, 'm8_d26' as col_origin FROM worker_timesheet WHERE m8_d26 IS NOT NULL AND JSON_VALID(m8_d26) AND JSON_LENGTH(m8_d26) > 0 UNION ALL SELECT m8_d27 as day_data, 'm8_d27' as col_origin FROM worker_timesheet WHERE m8_d27 IS NOT NULL AND JSON_VALID(m8_d27) AND JSON_LENGTH(m8_d27) > 0 UNION ALL SELECT m8_d28 as day_data, 'm8_d28' as col_origin FROM worker_timesheet WHERE m8_d28 IS NOT NULL AND JSON_VALID(m8_d28) AND JSON_LENGTH(m8_d28) > 0 UNION ALL SELECT m8_d29 as day_data, 'm8_d29' as col_origin FROM worker_timesheet WHERE m8_d29 IS NOT NULL AND JSON_VALID(m8_d29) AND JSON_LENGTH(m8_d29) > 0 UNION ALL SELECT m8_d30 as day_data, 'm8_d30' as col_origin FROM worker_timesheet WHERE m8_d30 IS NOT NULL AND JSON_VALID(m8_d30) AND JSON_LENGTH(m8_d30) > 0 UNION ALL SELECT m8_d31 as day_data, 'm8_d31' as col_origin FROM worker_timesheet WHERE m8_d31 IS NOT NULL AND JSON_VALID(m8_d31) AND JSON_LENGTH(m8_d31) > 0 UNION ALL SELECT m9_d1 as day_data, 'm9_d1' as col_origin FROM worker_timesheet WHERE m9_d1 IS NOT NULL AND JSON_VALID(m9_d1) AND JSON_LENGTH(m9_d1) > 0 UNION ALL SELECT m9_d2 as day_data, 'm9_d2' as col_origin FROM worker_timesheet WHERE m9_d2 IS NOT NULL AND JSON_VALID(m9_d2) AND JSON_LENGTH(m9_d2) > 0 UNION ALL SELECT m9_d3 as day_data, 'm9_d3' as col_origin FROM worker_timesheet WHERE m9_d3 IS NOT NULL AND JSON_VALID(m9_d3) AND JSON_LENGTH(m9_d3) > 0 UNION ALL SELECT m9_d4 as day_data, 'm9_d4' as col_origin FROM worker_timesheet WHERE m9_d4 IS NOT NULL AND JSON_VALID(m9_d4) AND JSON_LENGTH(m9_d4) > 0 UNION ALL SELECT m9_d5 as day_data, 'm9_d5' as col_origin FROM worker_timesheet WHERE m9_d5 IS NOT NULL AND JSON_VALID(m9_d5) AND JSON_LENGTH(m9_d5) > 0 UNION ALL SELECT m9_d6 as day_data, 'm9_d6' as col_origin FROM worker_timesheet WHERE m9_d6 IS NOT NULL AND JSON_VALID(m9_d6) AND JSON_LENGTH(m9_d6) > 0 UNION ALL SELECT m9_d7 as day_data, 'm9_d7' as col_origin FROM worker_timesheet WHERE m9_d7 IS NOT NULL AND JSON_VALID(m9_d7) AND JSON_LENGTH(m9_d7) > 0 UNION ALL SELECT m9_d8 as day_data, 'm9_d8' as col_origin FROM worker_timesheet WHERE m9_d8 IS NOT NULL AND JSON_VALID(m9_d8) AND JSON_LENGTH(m9_d8) > 0 UNION ALL SELECT m9_d9 as day_data, 'm9_d9' as col_origin FROM worker_timesheet WHERE m9_d9 IS NOT NULL AND JSON_VALID(m9_d9) AND JSON_LENGTH(m9_d9) > 0 UNION ALL SELECT m9_d10 as day_data, 'm9_d10' as col_origin FROM worker_timesheet WHERE m9_d10 IS NOT NULL AND JSON_VALID(m9_d10) AND JSON_LENGTH(m9_d10) > 0 UNION ALL SELECT m9_d11 as day_data, 'm9_d11' as col_origin FROM worker_timesheet WHERE m9_d11 IS NOT NULL AND JSON_VALID(m9_d11) AND JSON_LENGTH(m9_d11) > 0 UNION ALL SELECT m9_d12 as day_data, 'm9_d12' as col_origin FROM worker_timesheet WHERE m9_d12 IS NOT NULL AND JSON_VALID(m9_d12) AND JSON_LENGTH(m9_d12) > 0 UNION ALL SELECT m9_d13 as day_data, 'm9_d13' as col_origin FROM worker_timesheet WHERE m9_d13 IS NOT NULL AND JSON_VALID(m9_d13) AND JSON_LENGTH(m9_d13) > 0 UNION ALL SELECT m9_d14 as day_data, 'm9_d14' as col_origin FROM worker_timesheet WHERE m9_d14 IS NOT NULL AND JSON_VALID(m9_d14) AND JSON_LENGTH(m9_d14) > 0 UNION ALL SELECT m9_d15 as day_data, 'm9_d15' as col_origin FROM worker_timesheet WHERE m9_d15 IS NOT NULL AND JSON_VALID(m9_d15) AND JSON_LENGTH(m9_d15) > 0 UNION ALL SELECT m9_d16 as day_data, 'm9_d16' as col_origin FROM worker_timesheet WHERE m9_d16 IS NOT NULL AND JSON_VALID(m9_d16) AND JSON_LENGTH(m9_d16) > 0 UNION ALL SELECT m9_d17 as day_data, 'm9_d17' as col_origin FROM worker_timesheet WHERE m9_d17 IS NOT NULL AND JSON_VALID(m9_d17) AND JSON_LENGTH(m9_d17) > 0 UNION ALL SELECT m9_d18 as day_data, 'm9_d18' as col_origin FROM worker_timesheet WHERE m9_d18 IS NOT NULL AND JSON_VALID(m9_d18) AND JSON_LENGTH(m9_d18) > 0 UNION ALL SELECT m9_d19 as day_data, 'm9_d19' as col_origin FROM worker_timesheet WHERE m9_d19 IS NOT NULL AND JSON_VALID(m9_d19) AND JSON_LENGTH(m9_d19) > 0 UNION ALL SELECT m9_d20 as day_data, 'm9_d20' as col_origin FROM worker_timesheet WHERE m9_d20 IS NOT NULL AND JSON_VALID(m9_d20) AND JSON_LENGTH(m9_d20) > 0 UNION ALL SELECT m9_d21 as day_data, 'm9_d21' as col_origin FROM worker_timesheet WHERE m9_d21 IS NOT NULL AND JSON_VALID(m9_d21) AND JSON_LENGTH(m9_d21) > 0 UNION ALL SELECT m9_d22 as day_data, 'm9_d22' as col_origin FROM worker_timesheet WHERE m9_d22 IS NOT NULL AND JSON_VALID(m9_d22) AND JSON_LENGTH(m9_d22) > 0 UNION ALL SELECT m9_d23 as day_data, 'm9_d23' as col_origin FROM worker_timesheet WHERE m9_d23 IS NOT NULL AND JSON_VALID(m9_d23) AND JSON_LENGTH(m9_d23) > 0 UNION ALL SELECT m9_d24 as day_data, 'm9_d24' as col_origin FROM worker_timesheet WHERE m9_d24 IS NOT NULL AND JSON_VALID(m9_d24) AND JSON_LENGTH(m9_d24) > 0 UNION ALL SELECT m9_d25 as day_data, 'm9_d25' as col_origin FROM worker_timesheet WHERE m9_d25 IS NOT NULL AND JSON_VALID(m9_d25) AND JSON_LENGTH(m9_d25) > 0 UNION ALL SELECT m9_d26 as day_data, 'm9_d26' as col_origin FROM worker_timesheet WHERE m9_d26 IS NOT NULL AND JSON_VALID(m9_d26) AND JSON_LENGTH(m9_d26) > 0 UNION ALL SELECT m9_d27 as day_data, 'm9_d27' as col_origin FROM worker_timesheet WHERE m9_d27 IS NOT NULL AND JSON_VALID(m9_d27) AND JSON_LENGTH(m9_d27) > 0 UNION ALL SELECT m9_d28 as day_data, 'm9_d28' as col_origin FROM worker_timesheet WHERE m9_d28 IS NOT NULL AND JSON_VALID(m9_d28) AND JSON_LENGTH(m9_d28) > 0 UNION ALL SELECT m9_d29 as day_data, 'm9_d29' as col_origin FROM worker_timesheet WHERE m9_d29 IS NOT NULL AND JSON_VALID(m9_d29) AND JSON_LENGTH(m9_d29) > 0 UNION ALL SELECT m9_d30 as day_data, 'm9_d30' as col_origin FROM worker_timesheet WHERE m9_d30 IS NOT NULL AND JSON_VALID(m9_d30) AND JSON_LENGTH(m9_d30) > 0 UNION ALL SELECT m9_d31 as day_data, 'm9_d31' as col_origin FROM worker_timesheet WHERE m9_d31 IS NOT NULL AND JSON_VALID(m9_d31) AND JSON_LENGTH(m9_d31) > 0 UNION ALL SELECT m10_d1 as day_data, 'm10_d1' as col_origin FROM worker_timesheet WHERE m10_d1 IS NOT NULL AND JSON_VALID(m10_d1) AND JSON_LENGTH(m10_d1) > 0 UNION ALL SELECT m10_d2 as day_data, 'm10_d2' as col_origin FROM worker_timesheet WHERE m10_d2 IS NOT NULL AND JSON_VALID(m10_d2) AND JSON_LENGTH(m10_d2) > 0 UNION ALL SELECT m10_d3 as day_data, 'm10_d3' as col_origin FROM worker_timesheet WHERE m10_d3 IS NOT NULL AND JSON_VALID(m10_d3) AND JSON_LENGTH(m10_d3) > 0 UNION ALL SELECT m10_d4 as day_data, 'm10_d4' as col_origin FROM worker_timesheet WHERE m10_d4 IS NOT NULL AND JSON_VALID(m10_d4) AND JSON_LENGTH(m10_d4) > 0 UNION ALL SELECT m10_d5 as day_data, 'm10_d5' as col_origin FROM worker_timesheet WHERE m10_d5 IS NOT NULL AND JSON_VALID(m10_d5) AND JSON_LENGTH(m10_d5) > 0 UNION ALL SELECT m10_d6 as day_data, 'm10_d6' as col_origin FROM worker_timesheet WHERE m10_d6 IS NOT NULL AND JSON_VALID(m10_d6) AND JSON_LENGTH(m10_d6) > 0 UNION ALL SELECT m10_d7 as day_data, 'm10_d7' as col_origin FROM worker_timesheet WHERE m10_d7 IS NOT NULL AND JSON_VALID(m10_d7) AND JSON_LENGTH(m10_d7) > 0 UNION ALL SELECT m10_d8 as day_data, 'm10_d8' as col_origin FROM worker_timesheet WHERE m10_d8 IS NOT NULL AND JSON_VALID(m10_d8) AND JSON_LENGTH(m10_d8) > 0 UNION ALL SELECT m10_d9 as day_data, 'm10_d9' as col_origin FROM worker_timesheet WHERE m10_d9 IS NOT NULL AND JSON_VALID(m10_d9) AND JSON_LENGTH(m10_d9) > 0 UNION ALL SELECT m10_d10 as day_data, 'm10_d10' as col_origin FROM worker_timesheet WHERE m10_d10 IS NOT NULL AND JSON_VALID(m10_d10) AND JSON_LENGTH(m10_d10) > 0 UNION ALL SELECT m10_d11 as day_data, 'm10_d11' as col_origin FROM worker_timesheet WHERE m10_d11 IS NOT NULL AND JSON_VALID(m10_d11) AND JSON_LENGTH(m10_d11) > 0 UNION ALL SELECT m10_d12 as day_data, 'm10_d12' as col_origin FROM worker_timesheet WHERE m10_d12 IS NOT NULL AND JSON_VALID(m10_d12) AND JSON_LENGTH(m10_d12) > 0 UNION ALL SELECT m10_d13 as day_data, 'm10_d13' as col_origin FROM worker_timesheet WHERE m10_d13 IS NOT NULL AND JSON_VALID(m10_d13) AND JSON_LENGTH(m10_d13) > 0 UNION ALL SELECT m10_d14 as day_data, 'm10_d14' as col_origin FROM worker_timesheet WHERE m10_d14 IS NOT NULL AND JSON_VALID(m10_d14) AND JSON_LENGTH(m10_d14) > 0 UNION ALL SELECT m10_d15 as day_data, 'm10_d15' as col_origin FROM worker_timesheet WHERE m10_d15 IS NOT NULL AND JSON_VALID(m10_d15) AND JSON_LENGTH(m10_d15) > 0 UNION ALL SELECT m10_d16 as day_data, 'm10_d16' as col_origin FROM worker_timesheet WHERE m10_d16 IS NOT NULL AND JSON_VALID(m10_d16) AND JSON_LENGTH(m10_d16) > 0 UNION ALL SELECT m10_d17 as day_data, 'm10_d17' as col_origin FROM worker_timesheet WHERE m10_d17 IS NOT NULL AND JSON_VALID(m10_d17) AND JSON_LENGTH(m10_d17) > 0 UNION ALL SELECT m10_d18 as day_data, 'm10_d18' as col_origin FROM worker_timesheet WHERE m10_d18 IS NOT NULL AND JSON_VALID(m10_d18) AND JSON_LENGTH(m10_d18) > 0 UNION ALL SELECT m10_d19 as day_data, 'm10_d19' as col_origin FROM worker_timesheet WHERE m10_d19 IS NOT NULL AND JSON_VALID(m10_d19) AND JSON_LENGTH(m10_d19) > 0 UNION ALL SELECT m10_d20 as day_data, 'm10_d20' as col_origin FROM worker_timesheet WHERE m10_d20 IS NOT NULL AND JSON_VALID(m10_d20) AND JSON_LENGTH(m10_d20) > 0 UNION ALL SELECT m10_d21 as day_data, 'm10_d21' as col_origin FROM worker_timesheet WHERE m10_d21 IS NOT NULL AND JSON_VALID(m10_d21) AND JSON_LENGTH(m10_d21) > 0 UNION ALL SELECT m10_d22 as day_data, 'm10_d22' as col_origin FROM worker_timesheet WHERE m10_d22 IS NOT NULL AND JSON_VALID(m10_d22) AND JSON_LENGTH(m10_d22) > 0 UNION ALL SELECT m10_d23 as day_data, 'm10_d23' as col_origin FROM worker_timesheet WHERE m10_d23 IS NOT NULL AND JSON_VALID(m10_d23) AND JSON_LENGTH(m10_d23) > 0 UNION ALL SELECT m10_d24 as day_data, 'm10_d24' as col_origin FROM worker_timesheet WHERE m10_d24 IS NOT NULL AND JSON_VALID(m10_d24) AND JSON_LENGTH(m10_d24) > 0 UNION ALL SELECT m10_d25 as day_data, 'm10_d25' as col_origin FROM worker_timesheet WHERE m10_d25 IS NOT NULL AND JSON_VALID(m10_d25) AND JSON_LENGTH(m10_d25) > 0 UNION ALL SELECT m10_d26 as day_data, 'm10_d26' as col_origin FROM worker_timesheet WHERE m10_d26 IS NOT NULL AND JSON_VALID(m10_d26) AND JSON_LENGTH(m10_d26) > 0 UNION ALL SELECT m10_d27 as day_data, 'm10_d27' as col_origin FROM worker_timesheet WHERE m10_d27 IS NOT NULL AND JSON_VALID(m10_d27) AND JSON_LENGTH(m10_d27) > 0 UNION ALL SELECT m10_d28 as day_data, 'm10_d28' as col_origin FROM worker_timesheet WHERE m10_d28 IS NOT NULL AND JSON_VALID(m10_d28) AND JSON_LENGTH(m10_d28) > 0 UNION ALL SELECT m10_d29 as day_data, 'm10_d29' as col_origin FROM worker_timesheet WHERE m10_d29 IS NOT NULL AND JSON_VALID(m10_d29) AND JSON_LENGTH(m10_d29) > 0 UNION ALL SELECT m10_d30 as day_data, 'm10_d30' as col_origin FROM worker_timesheet WHERE m10_d30 IS NOT NULL AND JSON_VALID(m10_d30) AND JSON_LENGTH(m10_d30) > 0 UNION ALL SELECT m10_d31 as day_data, 'm10_d31' as col_origin FROM worker_timesheet WHERE m10_d31 IS NOT NULL AND JSON_VALID(m10_d31) AND JSON_LENGTH(m10_d31) > 0 UNION ALL SELECT m11_d1 as day_data, 'm11_d1' as col_origin FROM worker_timesheet WHERE m11_d1 IS NOT NULL AND JSON_VALID(m11_d1) AND JSON_LENGTH(m11_d1) > 0 UNION ALL SELECT m11_d2 as day_data, 'm11_d2' as col_origin FROM worker_timesheet WHERE m11_d2 IS NOT NULL AND JSON_VALID(m11_d2) AND JSON_LENGTH(m11_d2) > 0 UNION ALL SELECT m11_d3 as day_data, 'm11_d3' as col_origin FROM worker_timesheet WHERE m11_d3 IS NOT NULL AND JSON_VALID(m11_d3) AND JSON_LENGTH(m11_d3) > 0 UNION ALL SELECT m11_d4 as day_data, 'm11_d4' as col_origin FROM worker_timesheet WHERE m11_d4 IS NOT NULL AND JSON_VALID(m11_d4) AND JSON_LENGTH(m11_d4) > 0 UNION ALL SELECT m11_d5 as day_data, 'm11_d5' as col_origin FROM worker_timesheet WHERE m11_d5 IS NOT NULL AND JSON_VALID(m11_d5) AND JSON_LENGTH(m11_d5) > 0 UNION ALL SELECT m11_d6 as day_data, 'm11_d6' as col_origin FROM worker_timesheet WHERE m11_d6 IS NOT NULL AND JSON_VALID(m11_d6) AND JSON_LENGTH(m11_d6) > 0 UNION ALL SELECT m11_d7 as day_data, 'm11_d7' as col_origin FROM worker_timesheet WHERE m11_d7 IS NOT NULL AND JSON_VALID(m11_d7) AND JSON_LENGTH(m11_d7) > 0 UNION ALL SELECT m11_d8 as day_data, 'm11_d8' as col_origin FROM worker_timesheet WHERE m11_d8 IS NOT NULL AND JSON_VALID(m11_d8) AND JSON_LENGTH(m11_d8) > 0 UNION ALL SELECT m11_d9 as day_data, 'm11_d9' as col_origin FROM worker_timesheet WHERE m11_d9 IS NOT NULL AND JSON_VALID(m11_d9) AND JSON_LENGTH(m11_d9) > 0 UNION ALL SELECT m11_d10 as day_data, 'm11_d10' as col_origin FROM worker_timesheet WHERE m11_d10 IS NOT NULL AND JSON_VALID(m11_d10) AND JSON_LENGTH(m11_d10) > 0 UNION ALL SELECT m11_d11 as day_data, 'm11_d11' as col_origin FROM worker_timesheet WHERE m11_d11 IS NOT NULL AND JSON_VALID(m11_d11) AND JSON_LENGTH(m11_d11) > 0 UNION ALL SELECT m11_d12 as day_data, 'm11_d12' as col_origin FROM worker_timesheet WHERE m11_d12 IS NOT NULL AND JSON_VALID(m11_d12) AND JSON_LENGTH(m11_d12) > 0 UNION ALL SELECT m11_d13 as day_data, 'm11_d13' as col_origin FROM worker_timesheet WHERE m11_d13 IS NOT NULL AND JSON_VALID(m11_d13) AND JSON_LENGTH(m11_d13) > 0 UNION ALL SELECT m11_d14 as day_data, 'm11_d14' as col_origin FROM worker_timesheet WHERE m11_d14 IS NOT NULL AND JSON_VALID(m11_d14) AND JSON_LENGTH(m11_d14) > 0 UNION ALL SELECT m11_d15 as day_data, 'm11_d15' as col_origin FROM worker_timesheet WHERE m11_d15 IS NOT NULL AND JSON_VALID(m11_d15) AND JSON_LENGTH(m11_d15) > 0 UNION ALL SELECT m11_d16 as day_data, 'm11_d16' as col_origin FROM worker_timesheet WHERE m11_d16 IS NOT NULL AND JSON_VALID(m11_d16) AND JSON_LENGTH(m11_d16) > 0 UNION ALL SELECT m11_d17 as day_data, 'm11_d17' as col_origin FROM worker_timesheet WHERE m11_d17 IS NOT NULL AND JSON_VALID(m11_d17) AND JSON_LENGTH(m11_d17) > 0 UNION ALL SELECT m11_d18 as day_data, 'm11_d18' as col_origin FROM worker_timesheet WHERE m11_d18 IS NOT NULL AND JSON_VALID(m11_d18) AND JSON_LENGTH(m11_d18) > 0 UNION ALL SELECT m11_d19 as day_data, 'm11_d19' as col_origin FROM worker_timesheet WHERE m11_d19 IS NOT NULL AND JSON_VALID(m11_d19) AND JSON_LENGTH(m11_d19) > 0 UNION ALL SELECT m11_d20 as day_data, 'm11_d20' as col_origin FROM worker_timesheet WHERE m11_d20 IS NOT NULL AND JSON_VALID(m11_d20) AND JSON_LENGTH(m11_d20) > 0 UNION ALL SELECT m11_d21 as day_data, 'm11_d21' as col_origin FROM worker_timesheet WHERE m11_d21 IS NOT NULL AND JSON_VALID(m11_d21) AND JSON_LENGTH(m11_d21) > 0 UNION ALL SELECT m11_d22 as day_data, 'm11_d22' as col_origin FROM worker_timesheet WHERE m11_d22 IS NOT NULL AND JSON_VALID(m11_d22) AND JSON_LENGTH(m11_d22) > 0 UNION ALL SELECT m11_d23 as day_data, 'm11_d23' as col_origin FROM worker_timesheet WHERE m11_d23 IS NOT NULL AND JSON_VALID(m11_d23) AND JSON_LENGTH(m11_d23) > 0 UNION ALL SELECT m11_d24 as day_data, 'm11_d24' as col_origin FROM worker_timesheet WHERE m11_d24 IS NOT NULL AND JSON_VALID(m11_d24) AND JSON_LENGTH(m11_d24) > 0 UNION ALL SELECT m11_d25 as day_data, 'm11_d25' as col_origin FROM worker_timesheet WHERE m11_d25 IS NOT NULL AND JSON_VALID(m11_d25) AND JSON_LENGTH(m11_d25) > 0 UNION ALL SELECT m11_d26 as day_data, 'm11_d26' as col_origin FROM worker_timesheet WHERE m11_d26 IS NOT NULL AND JSON_VALID(m11_d26) AND JSON_LENGTH(m11_d26) > 0 UNION ALL SELECT m11_d27 as day_data, 'm11_d27' as col_origin FROM worker_timesheet WHERE m11_d27 IS NOT NULL AND JSON_VALID(m11_d27) AND JSON_LENGTH(m11_d27) > 0 UNION ALL SELECT m11_d28 as day_data, 'm11_d28' as col_origin FROM worker_timesheet WHERE m11_d28 IS NOT NULL AND JSON_VALID(m11_d28) AND JSON_LENGTH(m11_d28) > 0 UNION ALL SELECT m11_d29 as day_data, 'm11_d29' as col_origin FROM worker_timesheet WHERE m11_d29 IS NOT NULL AND JSON_VALID(m11_d29) AND JSON_LENGTH(m11_d29) > 0 UNION ALL SELECT m11_d30 as day_data, 'm11_d30' as col_origin FROM worker_timesheet WHERE m11_d30 IS NOT NULL AND JSON_VALID(m11_d30) AND JSON_LENGTH(m11_d30) > 0 UNION ALL SELECT m11_d31 as day_data, 'm11_d31' as col_origin FROM worker_timesheet WHERE m11_d31 IS NOT NULL AND JSON_VALID(m11_d31) AND JSON_LENGTH(m11_d31) > 0 UNION ALL SELECT m12_d1 as day_data, 'm12_d1' as col_origin FROM worker_timesheet WHERE m12_d1 IS NOT NULL AND JSON_VALID(m12_d1) AND JSON_LENGTH(m12_d1) > 0 UNION ALL SELECT m12_d2 as day_data, 'm12_d2' as col_origin FROM worker_timesheet WHERE m12_d2 IS NOT NULL AND JSON_VALID(m12_d2) AND JSON_LENGTH(m12_d2) > 0 UNION ALL SELECT m12_d3 as day_data, 'm12_d3' as col_origin FROM worker_timesheet WHERE m12_d3 IS NOT NULL AND JSON_VALID(m12_d3) AND JSON_LENGTH(m12_d3) > 0 UNION ALL SELECT m12_d4 as day_data, 'm12_d4' as col_origin FROM worker_timesheet WHERE m12_d4 IS NOT NULL AND JSON_VALID(m12_d4) AND JSON_LENGTH(m12_d4) > 0 UNION ALL SELECT m12_d5 as day_data, 'm12_d5' as col_origin FROM worker_timesheet WHERE m12_d5 IS NOT NULL AND JSON_VALID(m12_d5) AND JSON_LENGTH(m12_d5) > 0 UNION ALL SELECT m12_d6 as day_data, 'm12_d6' as col_origin FROM worker_timesheet WHERE m12_d6 IS NOT NULL AND JSON_VALID(m12_d6) AND JSON_LENGTH(m12_d6) > 0 UNION ALL SELECT m12_d7 as day_data, 'm12_d7' as col_origin FROM worker_timesheet WHERE m12_d7 IS NOT NULL AND JSON_VALID(m12_d7) AND JSON_LENGTH(m12_d7) > 0 UNION ALL SELECT m12_d8 as day_data, 'm12_d8' as col_origin FROM worker_timesheet WHERE m12_d8 IS NOT NULL AND JSON_VALID(m12_d8) AND JSON_LENGTH(m12_d8) > 0 UNION ALL SELECT m12_d9 as day_data, 'm12_d9' as col_origin FROM worker_timesheet WHERE m12_d9 IS NOT NULL AND JSON_VALID(m12_d9) AND JSON_LENGTH(m12_d9) > 0 UNION ALL SELECT m12_d10 as day_data, 'm12_d10' as col_origin FROM worker_timesheet WHERE m12_d10 IS NOT NULL AND JSON_VALID(m12_d10) AND JSON_LENGTH(m12_d10) > 0 UNION ALL SELECT m12_d11 as day_data, 'm12_d11' as col_origin FROM worker_timesheet WHERE m12_d11 IS NOT NULL AND JSON_VALID(m12_d11) AND JSON_LENGTH(m12_d11) > 0 UNION ALL SELECT m12_d12 as day_data, 'm12_d12' as col_origin FROM worker_timesheet WHERE m12_d12 IS NOT NULL AND JSON_VALID(m12_d12) AND JSON_LENGTH(m12_d12) > 0 UNION ALL SELECT m12_d13 as day_data, 'm12_d13' as col_origin FROM worker_timesheet WHERE m12_d13 IS NOT NULL AND JSON_VALID(m12_d13) AND JSON_LENGTH(m12_d13) > 0 UNION ALL SELECT m12_d14 as day_data, 'm12_d14' as col_origin FROM worker_timesheet WHERE m12_d14 IS NOT NULL AND JSON_VALID(m12_d14) AND JSON_LENGTH(m12_d14) > 0 UNION ALL SELECT m12_d15 as day_data, 'm12_d15' as col_origin FROM worker_timesheet WHERE m12_d15 IS NOT NULL AND JSON_VALID(m12_d15) AND JSON_LENGTH(m12_d15) > 0 UNION ALL SELECT m12_d16 as day_data, 'm12_d16' as col_origin FROM worker_timesheet WHERE m12_d16 IS NOT NULL AND JSON_VALID(m12_d16) AND JSON_LENGTH(m12_d16) > 0 UNION ALL SELECT m12_d17 as day_data, 'm12_d17' as col_origin FROM worker_timesheet WHERE m12_d17 IS NOT NULL AND JSON_VALID(m12_d17) AND JSON_LENGTH(m12_d17) > 0 UNION ALL SELECT m12_d18 as day_data, 'm12_d18' as col_origin FROM worker_timesheet WHERE m12_d18 IS NOT NULL AND JSON_VALID(m12_d18) AND JSON_LENGTH(m12_d18) > 0 UNION ALL SELECT m12_d19 as day_data, 'm12_d19' as col_origin FROM worker_timesheet WHERE m12_d19 IS NOT NULL AND JSON_VALID(m12_d19) AND JSON_LENGTH(m12_d19) > 0 UNION ALL SELECT m12_d20 as day_data, 'm12_d20' as col_origin FROM worker_timesheet WHERE m12_d20 IS NOT NULL AND JSON_VALID(m12_d20) AND JSON_LENGTH(m12_d20) > 0 UNION ALL SELECT m12_d21 as day_data, 'm12_d21' as col_origin FROM worker_timesheet WHERE m12_d21 IS NOT NULL AND JSON_VALID(m12_d21) AND JSON_LENGTH(m12_d21) > 0 UNION ALL SELECT m12_d22 as day_data, 'm12_d22' as col_origin FROM worker_timesheet WHERE m12_d22 IS NOT NULL AND JSON_VALID(m12_d22) AND JSON_LENGTH(m12_d22) > 0 UNION ALL SELECT m12_d23 as day_data, 'm12_d23' as col_origin FROM worker_timesheet WHERE m12_d23 IS NOT NULL AND JSON_VALID(m12_d23) AND JSON_LENGTH(m12_d23) > 0 UNION ALL SELECT m12_d24 as day_data, 'm12_d24' as col_origin FROM worker_timesheet WHERE m12_d24 IS NOT NULL AND JSON_VALID(m12_d24) AND JSON_LENGTH(m12_d24) > 0 UNION ALL SELECT m12_d25 as day_data, 'm12_d25' as col_origin FROM worker_timesheet WHERE m12_d25 IS NOT NULL AND JSON_VALID(m12_d25) AND JSON_LENGTH(m12_d25) > 0 UNION ALL SELECT m12_d26 as day_data, 'm12_d26' as col_origin FROM worker_timesheet WHERE m12_d26 IS NOT NULL AND JSON_VALID(m12_d26) AND JSON_LENGTH(m12_d26) > 0 UNION ALL SELECT m12_d27 as day_data, 'm12_d27' as col_origin FROM worker_timesheet WHERE m12_d27 IS NOT NULL AND JSON_VALID(m12_d27) AND JSON_LENGTH(m12_d27) > 0 UNION ALL SELECT m12_d28 as day_data, 'm12_d28' as col_origin FROM worker_timesheet WHERE m12_d28 IS NOT NULL AND JSON_VALID(m12_d28) AND JSON_LENGTH(m12_d28) > 0 UNION ALL SELECT m12_d29 as day_data, 'm12_d29' as col_origin FROM worker_timesheet WHERE m12_d29 IS NOT NULL AND JSON_VALID(m12_d29) AND JSON_LENGTH(m12_d29) > 0 UNION ALL SELECT m12_d30 as day_data, 'm12_d30' as col_origin FROM worker_timesheet WHERE m12_d30 IS NOT NULL AND JSON_VALID(m12_d30) AND JSON_LENGTH(m12_d30) > 0 UNION ALL SELECT m12_d31 as day_data, 'm12_d31' as col_origin FROM worker_timesheet WHERE m12_d31 IS NOT NULL AND JSON_VALID(m12_d31) AND JSON_LENGTH(m12_d31) > 0\n ) AS temp_days\n INNER JOIN JSON_TABLE(temp_days.day_data, '$.projects[*]' COLUMNS (\n p_id INT PATH '$.project',\n cost_per_hour FLOAT PATH '$.final.cost_per_hour',\n roles_json JSON PATH '$.roles'\n )) AS jt_p ON 1 = 1\n INNER JOIN JSON_TABLE(jt_p.roles_json, '$[*]' COLUMNS (\n role_val INT PATH '$.role',\n orders_json JSON PATH '$.orders'\n )) AS jt_r ON 1 = 1\n WHERE jt_p.p_id = :project_id\n ) AS final_res\n WHERE role_val = min_role AND found_time IS NOT NULL\n
"""
"params" => [
"project_id" => 11
"order_no" => "1016-1860"
]
"types" => [
"project_id" => 2
"order_no" => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.task_index AS task_index_2, t0.title AS title_3, t0.description AS description_4, t0.progress_weight AS progress_weight_5, t0.duration_days AS duration_days_6, t0.started_at AS started_at_7, t0.completed_at AS completed_at_8, t0.project_order_id AS project_order_id_9, t10.id AS id_11, t10.work_content AS work_content_12, t10.is_linked AS is_linked_13, t10.planned_start_at AS planned_start_at_14, t10.planned_end_at AS planned_end_at_15, t10.actual_end_at AS actual_end_at_16, t10.delivery_at AS delivery_at_17, t10.delivery_note AS delivery_note_18, t10.rating AS rating_19, t10.cost AS cost_20, t10.contract_reference_nr AS contract_reference_nr_21, t10.execution_scope AS execution_scope_22, t10.execution_work_nature AS execution_work_nature_23, t10.status AS status_24, t10.published_at AS published_at_25, t10.accepted_at AS accepted_at_26, t10.declined_at AS declined_at_27, t10.decline_reason_category AS decline_reason_category_28, t10.decline_reason AS decline_reason_29, t10.owner_last_read_at AS owner_last_read_at_30, t10.executor_last_read_at AS executor_last_read_at_31, t10.vendor_id AS vendor_id_32, t10.vendor_contact_person_id AS vendor_contact_person_id_33, t10.reason_id AS reason_id_34, t10.task_id AS task_id_35, t10.contract_type_id AS contract_type_id_36, t10.branch_id AS branch_id_37, t10.branch_contact_person_id AS branch_contact_person_id_38, t0.responsible_person_id AS responsible_person_id_39 FROM project_order_tasks t0 LEFT JOIN project_order_task_fulfillment t10 ON t10.task_id = t0.id WHERE t0.project_order_id = ?"
(parameters:
[1 => 1860]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.task_index AS task_index_2, t0.title AS title_3, t0.description AS description_4, t0.progress_weight AS progress_weight_5, t0.duration_days AS duration_days_6, t0.started_at AS started_at_7, t0.completed_at AS completed_at_8, t0.project_order_id AS project_order_id_9, t10.id AS id_11, t10.work_content AS work_content_12, t10.is_linked AS is_linked_13, t10.planned_start_at AS planned_start_at_14, t10.planned_end_at AS planned_end_at_15, t10.actual_end_at AS actual_end_at_16, t10.delivery_at AS delivery_at_17, t10.delivery_note AS delivery_note_18, t10.rating AS rating_19, t10.cost AS cost_20, t10.contract_reference_nr AS contract_reference_nr_21, t10.execution_scope AS execution_scope_22, t10.execution_work_nature AS execution_work_nature_23, t10.status AS status_24, t10.published_at AS published_at_25, t10.accepted_at AS accepted_at_26, t10.declined_at AS declined_at_27, t10.decline_reason_category AS decline_reason_category_28, t10.decline_reason AS decline_reason_29, t10.owner_last_read_at AS owner_last_read_at_30, t10.executor_last_read_at AS executor_last_read_at_31, t10.vendor_id AS vendor_id_32, t10.vendor_contact_person_id AS vendor_contact_person_id_33, t10.reason_id AS reason_id_34, t10.task_id AS task_id_35, t10.contract_type_id AS contract_type_id_36, t10.branch_id AS branch_id_37, t10.branch_contact_person_id AS branch_contact_person_id_38, t0.responsible_person_id AS responsible_person_id_39 FROM project_order_tasks t0 LEFT JOIN project_order_task_fulfillment t10 ON t10.task_id = t0.id WHERE t0.project_order_id = ?"
"params" => [1 => 1860]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.sent_at AS sent_at_2, t0.position_nr AS position_nr_3, t0.quantity AS quantity_4, t0.price AS price_5, t0.created_at AS created_at_6, t0.content AS content_7, t0.due_days AS due_days_8, t0.due_at AS due_at_9, t0.unit AS unit_10, t0.project_order_id AS project_order_id_11, t0.adder_id AS adder_id_12, t0.unit_type_id AS unit_type_id_13, t14.id AS id_15, t14.related_invoice_positions AS related_invoice_positions_16, t14.billing_id AS billing_id_17 FROM project_order_billings t0 LEFT JOIN project_order_billing_metrics t14 ON t14.billing_id = t0.id WHERE t0.project_order_id = ?"
(parameters:
[1 => 1860]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.sent_at AS sent_at_2, t0.position_nr AS position_nr_3, t0.quantity AS quantity_4, t0.price AS price_5, t0.created_at AS created_at_6, t0.content AS content_7, t0.due_days AS due_days_8, t0.due_at AS due_at_9, t0.unit AS unit_10, t0.project_order_id AS project_order_id_11, t0.adder_id AS adder_id_12, t0.unit_type_id AS unit_type_id_13, t14.id AS id_15, t14.related_invoice_positions AS related_invoice_positions_16, t14.billing_id AS billing_id_17 FROM project_order_billings t0 LEFT JOIN project_order_billing_metrics t14 ON t14.billing_id = t0.id WHERE t0.project_order_id = ?"
"params" => [1 => 1860]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.delivery_due_at AS delivery_due_at_5, t0.amount AS amount_6, t0.delivered_unit AS delivered_unit_7, t0.content AS content_8, t0.completed AS completed_9, t0.comment AS comment_10, t0.delivered_to AS delivered_to_11, t0.an_supplier AS an_supplier_12, t0.document AS document_13, t0.documents AS documents_14, t0.buying_price AS buying_price_15, t0.price_unit AS price_unit_16, t0.sales_price AS sales_price_17, t0.sales_margin AS sales_margin_18, t0.delivery_amount AS delivery_amount_19, t0.offer_nr AS offer_nr_20, t0.position_type AS position_type_21, t0.delivery_status AS delivery_status_22, t0.size AS size_23, t0.project_order_expense_id AS project_order_expense_id_24, t0.material_id AS material_id_25, t0.project_order_id AS project_order_id_26, t0.parent_pos_id AS parent_pos_id_27, t0.stock_id AS stock_id_28, t0.purchase_request_position_id AS purchase_request_position_id_29, t0.supplier_product_id AS supplier_product_id_30 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
(parameters:
[1 => 1860]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.unit AS unit_2, t0.created_at AS created_at_3, t0.delivered_at AS delivered_at_4, t0.delivery_due_at AS delivery_due_at_5, t0.amount AS amount_6, t0.delivered_unit AS delivered_unit_7, t0.content AS content_8, t0.completed AS completed_9, t0.comment AS comment_10, t0.delivered_to AS delivered_to_11, t0.an_supplier AS an_supplier_12, t0.document AS document_13, t0.documents AS documents_14, t0.buying_price AS buying_price_15, t0.price_unit AS price_unit_16, t0.sales_price AS sales_price_17, t0.sales_margin AS sales_margin_18, t0.delivery_amount AS delivery_amount_19, t0.offer_nr AS offer_nr_20, t0.position_type AS position_type_21, t0.delivery_status AS delivery_status_22, t0.size AS size_23, t0.project_order_expense_id AS project_order_expense_id_24, t0.material_id AS material_id_25, t0.project_order_id AS project_order_id_26, t0.parent_pos_id AS parent_pos_id_27, t0.stock_id AS stock_id_28, t0.purchase_request_position_id AS purchase_request_position_id_29, t0.supplier_product_id AS supplier_product_id_30 FROM project_order_expense_positions t0 WHERE t0.project_order_id = ?"
"params" => [1 => 1860]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.transaction_at AS transaction_at_2, t0.transaction_type AS transaction_type_3, t0.quantity AS quantity_4, t0.moved_at AS moved_at_5, t0.buying_price AS buying_price_6, t0.sales_price AS sales_price_7, t0.sales_margin AS sales_margin_8, t0.stock_id AS stock_id_9, t10.id AS id_11, t10.quantity AS quantity_12, t10.delivered_at AS delivered_at_13, t10.created_at AS created_at_14, t10.returned_quantity AS returned_quantity_15, t10.returned_at AS returned_at_16, t10.stock_id AS stock_id_17, t10.deliverer_id AS deliverer_id_18, t10.stock_issue_id AS stock_issue_id_19, t10.stock_transaction_id AS stock_transaction_id_20, t0.project_order_id AS project_order_id_21 FROM stock_transactions t0 LEFT JOIN stock_issue_positions t10 ON t10.stock_transaction_id = t0.id WHERE t0.project_order_id = ?"
(parameters:
[1 => 1860]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.transaction_at AS transaction_at_2, t0.transaction_type AS transaction_type_3, t0.quantity AS quantity_4, t0.moved_at AS moved_at_5, t0.buying_price AS buying_price_6, t0.sales_price AS sales_price_7, t0.sales_margin AS sales_margin_8, t0.stock_id AS stock_id_9, t10.id AS id_11, t10.quantity AS quantity_12, t10.delivered_at AS delivered_at_13, t10.created_at AS created_at_14, t10.returned_quantity AS returned_quantity_15, t10.returned_at AS returned_at_16, t10.stock_id AS stock_id_17, t10.deliverer_id AS deliverer_id_18, t10.stock_issue_id AS stock_issue_id_19, t10.stock_transaction_id AS stock_transaction_id_20, t0.project_order_id AS project_order_id_21 FROM stock_transactions t0 LEFT JOIN stock_issue_positions t10 ON t10.stock_transaction_id = t0.id WHERE t0.project_order_id = ?"
"params" => [1 => 1860]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Beginning transaction
doctrine
debug
Executing statement:
"UPDATE worker_timesheet SET m8_d20 = ?, m8_d21 = ? WHERE id = ?"
"SELECT w0_.history AS history_0, w1_.id AS id_1, w1_.id AS id_2, w1_.exit_at AS exit_at_3, w1_.entry_at AS entry_at_4, w2_.year AS year_5, w1_.hourly_rate AS hourly_rate_6, w1_.daily_working_hours AS daily_working_hours_7, w3_.slug AS slug_8, CONCAT(w3_.name, ' ', w3_.surname) AS sclr_9, (CASE WHEN w1_.exit_at IS NULL OR w1_.exit_at > CURRENT_DATE THEN 1 ELSE 0 END) AS sclr_10, CONCAT(p4_.company, ', ', c5_.name) AS sclr_11, w2_.m8_d1 AS m8_d1_12, w2_.m8_d2 AS m8_d2_13, w2_.m8_d3 AS m8_d3_14, w2_.m8_d4 AS m8_d4_15, w2_.m8_d5 AS m8_d5_16, w2_.m8_d6 AS m8_d6_17, w2_.m8_d7 AS m8_d7_18, w2_.m8_d8 AS m8_d8_19, w2_.m8_d9 AS m8_d9_20, w2_.m8_d10 AS m8_d10_21, w2_.m8_d11 AS m8_d11_22, w2_.m8_d12 AS m8_d12_23, w2_.m8_d13 AS m8_d13_24, w2_.m8_d14 AS m8_d14_25, w2_.m8_d15 AS m8_d15_26, w2_.m8_d16 AS m8_d16_27, w2_.m8_d17 AS m8_d17_28, w2_.m8_d18 AS m8_d18_29, w2_.m8_d19 AS m8_d19_30, w2_.m8_d20 AS m8_d20_31, w2_.m8_d21 AS m8_d21_32, w2_.m8_d22 AS m8_d22_33, w2_.m8_d23 AS m8_d23_34, w2_.m8_d24 AS m8_d24_35, w2_.m8_d25 AS m8_d25_36, w2_.m8_d26 AS m8_d26_37, w2_.m8_d27 AS m8_d27_38, w2_.m8_d28 AS m8_d28_39, w2_.m8_d29 AS m8_d29_40, w2_.m8_d30 AS m8_d30_41, w2_.m8_d31 AS m8_d31_42 FROM worker_timesheet w2_ INNER JOIN worker_activities w1_ ON w2_.worker_activity_id = w1_.id LEFT JOIN worker_timesheet_histories w0_ ON w2_.id = w0_.worker_timesheet_id LEFT JOIN worker w3_ ON w1_.worker_id = w3_.id LEFT JOIN partner p4_ ON w1_.partner_id = p4_.id LEFT JOIN countries c5_ ON p4_.country_id = c5_.id LEFT JOIN worker_in_project w6_ ON w1_.id = w6_.worker_activity_id LEFT JOIN project_stakeholders p7_ ON w6_.project_id = p7_.id LEFT JOIN projects p8_ ON p7_.project_id = p8_.id WHERE w2_.year = ? AND w1_.id IN (?, ?) AND p8_.id = ? GROUP BY w2_.id ORDER BY w2_.id DESC"
(parameters:
[1 => 20262 => 1893 => 1894 => 11]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT w0_.history AS history_0, w1_.id AS id_1, w1_.id AS id_2, w1_.exit_at AS exit_at_3, w1_.entry_at AS entry_at_4, w2_.year AS year_5, w1_.hourly_rate AS hourly_rate_6, w1_.daily_working_hours AS daily_working_hours_7, w3_.slug AS slug_8, CONCAT(w3_.name, ' ', w3_.surname) AS sclr_9, (CASE WHEN w1_.exit_at IS NULL OR w1_.exit_at > CURRENT_DATE THEN 1 ELSE 0 END) AS sclr_10, CONCAT(p4_.company, ', ', c5_.name) AS sclr_11, w2_.m8_d1 AS m8_d1_12, w2_.m8_d2 AS m8_d2_13, w2_.m8_d3 AS m8_d3_14, w2_.m8_d4 AS m8_d4_15, w2_.m8_d5 AS m8_d5_16, w2_.m8_d6 AS m8_d6_17, w2_.m8_d7 AS m8_d7_18, w2_.m8_d8 AS m8_d8_19, w2_.m8_d9 AS m8_d9_20, w2_.m8_d10 AS m8_d10_21, w2_.m8_d11 AS m8_d11_22, w2_.m8_d12 AS m8_d12_23, w2_.m8_d13 AS m8_d13_24, w2_.m8_d14 AS m8_d14_25, w2_.m8_d15 AS m8_d15_26, w2_.m8_d16 AS m8_d16_27, w2_.m8_d17 AS m8_d17_28, w2_.m8_d18 AS m8_d18_29, w2_.m8_d19 AS m8_d19_30, w2_.m8_d20 AS m8_d20_31, w2_.m8_d21 AS m8_d21_32, w2_.m8_d22 AS m8_d22_33, w2_.m8_d23 AS m8_d23_34, w2_.m8_d24 AS m8_d24_35, w2_.m8_d25 AS m8_d25_36, w2_.m8_d26 AS m8_d26_37, w2_.m8_d27 AS m8_d27_38, w2_.m8_d28 AS m8_d28_39, w2_.m8_d29 AS m8_d29_40, w2_.m8_d30 AS m8_d30_41, w2_.m8_d31 AS m8_d31_42 FROM worker_timesheet w2_ INNER JOIN worker_activities w1_ ON w2_.worker_activity_id = w1_.id LEFT JOIN worker_timesheet_histories w0_ ON w2_.id = w0_.worker_timesheet_id LEFT JOIN worker w3_ ON w1_.worker_id = w3_.id LEFT JOIN partner p4_ ON w1_.partner_id = p4_.id LEFT JOIN countries c5_ ON p4_.country_id = c5_.id LEFT JOIN worker_in_project w6_ ON w1_.id = w6_.worker_activity_id LEFT JOIN project_stakeholders p7_ ON w6_.project_id = p7_.id LEFT JOIN projects p8_ ON p7_.project_id = p8_.id WHERE w2_.year = ? AND w1_.id IN (?, ?) AND p8_.id = ? GROUP BY w2_.id ORDER BY w2_.id DESC"
"params" => [1 => 20262 => 1893 => 1894 => 11]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.absence AS absence_2, t0.absence_short_key AS absence_short_key_3, t0.cost_calculate AS cost_calculate_4, t0.absence_color AS absence_color_5, t0.absence_bg_color AS absence_bg_color_6, t0.absence_br_color AS absence_br_color_7, t0.absence_icon AS absence_icon_8, t0.absence_color_hex AS absence_color_hex_9 FROM timesheet_status t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.absence AS absence_2, t0.absence_short_key AS absence_short_key_3, t0.cost_calculate AS cost_calculate_4, t0.absence_color AS absence_color_5, t0.absence_bg_color AS absence_bg_color_6, t0.absence_br_color AS absence_br_color_7, t0.absence_icon AS absence_icon_8, t0.absence_color_hex AS absence_color_hex_9 FROM timesheet_status t0"
]
debug
Stored the security token in the session.
security
[
"key" => "_security_main"
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
[
"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 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
782
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\CMDWorksPlanHardenTest" (parent: .abstract.instanceof.App\Command\CMDWorksPlanHardenTest).
Resolving inheritance for "App\Command\CMDWorksPlanHardenTest" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanHardenTest).
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\CMDWorksPlanRevisionDemo" (parent: .abstract.instanceof.App\Command\CMDWorksPlanRevisionDemo).
Resolving inheritance for "App\Command\CMDWorksPlanRevisionDemo" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanRevisionDemo).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanSaveTest" (parent: .abstract.instanceof.App\Command\CMDWorksPlanSaveTest).
Resolving inheritance for "App\Command\CMDWorksPlanSaveTest" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanSaveTest).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateExternalApiKeyCommand" (parent: .abstract.instanceof.App\Command\CreateExternalApiKeyCommand).
Resolving inheritance for "App\Command\CreateExternalApiKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateExternalApiKeyCommand).
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\ExternalIntegrationController" (parent: .abstract.instanceof.App\Controller\Api\v3\ExternalIntegrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExternalIntegrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\ExternalIntegrationController).
Resolving inheritance for "App\Controller\Api\v3\ExternalIntegrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExternalIntegrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\IntegrationController" (parent: .abstract.instanceof.App\Controller\Api\v3\IntegrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\IntegrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\IntegrationController).
Resolving inheritance for "App\Controller\Api\v3\IntegrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\IntegrationController).
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\MaterialRequestController" (parent: .abstract.instanceof.App\Controller\Api\v3\MaterialRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\MaterialRequestController).
Resolving inheritance for "App\Controller\Api\v3\MaterialRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NewsController" (parent: .abstract.instanceof.App\Controller\Api\v3\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NewsController).
Resolving inheritance for "App\Controller\Api\v3\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NewsController).
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\SupplierAIHintsController" (parent: .abstract.instanceof.App\Controller\Api\v3\SupplierAIHintsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SupplierAIHintsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\SupplierAIHintsController).
Resolving inheritance for "App\Controller\Api\v3\SupplierAIHintsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SupplierAIHintsController).
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\TaskExecutionController" (parent: .abstract.instanceof.App\Controller\Api\v3\TaskExecutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TaskExecutionController).
Resolving inheritance for "App\Controller\Api\v3\TaskExecutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TaskExecutionInternalController" (parent: .abstract.instanceof.App\Controller\Api\v3\TaskExecutionInternalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionInternalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TaskExecutionInternalController).
Resolving inheritance for "App\Controller\Api\v3\TaskExecutionInternalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionInternalController).
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\TranslationController" (parent: .abstract.instanceof.App\Controller\Api\v3\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TranslationController).
Resolving inheritance for "App\Controller\Api\v3\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TranslationController).
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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskExecutionFixtures" (parent: .abstract.instanceof.App\DataFixtures\TaskExecutionFixtures).
Resolving inheritance for "App\DataFixtures\TaskExecutionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskExecutionFixtures).
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\ExternalApiKeyRepository" (parent: .abstract.instanceof.App\Repository\ExternalApiKeyRepository).
Resolving inheritance for "App\Repository\ExternalApiKeyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalApiKeyRepository).
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\ItemGroupsRepository" (parent: .abstract.instanceof.App\Repository\ItemGroupsRepository).
Resolving inheritance for "App\Repository\ItemGroupsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ItemGroupsRepository).
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\MaterialRequestDocumentRepository" (parent: .abstract.instanceof.App\Repository\MaterialRequestDocumentRepository).
Resolving inheritance for "App\Repository\MaterialRequestDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRequestDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRequestRepository" (parent: .abstract.instanceof.App\Repository\MaterialRequestRepository).
Resolving inheritance for "App\Repository\MaterialRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRequestRepository).
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\ProjectOrderTaskFulfillmentDateRevisionRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentDateRevisionRepository).
Resolving inheritance for "App\Repository\ProjectOrderTaskFulfillmentDateRevisionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentDateRevisionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentMessageRepository" (parent: .abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentMessageRepository).
Resolving inheritance for "App\Repository\ProjectOrderTaskFulfillmentMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentMessageRepository).
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\WorksPlanRevisionRepository" (parent: .abstract.instanceof.App\Repository\WorksPlanRevisionRepository).
Resolving inheritance for "App\Repository\WorksPlanRevisionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorksPlanRevisionRepository).
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.task_execution_internal" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.task_execution_internal" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.task_execution_internal" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.task_execution_internal" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.task_execution_internal" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.task_execution_internal" (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.
753
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.task_execution_internal"; reason: private alias.
Removed service "security.user_checker.task_execution_internal"; 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.ma05Nfu"; 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.NsyTden"; reason: private alias.
Removed service ".service_locator.DN29xTh"; 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.iiSl.SG"; reason: private alias.
Removed service ".service_locator.2LOZtPW"; reason: private alias.
Removed service ".service_locator.ACYhhkE"; reason: private alias.
Removed service ".service_locator.ViGMOHa"; reason: private alias.
Removed service ".service_locator.ASbJ0Zg"; reason: private alias.
Removed service ".service_locator.PwKx04n"; 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.nQ1JN09"; 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.layoxAg"; 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.oQU6l2k"; reason: private alias.
Removed service ".service_locator.wQxeVys"; reason: private alias.
Removed service ".service_locator.t5J7ui8"; reason: private alias.
Removed service ".service_locator.FgtLDe_"; reason: private alias.
Removed service ".service_locator.zGbDX7f"; reason: private alias.
Removed service ".service_locator.ucT6xzw"; reason: private alias.
Removed service ".service_locator.NckYghS"; reason: private alias.
Removed service ".service_locator.clKPDDU"; 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.es1xZHw"; 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.7RV3LHX"; 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.UcVfFwO"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator._qxw8AG"; reason: private alias.
Removed service ".service_locator.8lvOdve"; reason: private alias.
Removed service ".service_locator.aamYleG"; reason: private alias.
Removed service ".service_locator.aLunTyY"; reason: private alias.
Removed service ".service_locator.h6rqwGd"; reason: private alias.
Removed service ".service_locator.DG1mDUh"; reason: private alias.
Removed service ".service_locator.vvP1QHm"; 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.task_execution_internal"; 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.AMYdwIL"; reason: private alias.
Removed service ".service_locator.T0LmFbn"; 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.faxcAf6"; 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.TT3RSLL"; 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.C1BMbht"; reason: private alias.
Removed service ".service_locator.OEuP341"; reason: private alias.
Removed service ".service_locator.eeXDFhL"; reason: private alias.
Removed service ".service_locator.zLzSnb5"; reason: private alias.
Removed service ".service_locator.MpOTz36"; reason: private alias.
Removed service ".service_locator.gcFyLbu"; reason: private alias.
Removed service ".service_locator.YJz.TNp"; 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.1nV.2uB"; 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.8FTYqfI"; 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.y1_JyTO"; reason: private alias.
Removed service ".service_locator.lPVfgBe"; reason: private alias.
Removed service ".service_locator.iDuGmv0"; reason: private alias.
Removed service ".service_locator.raZto99"; reason: private alias.
Removed service ".service_locator.TUHsS22"; reason: private alias.
Removed service ".service_locator.q0qLWL8"; reason: private alias.
Removed service ".service_locator.Yxwy6r6"; reason: private alias.
Removed service ".service_locator.1dFLQZn"; reason: private alias.
Removed service ".service_locator.Pvn1mo9"; reason: private alias.
Removed service ".service_locator.kekIrYv"; reason: private alias.
Removed service ".service_locator.nUF.BBS"; 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.z7TU_yA"; reason: private alias.
Removed service ".service_locator.4SXOFTm"; reason: private alias.
Removed service ".service_locator.s8XUnuf"; 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.XJkYoGL"; 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.cxsFids"; reason: private alias.
Removed service ".service_locator.hK6K1jy"; reason: private alias.
Removed service ".service_locator.FTdEU3M"; reason: private alias.
Removed service ".service_locator.gdcwS6S"; reason: private alias.
Removed service ".service_locator.YGGtLBi"; reason: private alias.
Removed service ".service_locator.JAcbHm0"; reason: private alias.
Removed service ".service_locator.nb8mgAy"; reason: private alias.
Removed service ".service_locator.paT.zEf"; 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.
370
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\MaterialRequestService" 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\NewsService" 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\TaskExecutionInternalService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\TaskExecutionService" 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\TodoCommentService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\TodoService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\Service\TranslationVersionService" 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.jeLFEUT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.rd1yNr0" 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.5sOaqqF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9R4.fkf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kyTEZUG" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fCii3MZ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HzPBFf4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9CPpAU3" 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.UqECBqI" 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.nzmTvNc" 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.IJjYiCS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Yb7Qet7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T3XI26p" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.WNOrCNK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2rdjjuT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.I.u8csK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YEG4Fwx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.VvrvG3v" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.60ep5_C" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.xu0iP05" 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.UtAhgUk" 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.yXvFWE6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.vqAXQ3X" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.oc5l4sO" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.KL.M99z" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.F0ESs.2" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.0ZOQOcU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kMhecri" 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.1CSSRsM" 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".
764
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\CMDWorksPlanHardenTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanHardenTest"; 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\CMDWorksPlanRevisionDemo"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanRevisionDemo"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CMDWorksPlanSaveTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CMDWorksPlanSaveTest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateExternalApiKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateExternalApiKeyCommand"; 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\ExternalIntegrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\ExternalIntegrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\ExternalIntegrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\IntegrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\IntegrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\IntegrationController"; 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\MaterialRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\MaterialRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\MaterialRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\NewsController"; 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\SupplierAIHintsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\SupplierAIHintsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\SupplierAIHintsController"; 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\TaskExecutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TaskExecutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\v3\TaskExecutionInternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TaskExecutionInternalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TaskExecutionInternalController"; 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\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\v3\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\v3\TranslationController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskExecutionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\TaskExecutionFixtures"; 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\ExternalApiKeyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalApiKeyRepository"; 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\ItemGroupsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ItemGroupsRepository"; 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\MaterialRequestDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRequestDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRequestRepository"; 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\ProjectOrderTaskFulfillmentDateRevisionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentDateRevisionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectOrderTaskFulfillmentMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProjectOrderTaskFulfillmentMessageRepository"; 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\WorksPlanRevisionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorksPlanRevisionRepository"; 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.
163
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\MaterialRequestDocumentStatus"; reason: unused.
Removed service "App\Doctrine\Type\MaterialRequestStatus"; 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\TaskExecutionReasonCategory"; reason: unused.
Removed service "App\Doctrine\Type\TaskExecutionScope"; reason: unused.
Removed service "App\Doctrine\Type\TaskExecutionSenderSide"; reason: unused.
Removed service "App\Doctrine\Type\TaskExecutionStatus"; reason: unused.
Removed service "App\Doctrine\Type\TaskExecutionWorkNature"; reason: unused.
Removed service "App\Doctrine\Type\TodoAiStatusTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\TodoNotificationTypeTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\TodoPriorityTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\TodoStatusTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\TodoTypeTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\VendorStatusEnum"; reason: unused.
Removed service "App\Doctrine\Type\VendorTypeEnum"; reason: unused.
Removed service "App\Doctrine\Type\WorksPlanRevisionStatusType"; reason: unused.
Removed service "App\Enum\ExpensePositionDeliveryStatusEnum"; reason: unused.
Removed service "App\Enum\ExpensePositionTypeEnum"; reason: unused.
Removed service "App\Enum\MaterialRequestDocumentStatusEnum"; reason: unused.
Removed service "App\Enum\MaterialRequestStatusEnum"; 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\TaskExecutionReasonCategoryEnum"; reason: unused.
Removed service "App\Enum\TaskExecutionSenderSideEnum"; reason: unused.
Removed service "App\Enum\TaskExecutionStatusEnum"; reason: unused.
Removed service "App\Enum\TodoAiStatusEnum"; reason: unused.
Removed service "App\Enum\TodoNotificationTypeEnum"; reason: unused.
Removed service "App\Enum\TodoPriorityEnum"; reason: unused.
Removed service "App\Enum\TodoStatusEnum"; reason: unused.
Removed service "App\Enum\TodoTypeEnum"; reason: unused.
Removed service "App\Enum\UserRoleTypes"; reason: unused.
Removed service "App\Enum\WorksPlanRevisionStatus"; reason: unused.
Removed service "App\EventSubscriber\Triggers\ProjectOrderMetricsTrigger"; reason: unused.
Removed service "App\Security\ExternalApiKeyAuthenticator"; reason: unused.
Removed service "App\Security\FormLoginAuthenticator"; reason: unused.
Removed service "App\Security\InternalServiceUser"; 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.
410
Inlined service "App\Service\Calculators\ProjectCalculator" to "App\Command\CMDCreateProjectMetrics".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\AISAbstractController" to "App\Controller\Api\AISAbstractController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\AccountingController" to "App\Controller\Api\AccountingController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\AddressController" to "App\Controller\Api\AddressController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\AnaliticController" to "App\Controller\Api\AnaliticController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\ApiAuthController" to "App\Controller\Api\ApiAuthController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\BranchesController" to "App\Controller\Api\BranchesController".
Inlined service ".service_locator.vqAXQ3X.App\Controller\Api\DocumentManagerController" to "App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\ErrorController" to "App\Controller\Api\ErrorController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\Helpers\ItemCategoryController" to "App\Controller\Api\Helpers\ItemCategoryController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\Helpers\ItemGroupController" to "App\Controller\Api\Helpers\ItemGroupController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\Helpers\UnitTypesController" to "App\Controller\Api\Helpers\UnitTypesController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\HighLevelAccessController" to "App\Controller\Api\HighLevelAccessController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\InventoryController" to "App\Controller\Api\InventoryController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\InvoiceController" to "App\Controller\Api\InvoiceController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\LocationsController" to "App\Controller\Api\LocationsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\MaterialController" to "App\Controller\Api\MaterialController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController" to "App\Controller\Api\OpenApi\Archive\OpenApiProjectOrdersController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\OpenApi\OpenApiProjectOrdersController" to "App\Controller\Api\OpenApi\OpenApiProjectOrdersController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\OpenApi\OpenApiSecurity" to "App\Controller\Api\OpenApi\OpenApiSecurity".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\OrderCostController" to "App\Controller\Api\OrderCostController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\OrdersController" to "App\Controller\Api\OrdersController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\PaperPatternController" to "App\Controller\Api\PaperPatternController".
Inlined service ".service_locator.oc5l4sO.App\Controller\Api\PartnerController" to "App\Controller\Api\PartnerController".
Inlined service ".service_locator.KL.M99z.App\Controller\Api\ProjectController" to "App\Controller\Api\ProjectController".
Inlined service ".service_locator.F0ESs.2.App\Controller\Api\ProjectOrderExpensesController" to "App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\ProjectOwnerController" to "App\Controller\Api\ProjectOwnerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\PurchaseRequestController" to "App\Controller\Api\PurchaseRequestController".
Inlined service "App\Service\OrderLaborCostPdfService" to "App\Controller\Api\Service\ProjectOrderService".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\SourceController" to "App\Controller\Api\SourceController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\StockItemsController" to "App\Controller\Api\StockItemsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\StocksController" to "App\Controller\Api\StocksController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\SupplierController" to "App\Controller\Api\SupplierController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\TestController" to "App\Controller\Api\TestController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\TimesheetController" to "App\Controller\Api\TimesheetController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\UndertakingController" to "App\Controller\Api\UndertakingController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\UserProfileController" to "App\Controller\Api\UserProfileController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\VoucherController" to "App\Controller\Api\VoucherController".
Inlined service ".service_locator.0ZOQOcU.App\Controller\Api\WorkerController" to "App\Controller\Api\WorkerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\AccessModuleController" to "App\Controller\Api\v3\AccessModuleController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\AccountingController" to "App\Controller\Api\v3\AccountingController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\AuthController" to "App\Controller\Api\v3\AuthController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\BillingController" to "App\Controller\Api\v3\BillingController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\BranchController" to "App\Controller\Api\v3\BranchController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\CustomerController" to "App\Controller\Api\v3\CustomerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\EmployeeActivityController" to "App\Controller\Api\v3\EmployeeActivityController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\EmployeeController" to "App\Controller\Api\v3\EmployeeController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ExpenseController" to "App\Controller\Api\v3\ExpenseController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ExpenseSettingsController" to "App\Controller\Api\v3\ExpenseSettingsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ExternalIntegrationController" to "App\Controller\Api\v3\ExternalIntegrationController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\IntegrationController" to "App\Controller\Api\v3\IntegrationController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\InvoiceController" to "App\Controller\Api\v3\InvoiceController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\MaterialController" to "App\Controller\Api\v3\MaterialController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\MaterialRequestController" to "App\Controller\Api\v3\MaterialRequestController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\NewsController" to "App\Controller\Api\v3\NewsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\NormController" to "App\Controller\Api\v3\NormController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\OpenAIController" to "App\Controller\Api\v3\OpenAIController".
Inlined service ".service_locator.yXvFWE6.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.yXvFWE6.App\Controller\Api\v3\PagesHelpController" to "App\Controller\Api\v3\PagesHelpController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\PartnerController" to "App\Controller\Api\v3\PartnerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ProfilerController" to "App\Controller\Api\v3\ProfilerController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ProjectController" to "App\Controller\Api\v3\ProjectController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ProjectOrderController" to "App\Controller\Api\v3\ProjectOrderController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\ReferenceController" to "App\Controller\Api\v3\ReferenceController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\SupplierAIHintsController" to "App\Controller\Api\v3\SupplierAIHintsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\SuppliersController" to "App\Controller\Api\v3\SuppliersController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\TaskExecutionController" to "App\Controller\Api\v3\TaskExecutionController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\TaskExecutionInternalController" to "App\Controller\Api\v3\TaskExecutionInternalController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\TestController" to "App\Controller\Api\v3\TestController".
Inlined service ".service_locator.yXvFWE6.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.yXvFWE6.App\Controller\Api\v3\TodoController" to "App\Controller\Api\v3\TodoController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\TranslationController" to "App\Controller\Api\v3\TranslationController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\UserController" to "App\Controller\Api\v3\UserController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\VendorController" to "App\Controller\Api\v3\VendorController".
Inlined service ".service_locator.yXvFWE6.App\Controller\Api\v3\WorksPlanController" to "App\Controller\Api\v3\WorksPlanController".
Inlined service ".service_locator.yXvFWE6.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.yXvFWE6.App\Controller\FilePresenterController" to "App\Controller\FilePresenterController".
Inlined service ".service_locator.yXvFWE6.App\Controller\IphoneTestLogsController" to "App\Controller\IphoneTestLogsController".
Inlined service ".service_locator.yXvFWE6.App\Controller\LanguagesController" to "App\Controller\LanguagesController".
Inlined service ".service_locator.yXvFWE6.App\Controller\RepairController" to "App\Controller\RepairController".
Inlined service ".service_locator.yXvFWE6.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.yXvFWE6.App\Controller\TempRemoveableController" to "App\Controller\TempRemoveableController".
Inlined service ".service_locator.yXvFWE6.App\Controller\TesterController" to "App\Controller\TesterController".
Inlined service ".service_locator.yXvFWE6.App\Controller\TimesheetTestController" to "App\Controller\TimesheetTestController".
Inlined service ".service_locator.yXvFWE6.App\Controller\TransformationController" to "App\Controller\TransformationController".
Inlined service ".service_locator.kMhecri.App\Controller\TranslationController" to "App\Controller\TranslationController".
Inlined service ".service_locator.yXvFWE6.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.yXvFWE6.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.yXvFWE6.App\Service\UserRightsInterface" to "App\Service\UserRightsInterface".
Inlined service "App\Service\WorksPlan\WorkdayCalculator" 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.IJO.0NJ" 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.CLJ1UCT" 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 "debug.security.firewall.authenticator.task_execution_internal.inner" to "debug.security.firewall.authenticator.task_execution_internal".
Inlined service "security.exception_listener.task_execution_internal" to "security.firewall.map.context.task_execution_internal".
Inlined service "security.firewall.map.config.task_execution_internal" to "security.firewall.map.context.task_execution_internal".
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 "App\DataFixtures\TaskExecutionFixtures" 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.vqAXQ3X" to ".service_locator.vqAXQ3X.App\Controller\Api\DocumentManagerController".
Inlined service ".service_locator.oc5l4sO" to ".service_locator.oc5l4sO.App\Controller\Api\PartnerController".
Inlined service ".service_locator.KL.M99z" to ".service_locator.KL.M99z.App\Controller\Api\ProjectController".
Inlined service ".service_locator.F0ESs.2" to ".service_locator.F0ESs.2.App\Controller\Api\ProjectOrderExpensesController".
Inlined service ".service_locator.0ZOQOcU" to ".service_locator.0ZOQOcU.App\Controller\Api\WorkerController".
Inlined service ".service_locator.kMhecri" to ".service_locator.kMhecri.App\Controller\TranslationController".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.aRrJttM" to ".service_locator.aRrJttM.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.task_execution_internal" to "debug.security.firewall.authenticator.task_execution_internal.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator._DKX18h" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.aRrJttM.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.task_execution_internal", "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.