The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\LexikJWTAuthenticationExtension".
App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentApiRequest::__construct(): Optional parameter $bikeUuid declared before required parameter $price is implicitly treated as a required parameter
App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentApiRequest::__construct(): Optional parameter $comment declared before required parameter $price is implicitly treated as a required parameter
App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionApiRequest::__construct(): Optional parameter $comments declared before required parameter $bikes is implicitly treated as a required parameter
App\Bike\Adapters\Controllers\Http\FindBikeByUuid\DTO\Bike::__construct(): Optional parameter $fleetCompanies declared before required parameter $insurance is implicitly treated as a required parameter
App\Services\WorkshopManager::createWorkshop(): Optional parameter $kbisFile declared before required parameter $userIdentifier is implicitly treated as a required parameter
App\Services\WorkshopManager::createWorkshop(): Optional parameter $ribFile declared before required parameter $userIdentifier is implicitly treated as a required parameter
App\Services\WorkshopManager::createWorkshop(): Optional parameter $assuranceFile declared before required parameter $userIdentifier is implicitly treated as a required parameter
App\User\Adapters\Controller\Profile\FindProfileController::__invoke(): Implicitly marking parameter $uuid as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager::__construct(): Implicitly marking parameter $payloadEnrichment as nullable is deprecated, the explicit nullable type must be used instead
Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider::__construct(): Implicitly marking parameter $clock as nullable is deprecated, the explicit nullable type must be used instead
App\Appointment\Domain\Appointment::createForFleet(): Optional parameter $uuid declared before required parameter $price is implicitly treated as a required parameter
App\Appointment\Domain\Appointment::createForFleet(): Optional parameter $additionalInformation declared before required parameter $price is implicitly treated as a required parameter
App\Appointment\Domain\Appointment::createForFleet(): Optional parameter $comment declared before required parameter $price is implicitly treated as a required parameter
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
"""
SELECT \n w.id,\n w.name,\n w.city,\n w.address,\n w.country,\n w.postal_code,\n w.lat,\n w.lng,\n w.radius AS radius_km,\n w.avatar_path,\n w.description,\n w.electric_bike_accepted,\n w.next_available_date,\n w.status,\n w.booking_type,\n w.bike_type_keys,\n w.services_provided_keys,\n w.services_provided,\n w.practice_type_keys,\n w.motor_brands,\n w.motor_positions,\n w.activity,\n w.location,\n w.contact,\n w.schedule,\n w.availability_calendar,\n w.created_at,\n w.gallery,\n w.supported_bike_type,\n w.supported_practice_type,\n w.time_slots, NULL AS distance_km FROM workshop w WHERE 1=1 AND w.status = :status ORDER BY w.next_available_date ASC NULLS LAST, w.created_at DESC NULLS LAST LIMIT :limit
"""
(parameters:
[
"status" => "status.public"
"limit" => 30]
, types:
[
"status" => 2
"limit" => 1]
)
doctrine
[
"sql" => """
SELECT \n w.id,\n w.name,\n w.city,\n w.address,\n w.country,\n w.postal_code,\n w.lat,\n w.lng,\n w.radius AS radius_km,\n w.avatar_path,\n w.description,\n w.electric_bike_accepted,\n w.next_available_date,\n w.status,\n w.booking_type,\n w.bike_type_keys,\n w.services_provided_keys,\n w.services_provided,\n w.practice_type_keys,\n w.motor_brands,\n w.motor_positions,\n w.activity,\n w.location,\n w.contact,\n w.schedule,\n w.availability_calendar,\n w.created_at,\n w.gallery,\n w.supported_bike_type,\n w.supported_practice_type,\n w.time_slots, NULL AS distance_km FROM workshop w WHERE 1=1 AND w.status = :status ORDER BY w.next_available_date ASC NULLS LAST, w.created_at DESC NULLS LAST LIMIT :limit
"""
"params" => [
"status" => "status.public"
"limit" => 30]
"types" => [
"status" => 2
"limit" => 1]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "1f11632a-13b6-65c8-8b73-1772a471e45e"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:49"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "1f1133cc-ede7-6d74-a2bd-e32d40dbf090"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:49"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "1f1133c9-9b4d-6256-a5fe-238cf71d37c4"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:49"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "1f112788-4070-6e48-af45-91a274c6931d"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:49"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "1f108f1f-9de9-6e6e-9f49-9df777e13847"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:49"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "0fd53aec-8900-4dba-abf2-52ca0d98e660"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "294f7e6c-9a88-4c13-a957-eaee3e945a8a"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "2cd9652c-9001-4d33-9a1e-15b9b67a9605"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "ed1fc250-cd77-483d-bf09-0169945cb60e"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "68d9d634-613f-49ff-b176-0f5776ba2af9"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "e2c283b1-7049-4019-94ac-36a3e1f27970"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "8fa3b70a-d500-49db-a171-124b2efbbdcb"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "a442729c-803b-4f0d-ac36-e791089c5a76"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "40785c3a-6450-4c74-b9f7-f6225b5f8dcc"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "081bf2ee-a7df-4ef7-88c7-8f705439e2d3"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "9f771c94-78e3-4e6f-9b9c-862db47444f5"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "9872c189-ce06-44e8-b275-736e8eb9675e"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "eedf63d1-de55-42f2-8b95-b04aaf457a19"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "53c74d65-a12b-470d-9515-76a4f874f6b3"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "2696f4e4-3f79-4a32-9117-7d5a399ae045"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "c6999cb0-0af1-4e7c-a4a9-8ea4778546a2"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "e439e226-ecf8-492d-bd28-5391ff87cf6e"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "c1946972-8878-49ef-b581-f3db1a059d4f"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "09a55498-44c1-41ac-962c-0ad2fa2458bb"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "8cdbafc3-3aaf-4e31-b31c-6acecfb58ff9"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "d842520e-06fc-43d5-a68e-91f041f2ab5f"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "0db97895-aff8-4728-89fb-1ee72b055608"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "2a746556-425e-488d-bd54-b8085f61a48a"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
[
"sql" => "SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
"params" => [1 => "5ce181a6-bfcb-4c59-91ca-1c13c574c111"
2 => "2026-03-15 00:00:00"
3 => "2026-06-16 15:13:50"
4 => "CANCELED"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT a0_.start_date AS start_date_0, a0_.end_date AS end_date_1 FROM appointment a0_ INNER JOIN workshop w1_ ON a0_.workshop_id = w1_.id WHERE w1_.id = ? AND a0_.start_date >= ? AND a0_.start_date <= ? AND a0_.status NOT IN (?) ORDER BY a0_.start_date ASC"
Log messages generated during the compilation of the service container.
Messages
Class
520
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController" (parent: .abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController).
Resolving inheritance for "App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController).
Resolving inheritance for ".instanceof.App\Appointment\EventListener\InterventionCreatorListener.0.App\Appointment\EventListener\InterventionCreatorListener" (parent: .abstract.instanceof.App\Appointment\EventListener\InterventionCreatorListener).
Resolving inheritance for "App\Appointment\EventListener\InterventionCreatorListener" (parent: .instanceof.App\Appointment\EventListener\InterventionCreatorListener.0.App\Appointment\EventListener\InterventionCreatorListener).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController" (parent: .abstract.instanceof.App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController).
Resolving inheritance for "App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController" (parent: .abstract.instanceof.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController).
Resolving inheritance for "App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWorkshopFlatFieldsCommand" (parent: .abstract.instanceof.App\Command\BackfillWorkshopFlatFieldsCommand).
Resolving inheritance for "App\Command\BackfillWorkshopFlatFieldsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWorkshopFlatFieldsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportWorkshopsCommand" (parent: .abstract.instanceof.App\Command\ImportWorkshopsCommand).
Resolving inheritance for "App\Command\ImportWorkshopsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportWorkshopsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshNextAvailableDateCommand" (parent: .abstract.instanceof.App\Command\RefreshNextAvailableDateCommand).
Resolving inheritance for "App\Command\RefreshNextAvailableDateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshNextAvailableDateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController" (parent: .abstract.instanceof.App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController).
Resolving inheritance for "App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Geocode\GeocodeController" (parent: .abstract.instanceof.App\Controller\Geocoding\Geocode\GeocodeController).
Resolving inheritance for "App\Controller\Geocoding\Geocode\GeocodeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Geocode\GeocodeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\GooglePlaces\GooglePlacesController" (parent: .abstract.instanceof.App\Controller\Geocoding\GooglePlaces\GooglePlacesController).
Resolving inheritance for "App\Controller\Geocoding\GooglePlaces\GooglePlacesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\GooglePlaces\GooglePlacesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Place\PlaceController" (parent: .abstract.instanceof.App\Controller\Geocoding\Place\PlaceController).
Resolving inheritance for "App\Controller\Geocoding\Place\PlaceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Place\PlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetController" (parent: .abstract.instanceof.App\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetController).
Resolving inheritance for "App\Controller\ResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController" (parent: .abstract.instanceof.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController).
Resolving inheritance for "App\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\AppController" (parent: .abstract.instanceof.App\Controller\Spa\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\AppController).
Resolving inheritance for "App\Controller\Spa\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\StaticPagesController" (parent: .abstract.instanceof.App\Controller\Spa\StaticPagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\StaticPagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\StaticPagesController).
Resolving inheritance for "App\Controller\Spa\StaticPagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\StaticPagesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController" (parent: .abstract.instanceof.App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController).
Resolving inheritance for "App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController" (parent: .abstract.instanceof.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController).
Resolving inheritance for "App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\CreateWorkshop\CreateWorkshopController" (parent: .abstract.instanceof.App\Controller\Workshops\CreateWorkshop\CreateWorkshopController).
Resolving inheritance for "App\Controller\Workshops\CreateWorkshop\CreateWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\CreateWorkshop\CreateWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshop\FindWorkshopController" (parent: .abstract.instanceof.App\Controller\Workshops\FindWorkshop\FindWorkshopController).
Resolving inheritance for "App\Controller\Workshops\FindWorkshop\FindWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshop\FindWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController" (parent: .abstract.instanceof.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController).
Resolving inheritance for "App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid" (parent: .abstract.instanceof.App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid).
Resolving inheritance for "App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController" (parent: .abstract.instanceof.App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController).
Resolving inheritance for "App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ListWorkshops\ListWorkshopsController" (parent: .abstract.instanceof.App\Controller\Workshops\ListWorkshops\ListWorkshopsController).
Resolving inheritance for "App\Controller\Workshops\ListWorkshops\ListWorkshopsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ListWorkshops\ListWorkshopsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController" (parent: .abstract.instanceof.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController).
Resolving inheritance for "App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus" (parent: .abstract.instanceof.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus).
Resolving inheritance for "App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus).
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\AppointmentFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppointmentFixtures).
Resolving inheritance for "App\DataFixtures\AppointmentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppointmentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixtures" (parent: .abstract.instanceof.App\DataFixtures\OrderFixtures).
Resolving inheritance for "App\DataFixtures\OrderFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RefsFixtures" (parent: .abstract.instanceof.App\DataFixtures\RefsFixtures).
Resolving inheritance for "App\DataFixtures\RefsFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RefsFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkshopFixtures" (parent: .abstract.instanceof.App\DataFixtures\WorkshopFixtures).
Resolving inheritance for "App\DataFixtures\WorkshopFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkshopFixtures).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController" (parent: .abstract.instanceof.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController).
Resolving inheritance for "App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController" (parent: .abstract.instanceof.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController).
Resolving inheritance for "App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController).
Resolving inheritance for ".instanceof.App\EventListener\LocaleListener.0.App\EventListener\LocaleListener" (parent: .abstract.instanceof.App\EventListener\LocaleListener).
Resolving inheritance for "App\EventListener\LocaleListener" (parent: .instanceof.App\EventListener\LocaleListener.0.App\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\FleetCompany\FleetCompanyController" (parent: .abstract.instanceof.App\FleetCompany\FleetCompanyController).
Resolving inheritance for "App\FleetCompany\FleetCompanyController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\FleetCompany\FleetCompanyController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController" (parent: .abstract.instanceof.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController).
Resolving inheritance for "App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController" (parent: .abstract.instanceof.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController).
Resolving inheritance for "App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController" (parent: .abstract.instanceof.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController).
Resolving inheritance for "App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController" (parent: .abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController).
Resolving inheritance for "App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController" (parent: .abstract.instanceof.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController).
Resolving inheritance for "App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController" (parent: .abstract.instanceof.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController).
Resolving inheritance for "App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController" (parent: .abstract.instanceof.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController).
Resolving inheritance for "App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController" (parent: .abstract.instanceof.App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController).
Resolving inheritance for "App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentImagesRepository" (parent: .abstract.instanceof.App\Repository\AppointmentImagesRepository).
Resolving inheritance for "App\Repository\AppointmentImagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentImagesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository" (parent: .abstract.instanceof.App\Repository\AppointmentRepository).
Resolving inheritance for "App\Repository\AppointmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeAdminRepository" (parent: .abstract.instanceof.App\Repository\BikeAdminRepository).
Resolving inheritance for "App\Repository\BikeAdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeAdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeBomRepository" (parent: .abstract.instanceof.App\Repository\BikeBomRepository).
Resolving inheritance for "App\Repository\BikeBomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeBomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeHistoryRepository" (parent: .abstract.instanceof.App\Repository\BikeHistoryRepository).
Resolving inheritance for "App\Repository\BikeHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeRepository" (parent: .abstract.instanceof.App\Repository\BikeRepository).
Resolving inheritance for "App\Repository\BikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetCompanyRepository" (parent: .abstract.instanceof.App\Repository\FleetCompanyRepository).
Resolving inheritance for "App\Repository\FleetCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetRepository" (parent: .abstract.instanceof.App\Repository\FleetRepository).
Resolving inheritance for "App\Repository\FleetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventorySupplierRepository" (parent: .abstract.instanceof.App\Repository\InventorySupplierRepository).
Resolving inheritance for "App\Repository\InventorySupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventorySupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository" (parent: .abstract.instanceof.App\Repository\InvoiceItemRepository).
Resolving inheritance for "App\Repository\InvoiceItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManagerRepository" (parent: .abstract.instanceof.App\Repository\ManagerRepository).
Resolving inheritance for "App\Repository\ManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManagerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository" (parent: .abstract.instanceof.App\Repository\QuoteItemRepository).
Resolving inheritance for "App\Repository\QuoteItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository" (parent: .abstract.instanceof.App\Repository\QuoteRepository).
Resolving inheritance for "App\Repository\QuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefActivityRepository" (parent: .abstract.instanceof.App\Repository\RefActivityRepository).
Resolving inheritance for "App\Repository\RefActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeCollectionRepository" (parent: .abstract.instanceof.App\Repository\RefBikeCollectionRepository).
Resolving inheritance for "App\Repository\RefBikeCollectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeCollectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeConditionRepository" (parent: .abstract.instanceof.App\Repository\RefBikeConditionRepository).
Resolving inheritance for "App\Repository\RefBikeConditionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeConditionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeInsuranceRepository" (parent: .abstract.instanceof.App\Repository\RefBikeInsuranceRepository).
Resolving inheritance for "App\Repository\RefBikeInsuranceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeInsuranceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeSizeRepository" (parent: .abstract.instanceof.App\Repository\RefBikeSizeRepository).
Resolving inheritance for "App\Repository\RefBikeSizeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeSizeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeTypesRepository" (parent: .abstract.instanceof.App\Repository\RefBikeTypesRepository).
Resolving inheritance for "App\Repository\RefBikeTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeTypesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefDetailInterventionRepository" (parent: .abstract.instanceof.App\Repository\RefDetailInterventionRepository).
Resolving inheritance for "App\Repository\RefDetailInterventionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefDetailInterventionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefMotorPositionRepository" (parent: .abstract.instanceof.App\Repository\RefMotorPositionRepository).
Resolving inheritance for "App\Repository\RefMotorPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefMotorPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairOperationsRepository" (parent: .abstract.instanceof.App\Repository\RefRepairOperationsRepository).
Resolving inheritance for "App\Repository\RefRepairOperationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairOperationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairPrestationRepository" (parent: .abstract.instanceof.App\Repository\RefRepairPrestationRepository).
Resolving inheritance for "App\Repository\RefRepairPrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairPrestationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairerInterventionRepository" (parent: .abstract.instanceof.App\Repository\RefRepairerInterventionRepository).
Resolving inheritance for "App\Repository\RefRepairerInterventionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairerInterventionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesPriceRepository" (parent: .abstract.instanceof.App\Repository\RefServicesPriceRepository).
Resolving inheritance for "App\Repository\RefServicesPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesProvidedRepository" (parent: .abstract.instanceof.App\Repository\RefServicesProvidedRepository).
Resolving inheritance for "App\Repository\RefServicesProvidedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesProvidedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBikeTypeRepository" (parent: .abstract.instanceof.App\Repository\RefSupportedBikeTypeRepository).
Resolving inheritance for "App\Repository\RefSupportedBikeTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBikeTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBrandsRepository" (parent: .abstract.instanceof.App\Repository\RefSupportedBrandsRepository).
Resolving inheritance for "App\Repository\RefSupportedBrandsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBrandsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedMotorBrandsRepository" (parent: .abstract.instanceof.App\Repository\RefSupportedMotorBrandsRepository).
Resolving inheritance for "App\Repository\RefSupportedMotorBrandsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedMotorBrandsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedPracticeTypeRepository" (parent: .abstract.instanceof.App\Repository\RefSupportedPracticeTypeRepository).
Resolving inheritance for "App\Repository\RefSupportedPracticeTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedPracticeTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RepairerRepository" (parent: .abstract.instanceof.App\Repository\RepairerRepository).
Resolving inheritance for "App\Repository\RepairerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RepairerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRepository).
Resolving inheritance for "App\Repository\ResetPasswordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeInvoiceBindingRepository" (parent: .abstract.instanceof.App\Repository\StripeInvoiceBindingRepository).
Resolving inheritance for "App\Repository\StripeInvoiceBindingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeInvoiceBindingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeQuoteBindingRepository" (parent: .abstract.instanceof.App\Repository\StripeQuoteBindingRepository).
Resolving inheritance for "App\Repository\StripeQuoteBindingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeQuoteBindingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeWorkshopBindingRepository" (parent: .abstract.instanceof.App\Repository\StripeWorkshopBindingRepository).
Resolving inheritance for "App\Repository\StripeWorkshopBindingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeWorkshopBindingRepository).
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\WarrantyBikeRepository" (parent: .abstract.instanceof.App\Repository\WarrantyBikeRepository).
Resolving inheritance for "App\Repository\WarrantyBikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarrantyBikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkshopRepository" (parent: .abstract.instanceof.App\Repository\WorkshopRepository).
Resolving inheritance for "App\Repository\WorkshopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkshopRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\ExceptionSubscriber" (parent: .abstract.instanceof.App\Shared\Adapters\Events\ExceptionSubscriber).
Resolving inheritance for "App\Shared\Adapters\Events\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Images" (parent: .abstract.instanceof.App\Shared\Adapters\Events\Images).
Resolving inheritance for "App\Shared\Adapters\Events\Images" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Images).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Request" (parent: .abstract.instanceof.App\Shared\Adapters\Events\Request).
Resolving inheritance for "App\Shared\Adapters\Events\Request" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Request).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CheckToken\CheckTokenController" (parent: .abstract.instanceof.App\User\Adapters\Controller\CheckToken\CheckTokenController).
Resolving inheritance for "App\User\Adapters\Controller\CheckToken\CheckTokenController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CheckToken\CheckTokenController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController" (parent: .abstract.instanceof.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController).
Resolving inheritance for "App\User\Adapters\Controller\CreateCustomer\CreateCustomerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateFleet\CreateFleetController" (parent: .abstract.instanceof.App\User\Adapters\Controller\CreateFleet\CreateFleetController).
Resolving inheritance for "App\User\Adapters\Controller\CreateFleet\CreateFleetController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateFleet\CreateFleetController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController" (parent: .abstract.instanceof.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController).
Resolving inheritance for "App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\InitPassword\InitPasswordController" (parent: .abstract.instanceof.App\User\Adapters\Controller\InitPassword\InitPasswordController).
Resolving inheritance for "App\User\Adapters\Controller\InitPassword\InitPasswordController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\InitPassword\InitPasswordController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomer\ListCustomerController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListCustomer\ListCustomerController).
Resolving inheritance for "App\User\Adapters\Controller\ListCustomer\ListCustomerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomer\ListCustomerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController).
Resolving inheritance for "App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController).
Resolving inheritance for "App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListFleet\ListFleetController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListFleet\ListFleetController).
Resolving inheritance for "App\User\Adapters\Controller\ListFleet\ListFleetController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListFleet\ListFleetController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController).
Resolving inheritance for "App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListUsers\ListUsersController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ListUsers\ListUsersController).
Resolving inheritance for "App\User\Adapters\Controller\ListUsers\ListUsersController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListUsers\ListUsersController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Profile\FindProfileController" (parent: .abstract.instanceof.App\User\Adapters\Controller\Profile\FindProfileController).
Resolving inheritance for "App\User\Adapters\Controller\Profile\FindProfileController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Profile\FindProfileController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\PublicRegister\PublicRegisterController" (parent: .abstract.instanceof.App\User\Adapters\Controller\PublicRegister\PublicRegisterController).
Resolving inheritance for "App\User\Adapters\Controller\PublicRegister\PublicRegisterController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\PublicRegister\PublicRegisterController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Register\RegisterController" (parent: .abstract.instanceof.App\User\Adapters\Controller\Register\RegisterController).
Resolving inheritance for "App\User\Adapters\Controller\Register\RegisterController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Register\RegisterController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController" (parent: .abstract.instanceof.App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController).
Resolving inheritance for "App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ResetPassword\ResetPasswordController" (parent: .abstract.instanceof.App\User\Adapters\Controller\ResetPassword\ResetPasswordController).
Resolving inheritance for "App\User\Adapters\Controller\ResetPassword\ResetPasswordController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ResetPassword\ResetPasswordController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendContact\SendContactController" (parent: .abstract.instanceof.App\User\Adapters\Controller\SendContact\SendContactController).
Resolving inheritance for "App\User\Adapters\Controller\SendContact\SendContactController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendContact\SendContactController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController" (parent: .abstract.instanceof.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController).
Resolving inheritance for "App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController" (parent: .abstract.instanceof.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController).
Resolving inheritance for "App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController" (parent: .abstract.instanceof.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController).
Resolving inheritance for "App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController" (parent: .abstract.instanceof.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController).
Resolving inheritance for "App\User\Adapters\Controller\UpdateProfile\UpdateProfileController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateUser\UpdateUserController" (parent: .abstract.instanceof.App\User\Adapters\Controller\UpdateUser\UpdateUserController).
Resolving inheritance for "App\User\Adapters\Controller\UpdateUser\UpdateUserController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateUser\UpdateUserController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController).
Resolving inheritance for ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController" (parent: .abstract.instanceof.App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController).
Resolving inheritance for "App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController" (parent: .instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController).
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.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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
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.login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.login" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "cache.pentatrion_vite_fallback" (parent: cache.system).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.workshops" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.users" (parent: monolog.logger_prototype).
375
Removed service "Stripe\StripeClient"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "App\Payment\UseCases\Gateway\PaymentConnectGatewayInterface"; reason: private alias.
Removed service "App\Payment\UseCases\Gateway\InvoiceGatewayInterface"; reason: private alias.
Removed service "App\Payment\UseCases\Gateway\QuoteGatewayInterface"; reason: private alias.
Removed service "App\Email\UseCases\Gateway\EmailGatewayInterface"; reason: private alias.
Removed service "App\Appointment\Adapters\Storage\AppointmentImageStorageInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateAppointment\CreateAppointmentPresenterInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateAppointment\CreateAppointmentRequestInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateAppointmentFromFleet\CreateAppointmentFromFleetPresenterInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateAppointmentFromFleet\CreateAppointmentFromFleetRequestInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateIntervention\CreateInterventionPresenterInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\CreateIntervention\CreateInterventionRequestInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\Repository\FindAppointmentsRepositoryInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\Repository\FindInterventionsRepositoryInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\Repository\WriteAppointmentRepositoryInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\Services\ManageInterventionsInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\UpdateAppointment\UpdateAppointmentPresenterInterface"; reason: private alias.
Removed service "App\Appointment\UseCases\UpdateAppointment\UpdateAppointmentRequestInterface"; reason: private alias.
Removed service "App\Bike\UseCases\CreateBike\CreateBikePresenterInterface"; reason: private alias.
Removed service "App\Bike\UseCases\CreateBike\CreateBikeRequestInterface"; reason: private alias.
Removed service "App\Bike\UseCases\Repository\BikesBomRepositoryInterface"; reason: private alias.
Removed service "App\Bike\UseCases\Repository\BikesCategoryRepository"; reason: private alias.
Removed service "App\Bike\UseCases\Repository\BikesRepositoryInterface"; reason: private alias.
Removed service "App\Bike\UseCases\UpdateBike\UpdateBikePresenterInterface"; reason: private alias.
Removed service "App\Bike\UseCases\UpdateBike\UpdateBikeRequestInterface"; reason: private alias.
Removed service "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistoryPresenterInterface"; reason: private alias.
Removed service "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistoryRequestInterface"; reason: private alias.
Removed service "App\BikeHistory\UseCases\Repository\WriteBikeHistoryRepositoryInterface"; reason: private alias.
Removed service "App\Controller\Geocoding\Geocode\GeocodePresenterInterface"; reason: private alias.
Removed service "App\Controller\Geocoding\GooglePlaces\GooglePlacesPresenterInterface"; reason: private alias.
Removed service "App\Controller\Geocoding\GooglePlaces\GooglePlacesRequestInterface"; reason: private alias.
Removed service "App\Controller\Geocoding\Place\PlacePresenterInterface"; reason: private alias.
Removed service "App\Order\UseCases\CreateOrder\CreateOrderPresenterInterface"; reason: private alias.
Removed service "App\Order\UseCases\CreateOrder\CreateOrderRequestInterface"; reason: private alias.
Removed service "App\Order\UseCases\Repositories\OrderRepositoryInterface"; reason: private alias.
Removed service "App\Order\UseCases\UpdateOrder\UpdateOrderPresenterInterface"; reason: private alias.
Removed service "App\Order\UseCases\UpdateOrder\UpdateOrderRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\CreateCustomer\CreateCustomerPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\CreateFleet\CreateFleetPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\CreateFleet\CreateFleetRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\FindProfile\FindProfileRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\Gateway\MailPasswordRecoveryInterface"; reason: private alias.
Removed service "App\User\UseCases\Gateway\PasswordRecoveryInterface"; reason: private alias.
Removed service "App\User\UseCases\Gateway\SavePasswordInterface"; reason: private alias.
Removed service "App\User\UseCases\InitPassword\InitPasswordPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\InitPassword\InitPasswordRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\PublicRegister\PublicRegisterPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\PublicRegister\PublicRegisterRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\Register\RegisterPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\Register\RegisterRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\Repository\UserRepositoryInterface"; reason: private alias.
Removed service "App\User\UseCases\ResetPassword\ResetPasswordPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\ResetPassword\ResetPasswordRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\SendResetPasswordEmail\SendResetPasswordEmailPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\SendResetPasswordEmail\SendResetPasswordEmailRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\UpdateCustomer\UpdateCustomerPresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\UpdateCustomer\UpdateCustomerRequestInterface"; reason: private alias.
Removed service "App\User\UseCases\UpdateProfile\UpdateProfilePresenterInterface"; reason: private alias.
Removed service "App\User\UseCases\UpdateProfile\UpdateProfileRequestInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\AddWorkshopGalleries\AddWorkshopGalleriesPresenterInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\AddWorkshopGalleries\AddWorkshopGalleriesRequestInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\ClearWorkshopGalleries\ClearWorkshopGalleriesPresenterInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\ClearWorkshopGalleries\ClearWorkshopGalleriesRequestInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\CreateWorkshop\CreateWorkshopPresenterInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\CreateWorkshop\CreateWorkshopRequestInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\FindWorkshop\FindWorkshopPresenterInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\FindWorkshop\FindWorkshopRequestInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\Gateway\CurrentUserConnectedInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\Gateway\Images\ImagesManagerInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\Gateway\RefsValidatorInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\Repository\SupportedBikeTypeRepositoryInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\Repository\WorkshopRepositoryInterface"; reason: private alias.
Removed service "App\Workshop\UseCases\UpdateWorkshop\UpdateWorkshopPresenterInterface"; 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 "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; 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\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointsLookupCollection"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointRenderer"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\TagRendererCollection"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\Debug"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "doctrine.fixtures.provider"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_doc.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $workshops.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $workshopsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $users.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $usersLogger"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.OePSu7n"; reason: private alias.
Removed service ".service_locator.hUPzsWO"; reason: private alias.
Removed service ".service_locator.CQjbqbQ"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.DJ4Y8LP"; reason: private alias.
Removed service ".service_locator.TjsV9ON"; reason: private alias.
Removed service ".service_locator.Ho8iatW"; reason: private alias.
Removed service ".service_locator.poKbY5y"; reason: private alias.
Removed service ".service_locator.jGuIBoc"; reason: private alias.
Removed service ".service_locator.SR8tNuc"; reason: private alias.
Removed service ".service_locator.lJBGHFc"; reason: private alias.
Removed service ".service_locator.yPvUWED"; reason: private alias.
Removed service ".service_locator.OTlkvos"; reason: private alias.
Removed service ".service_locator.bj5I608"; reason: private alias.
Removed service ".service_locator.s3ST3v6"; reason: private alias.
Removed service ".service_locator.gE6N0f0"; reason: private alias.
Removed service ".service_locator.0J.QnIZ"; reason: private alias.
Removed service ".service_locator.6KzUuIV"; reason: private alias.
Removed service ".service_locator.NIOWI6s"; reason: private alias.
Removed service ".service_locator.Q8Ucyg1"; reason: private alias.
Removed service ".service_locator.VqiVeac"; reason: private alias.
Removed service ".service_locator.UUJVQOF"; reason: private alias.
Removed service ".service_locator.3Rf1S07"; reason: private alias.
Removed service ".service_locator.fZKHQbS"; reason: private alias.
Removed service ".service_locator.OXeHTEd"; reason: private alias.
Removed service ".service_locator.kbkzclI"; reason: private alias.
Removed service ".service_locator.NxTMRvv"; reason: private alias.
Removed service ".service_locator.C74Jp9w"; reason: private alias.
Removed service ".service_locator.1_pGiwT"; reason: private alias.
Removed service ".service_locator.Mrd3QEr"; reason: private alias.
Removed service ".service_locator.LoKCkcL"; reason: private alias.
Removed service ".service_locator.JKLB9DG"; reason: private alias.
Removed service ".service_locator._XSDMhL"; reason: private alias.
Removed service ".service_locator.swaaoIL"; reason: private alias.
Removed service ".service_locator.14PQaAW"; reason: private alias.
Removed service ".service_locator.95XL91H"; reason: private alias.
Removed service ".service_locator.x858ZIo"; reason: private alias.
Removed service ".service_locator..DRjNIZ"; reason: private alias.
Removed service ".service_locator.mMlXrWk"; reason: private alias.
Removed service ".service_locator.4xTytFq"; reason: private alias.
Removed service ".service_locator.bWAxRJj"; reason: private alias.
Removed service ".service_locator.DUyMCYS"; reason: private alias.
Removed service ".service_locator.rEsQ7fz"; reason: private alias.
Removed service ".service_locator.UASpBF9"; reason: private alias.
Removed service ".service_locator._q46tD2"; reason: private alias.
Removed service ".service_locator.rqUfpsJ"; reason: private alias.
Removed service ".service_locator.aeOEe4c"; reason: private alias.
Removed service ".service_locator.q0BBmP8"; reason: private alias.
Removed service ".service_locator.SjsHKjs"; reason: private alias.
Removed service ".service_locator.RD3whhN"; reason: private alias.
Removed service ".service_locator.8jcHJS1"; reason: private alias.
Removed service ".service_locator.B1YF0Lq"; reason: private alias.
Removed service ".service_locator.DPYR_ft"; reason: private alias.
Removed service ".service_locator.ozYzBNj"; reason: private alias.
Removed service ".service_locator.QLVeXP0"; reason: private alias.
Removed service ".service_locator.AiCs6.i"; reason: private alias.
Removed service ".service_locator.EkVA2JS"; reason: private alias.
Removed service ".service_locator.EBokKjH"; reason: private alias.
Removed service ".service_locator.9Z3wtaz"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.so5snmq"; reason: private alias.
Removed service ".service_locator.vgY6EtN"; reason: private alias.
Removed service ".service_locator.D3HG3C_"; reason: private alias.
Removed service ".service_locator.rNcMs2r"; reason: private alias.
Removed service ".service_locator.vASiahK"; reason: private alias.
Removed service ".service_locator.kzF3tS7"; reason: private alias.
Removed service ".service_locator.MKpwYp2"; reason: private alias.
Removed service ".service_locator._I4pTJn"; reason: private alias.
Removed service ".service_locator.KBTiM.9"; reason: private alias.
Removed service ".service_locator.VWGUgtf"; reason: private alias.
Removed service ".service_locator.l1XdyEl"; reason: private alias.
Removed service ".service_locator.MyHBITi"; reason: private alias.
Removed service ".service_locator.CcNOOpJ"; reason: private alias.
Removed service ".service_locator.rEZxbm5"; reason: private alias.
Removed service ".service_locator.o.e_NPp"; reason: private alias.
Removed service ".service_locator.zSwxFqY"; reason: private alias.
Removed service ".service_locator.85Ha9DT"; reason: private alias.
Removed service ".service_locator.LyukPYN"; reason: private alias.
Removed service ".service_locator.11Li1p6"; reason: private alias.
Removed service ".service_locator.coRTBmT"; reason: private alias.
Removed service ".service_locator.zilJEDP"; reason: private alias.
Removed service ".service_locator.nZFihHe"; reason: private alias.
Removed service ".service_locator.DDtfpB2"; reason: private alias.
Removed service ".service_locator.1PoRDjs"; reason: private alias.
Removed service ".service_locator.6NPBb6J"; reason: private alias.
Removed service ".service_locator.cQYO58U"; reason: private alias.
Removed service ".service_locator.gq7NorK"; reason: private alias.
Removed service ".service_locator.0tlU4lu"; reason: private alias.
Removed service ".service_locator.3V7XGhC"; reason: private alias.
Removed service ".service_locator.5V39ILV"; reason: private alias.
Removed service ".service_locator.cv47L0K"; reason: private alias.
Removed service ".service_locator.y6qwBP1"; reason: private alias.
Removed service ".service_locator.DDwOt.A"; reason: private alias.
Removed service ".service_locator.uCwKTLJ"; reason: private alias.
Removed service ".service_locator.zAOzA1g"; reason: private alias.
Removed service ".service_locator.jdXe7Q5"; reason: private alias.
Removed service ".service_locator.9wXdjQc"; reason: private alias.
Removed service ".service_locator.gBWxp9p"; reason: private alias.
Removed service ".service_locator.iVqbNVp"; reason: private alias.
Removed service ".service_locator.WrpY.HN"; reason: private alias.
Removed service ".service_locator.rHoRjWX"; reason: private alias.
Removed service ".service_locator.31qT0Wg"; reason: private alias.
Removed service ".service_locator.RGN2GnM"; reason: private alias.
Removed service ".service_locator.9xx3aHO"; reason: private alias.
Removed service ".service_locator.CnxhmIc"; reason: private alias.
Removed service ".service_locator.t.m1F8R"; reason: private alias.
Removed service ".service_locator.3DqD0pW"; reason: private alias.
Removed service ".service_locator.Fe_p.0L"; reason: private alias.
Removed service ".service_locator.xdPC34V"; reason: private alias.
Removed service ".service_locator.GC.0HjH"; reason: private alias.
Removed service ".service_locator.D0Aow_Z"; reason: private alias.
81
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" 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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" 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 "pentatrion_vite.entrypoint_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
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 "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rSaWpBC" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XZupPH." previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
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 ".service_locator.QMHm8YX" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.uVkNYqp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
579
Removed service "App\Entity"; reason: abstract.
Removed service "App\Appointment\Domain"; reason: abstract.
Removed service "App\Appointment\Tests"; reason: abstract.
Removed service "App\Bike\Domain"; reason: abstract.
Removed service "App\Bike\Tests"; reason: abstract.
Removed service "App\Order\Domain"; reason: abstract.
Removed service "App\Order\Tests"; reason: abstract.
Removed service "App\Payment\Domain"; reason: abstract.
Removed service "App\Payment\Tests"; reason: abstract.
Removed service "App\Product\Tests"; reason: abstract.
Removed service "App\User\Domain"; reason: abstract.
Removed service "App\User\Tests"; reason: abstract.
Removed service "App\Workshop\Domain"; reason: abstract.
Removed service "App\Workshop\Tests"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; 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.dbal.idle_connection_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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; 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 "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\FindStatuses\FindStatusesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController"; reason: abstract.
Removed service ".instanceof.App\Appointment\EventListener\InterventionCreatorListener.0.App\Appointment\EventListener\InterventionCreatorListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Appointment\EventListener\InterventionCreatorListener"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\DeleteAssignedRepairer\DeleteAssignedRepairerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\DeleteBike\DeleteBikeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\EditBike\EditBikeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackfillWorkshopFlatFieldsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackfillWorkshopFlatFieldsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportWorkshopsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportWorkshopsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshNextAvailableDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RefreshNextAvailableDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FleetCompany\FindFleetCompaniesByUser\FindFleetCompaniesByUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Geocode\GeocodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Geocoding\Geocode\GeocodeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\GooglePlaces\GooglePlacesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Geocoding\GooglePlaces\GooglePlacesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Geocoding\Place\PlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Geocoding\Place\PlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Spa\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Spa\StaticPagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Spa\StaticPagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Spa\StaticPagesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\CreateWorkshop\CreateWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\CreateWorkshop\CreateWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshop\FindWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\FindWorkshop\FindWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\FindWorkshopByUuid\getWorkshopByUuid"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\FindWorkshopGallerie\FindWorkshopGallerieController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\ListWorkshops\ListWorkshopsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\ListWorkshops\ListWorkshopsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus"; 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\AppointmentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppointmentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\OrderFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\OrderFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RefsFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\RefsFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\WorkshopFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\WorkshopFixtures"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController"; reason: abstract.
Removed service ".instanceof.App\EventListener\LocaleListener.0.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\FleetCompany\FleetCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\FleetCompany\FleetCompanyController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoice\ConvertQuoteToInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\ConvertQuoteToInvoiceById\ConvertQuoteToInvoiceByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateInvoice\CreateInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreatePrepaymentLinkById\CreatePrepaymentLinkByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateQuote\CreateQuoteController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateQuotePrepaymentLink\CreateQuotePrepaymentLinkController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectFleet\CreateStripeConnectFleetController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectUser\CreateStripeConnectUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateStripeConnectWorkshop\CreateStripeConnectWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntent\CreateTerminalPaymentIntentController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\CreateTerminalPaymentIntentById\CreateTerminalPaymentIntentByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\FinalizeInvoice\FinalizeInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\FinalizeInvoiceById\FinalizeInvoiceByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetInvoice\GetInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetQuote\GetQuoteController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusFleet\GetStripeConnectStatusFleetController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusUser\GetStripeConnectStatusUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeConnectStatusWorkshop\GetStripeConnectStatusWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeDashboardUser\GetStripeDashboardUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\GetStripeDashboardWorkshop\GetStripeDashboardWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\ListInvoices\ListInvoicesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\ListQuotes\ListQuotesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItems\UpdateInvoiceItemsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteItems\UpdateQuoteItemsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteItemsById\UpdateQuoteItemsByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatus\UpdateQuoteStatusController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController"; reason: abstract.
Removed service ".abstract.instanceof.App\Payment\Adapters\Controllers\Http\UpdateQuoteStatusById\UpdateQuoteStatusByIdController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Product\Adapters\Controllers\Http\PoductStockStatuses\PoductStockStatusesController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentImagesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppointmentImagesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppointmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppointmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeAdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BikeAdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeBomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BikeBomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BikeHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FleetCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FleetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FleetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventorySupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InventorySupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManagerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManagerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeCollectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefBikeCollectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeConditionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefBikeConditionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeInsuranceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefBikeInsuranceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeSizeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefBikeSizeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefBikeTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefBikeTypesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefDetailInterventionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefDetailInterventionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefMotorPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefMotorPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairOperationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefRepairOperationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairPrestationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefRepairPrestationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefRepairerInterventionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefRepairerInterventionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefServicesPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefServicesProvidedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefServicesProvidedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBikeTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefSupportedBikeTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedBrandsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefSupportedBrandsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedMotorBrandsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefSupportedMotorBrandsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefSupportedPracticeTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefSupportedPracticeTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RepairerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RepairerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeInvoiceBindingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StripeInvoiceBindingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeQuoteBindingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StripeQuoteBindingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeWorkshopBindingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StripeWorkshopBindingRepository"; 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\WarrantyBikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarrantyBikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WorkshopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WorkshopRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Adapters\Events\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Images"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Adapters\Events\Images"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Shared\Adapters\Events\Request"; reason: abstract.
Removed service ".abstract.instanceof.App\Shared\Adapters\Events\Request"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CheckToken\CheckTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\CheckToken\CheckTokenController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\CreateFleet\CreateFleetController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\CreateFleet\CreateFleetController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\InitPassword\InitPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\InitPassword\InitPasswordController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomer\ListCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListCustomer\ListCustomerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListFleet\ListFleetController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListFleet\ListFleetController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ListUsers\ListUsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ListUsers\ListUsersController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Profile\FindProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\Profile\FindProfileController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\PublicRegister\PublicRegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\PublicRegister\PublicRegisterController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\Register\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\Register\RegisterController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\RemoveWorkshopOrFleetRelation\RemoveWorkshopOrFleetRelationController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\ResetPassword\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\ResetPassword\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendContact\SendContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\SendContact\SendContactController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\User\Adapters\Controller\UpdateUser\UpdateUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\User\Adapters\Controller\UpdateUser\UpdateUserController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\AddAvatarToWorkshop\UpdateAvatarWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\CloneWorkshop\CloneWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\GetAvatar\GetAvatarController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\GetMyWorkshopPricing\GetMyWorkshopPricingController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListStatuses\ListStatusesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\RemoveDocument\RemoveDocumentControllre"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateActivitiesWorkshop\UpdateActivitiesWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateAddressWorkshop\UpdateAddressWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateAvaibilitiesWorkshop\UpdateAvaibilitiesWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateBookingWorkshop\UpdateBookingWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateOpeningHoursWorkshop\UpdateOpeningHoursWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdatePresentationWorkshop\UpdatePresentationWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdatePricingWorkshop\UpdatePricingWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\UpdateSlotWorkshop\UpdateSlotWorkshopController"; reason: abstract.
Removed service ".instanceof.App\Shared\Adapters\Controllers\Http\ApiController.0.App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Workshop\Adapters\Controllers\Http\updateBilling\UpdateBillingWorkshopController"; reason: abstract.
282
Removed service "stripe.client"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointment\DTO\Address"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Address"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Bike"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Bikes"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Client"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Company"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Cycliste"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\DTO\Fleet"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionApiPresenter"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\CreateIntervention\DTO\Address"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentApiPresenter"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentApiResponse"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsApiPresenter"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsApiResponse"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsApiResponse"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\UpdateAppointment\DTO\Address"; reason: unused.
Removed service "App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentApiRequest"; reason: unused.
Removed service "App\Appointment\Adapters\Persistence\DoctrineAppointmentFinder"; reason: unused.
Removed service "App\Appointment\UseCases\CreateIntervention\CreateIntervention"; reason: unused.
Removed service "App\Appointment\UseCases\UploadAppointmentImages\UploadAppointmentImagesRequest"; reason: unused.
Removed service "App\Appointment\UseCases\UploadAppointmentImages\UploadAppointmentImagesResponse"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeApiPresenter"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\CreateBike\CreateBikeApiResponse"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikeByUuid\DTO\Bike"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikeByUuid\DTO\Owner"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesApiPresenter"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesApiResponse"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\FindModels\FindModelsApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeApiPresenter"; reason: unused.
Removed service "App\Bike\Adapters\Controllers\Http\UpdateBike\UpdateBikeApiRequest"; reason: unused.
Removed service "App\Bike\Adapters\Gateway\Repositories\BikesGatewayRepository"; reason: unused.
Removed service "App\Bike\UseCases\CreateBike\CreateBike"; reason: unused.
Removed service "App\Bike\UseCases\CreateBike\CreateBikeResponse"; reason: unused.
Removed service "App\Bike\UseCases\UpdateBike\UpdateBike"; reason: unused.
Removed service "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistoryPresenter"; reason: unused.
Removed service "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistoryRequest"; reason: unused.
Removed service "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistoryResponse"; reason: unused.
Removed service "App\Controller\Geocoding\Geocode\GeocodeApiRequest"; reason: unused.
Removed service "App\Controller\Geocoding\GooglePlaces\GooglePlacesApiRequest"; reason: unused.
Removed service "App\Controller\Geocoding\Place\PlaceApiRequest"; reason: unused.
Removed service "App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesApiPresenter"; reason: unused.
Removed service "App\Controller\Workshops\AddWorkshopGalleries\AddWorkshopGalleriesApiRequest"; reason: unused.
Removed service "App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesApiRequest"; reason: unused.
Removed service "App\Controller\Workshops\CreateWorkshop\CreateWorkshopApiPresenter"; reason: unused.
Removed service "App\Controller\Workshops\CreateWorkshop\CreateWorkshopApiRequest"; reason: unused.
Removed service "App\Controller\Workshops\CreateWorkshop\CreateWorkshopApiResponse"; reason: unused.
Removed service "App\Controller\Workshops\FindWorkshop\FindWorkshopApiPresenter"; reason: unused.
Removed service "App\Controller\Workshops\FindWorkshop\FindWorkshopApiRequest"; reason: unused.
Removed service "App\Controller\Workshops\FindWorkshop\FindWorkshopApiResponse"; reason: unused.
Removed service "App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopApiResponse"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderApiRequest"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderApiResponse"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\CreateOrder\DTO\OrderItem"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersApiRequest"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersApiResponse"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\UpdateOrder\DTO\OrderItem"; reason: unused.
Removed service "App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderApiRequest"; reason: unused.
Removed service "App\Order\UseCases\CreateOrder\CreateOrderResponse"; reason: unused.
Removed service "App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksApiRequest"; reason: unused.
Removed service "App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksApiResponse"; reason: unused.
Removed service "App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsApiRequest"; reason: unused.
Removed service "App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersApiRequest"; reason: unused.
Removed service "App\Shared\Adapters\Doctrine\Date"; reason: unused.
Removed service "App\Shared\Adapters\Doctrine\JsonGetFieldAsInteger"; reason: unused.
Removed service "App\Shared\Adapters\Doctrine\JsonGetFieldAsString"; reason: unused.
Removed service "App\Shared\Adapters\Doctrine\JsonbContains"; reason: unused.
Removed service "App\Shared\Adapters\Gateway\EmailContentLoader"; reason: unused.
Removed service "App\Shared\Domain\Exceptions\DomainException"; reason: unused.
Removed service "App\Shared\Domain\Exceptions\NormalizationException"; reason: unused.
Removed service "App\Shared\Domain\LocaleConfig"; reason: unused.
Removed service "App\Shared\Domain\StringMap"; reason: unused.
Removed service "App\Shared\Tests\DataBuilder\BuildFailedException"; reason: unused.
Removed service "App\User\Adapters\Controller\CreateCustomer\CreateCustomerApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\CreateFleet\CreateFleetApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\CreateFleet\CreateFleetApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\InitPassword\InitPasswordRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomer\ListCustomerApiPresenter"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomer\ListCustomerApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomer\ListCustomerApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\ListFleet\ListFleetApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListFleet\ListFleetApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\ListUsers\ListUsersApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\ListUsers\ListUsersApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\Profile\FindProfileApiPresenter"; reason: unused.
Removed service "App\User\Adapters\Controller\Profile\FindProfileApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\Profile\FindProfileApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\PublicRegister\PublicRegisterApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\PublicRegister\PublicRegisterApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\Register\RegisterApiPresenter"; reason: unused.
Removed service "App\User\Adapters\Controller\Register\RegisterApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\Register\RegisterApiResponse"; reason: unused.
Removed service "App\User\Adapters\Controller\ResetPassword\ResetPasswordApiPresenter"; reason: unused.
Removed service "App\User\Adapters\Controller\ResetPassword\ResetPasswordRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\UpdateProfile\UpdateProfileApiRequest"; reason: unused.
Removed service "App\User\Adapters\Controller\UpdateProfile\UpdateProfilePresenter"; reason: unused.
Removed service "App\User\Adapters\Gateway\PasswordRecoveryGateway"; reason: unused.
Removed service "App\User\UseCases\CreateCustomer\CreateCustomerRequest"; reason: unused.
Removed service "App\User\UseCases\CreateCustomer\CreateCustomerResponse"; reason: unused.
Removed service "App\User\UseCases\CreateFleet\CreateFleetResponse"; reason: unused.
Removed service "App\User\UseCases\FindProfile\FindProfile"; reason: unused.
Removed service "App\User\UseCases\FindProfile\FindProfileResponse"; reason: unused.
Removed service "App\User\UseCases\PublicRegister\PublicRegisterResponse"; reason: unused.
Removed service "App\User\UseCases\Register\Register"; reason: unused.
Removed service "App\User\UseCases\Register\RegisterResponse"; reason: unused.
Removed service "App\User\UseCases\ResetPassword\ResetPassword"; reason: unused.
Removed service "App\User\UseCases\UpdateProfile\UpdateProfile"; reason: unused.
Removed service "App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidApiRequest"; reason: unused.
Removed service "App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidApiResponse"; reason: unused.
Removed service "App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeApiRequest"; reason: unused.
Removed service "App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\FindWorkshopsShortDataApiResponse"; reason: unused.
Removed service "App\Workshop\Adapters\Gateway\Repositories\ActivitiesRepository"; reason: unused.
Removed service "App\Workshop\Adapters\Gateway\Repositories\ServicesProvidedRepository"; reason: unused.
Removed service "App\Workshop\Adapters\Gateway\Repositories\SupportedBikeTypeRepository"; reason: unused.
Removed service "App\Workshop\Adapters\Gateway\Repositories\SupportedPracticeTypeRepository"; reason: unused.
Removed service "App\Workshop\UseCases\AddWorkshopGalleries\AddWorkshopGalleries"; reason: unused.
Removed service "App\Workshop\UseCases\CreateWorkshop\CreateWorkshop"; reason: unused.
Removed service "App\Workshop\UseCases\CreateWorkshop\CreateWorkshopResponse"; reason: unused.
Removed service "App\Workshop\UseCases\FindWorkshop\FindWorkshop"; reason: unused.
Removed service "App\Workshop\UseCases\FindWorkshop\FindWorkshopResponse"; reason: unused.
Removed service "App\Workshop\UseCases\Gateway\Images\Image"; reason: unused.
Removed service "App\Workshop\UseCases\UpdateWorkshop\UpdateWorkshopRequest"; reason: unused.
Removed service "App\Workshop\UseCases\UpdateWorkshop\UpdateWorkshopResponse"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; 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"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "Pentatrion\ViteBundle\Asset\ViteAssetVersionStrategy"; reason: unused.
Removed service "pentatrion_vite.cache"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~HirsYY_"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "nelmio_api_doc.form.documentation_extension"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; 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.syslog"; 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 "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
423
Inlined service ".service_locator.QMHm8YX.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController" to "App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromClient\CreateAppointmentFromClientController".
Inlined service "App\Appointment\UseCases\Services\ManageInterventions" to "App\Appointment\UseCases\UpdateAppointment\UpdateAppointment".
Inlined service "App\Appointment\Adapters\Storage\FilesystemAppointmentImageStorage" to "App\Appointment\UseCases\UploadAppointmentImages\UploadAppointmentImagesHandler".
Inlined service "App\BikeHistory\Adapters\Gateway\Repositories\BikeHistoryGatewayRepository" to "App\BikeHistory\UseCases\CreateBikeHistory\CreateBikeHistory".
Inlined service ".service_locator.QMHm8YX.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service ".service_locator.QMHm8YX.App\Controller\ResetController" to "App\Controller\ResetController".
Inlined service ".service_locator.QMHm8YX.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.QMHm8YX.App\Controller\SitemapController" to "App\Controller\SitemapController".
Inlined service ".service_locator.QMHm8YX.App\Controller\Spa\AppController" to "App\Controller\Spa\AppController".
Inlined service ".service_locator.QMHm8YX.App\Controller\Spa\StaticPagesController" to "App\Controller\Spa\StaticPagesController".
Inlined service ".service_locator.QMHm8YX.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController" to "App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController".
Inlined service "App\Payment\Domain\BikeCreatorTypeResolver" to "App\Payment\Adapters\Gateway\StripeInvoiceGateway".
Inlined service "App\Payment\Domain\InvoicePricingCalculator" to "App\Payment\Adapters\Gateway\StripeInvoiceGateway".
Inlined service "App\Services\AppointmentEventPropsBuilder" to "App\Services\AppointmentStatusManager".
Inlined service "App\User\Adapters\Gateway\SavePasswordGateway" to "App\User\UseCases\InitPassword\InitPassword".
Inlined service ".service_locator.QMHm8YX.App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController" to "App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController".
Inlined service "App\Workshop\Adapters\Gateway\Images\ImagesManager" to "App\Workshop\UseCases\ClearWorkshopGalleries\ClearWorkshopGalleries".
Inlined service "App\Workshop\UseCases\Services\GenerateWorkshopDomainEntity" to "App\Workshop\UseCases\UpdateWorkshop\UpdateWorkshop".
Inlined service "App\Workshop\Adapters\Gateway\RefsValidator" to "App\Workshop\UseCases\UpdateWorkshop\UpdateWorkshop".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "console.command.mailer_test".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
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.ea.H0ae" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "Pentatrion\ViteBundle\DataCollector\ViteCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
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 "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.qvaRspo" 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.rKdrnol" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.7BHt9BE" to "security.helper".
Inlined service ".service_locator.JimicQO" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.W1ldIOG" to "security.access_map".
Inlined service ".security.request_matcher.KFOpndh" to "security.access_map".
Inlined service ".security.request_matcher.pLxyGjs" to "security.access_map".
Inlined service ".security.request_matcher.01reSxy" to "security.access_map".
Inlined service ".security.request_matcher.F6R6y2A" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.role_hierarchy" to "data_collector.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher..tvo6Vp" to ".security.request_matcher._7JLSkp".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.success_handler.login.refresh_jwt" to "security.authenticator.refresh_jwt.login".
Inlined service "security.authentication.failure_handler.login.refresh_jwt" to "security.authenticator.refresh_jwt.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.pndRYfz" to ".security.request_matcher.W1ldIOG".
Inlined service ".security.request_matcher.eKR8ppK" to ".security.request_matcher.KFOpndh".
Inlined service ".security.request_matcher.hp9hPrY" to ".security.request_matcher.pLxyGjs".
Inlined service ".security.request_matcher.1p4uNbQ" to ".security.request_matcher.01reSxy".
Inlined service ".security.request_matcher.eKiTJew" to ".security.request_matcher.F6R6y2A".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" 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.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "pentatrion_vite.twig_type_extension" to "twig".
Inlined service "pentatrion_vite.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" 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.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
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.QoTGqUC" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator._OSSd4D" to "pentatrion_vite.entrypoints_lookup_collection".
Inlined service "pentatrion_vite.tag_renderer_collection" to "pentatrion_vite.entrypoint_renderer".
Inlined service ".service_locator.leiTgZW" to "pentatrion_vite.tag_renderer_collection".
Inlined service "pentatrion_vite.debug" to "Pentatrion\ViteBundle\Controller\ProfilerController".
Inlined service "cache.pentatrion_vite_fallback.recorder_inner" to "cache.pentatrion_vite_fallback".
Inlined service "pentatrion_vite.file_accessor" to "pentatrion_vite.entrypoints_lookup[_default]".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppointmentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\OrderFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\RefsFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\WorkshopFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
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 "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.BDeJWIx" to ".service_locator.BDeJWIx.App\Appointment\Adapters\Controllers\Http\AddAppointmentImages\AddAppointmentImagesController::__invoke()".
Inlined service ".service_locator.rYSBcxz" to ".service_locator.rYSBcxz.App\Appointment\Adapters\Controllers\Http\CancelIntervention\CancelInterventionController::__invoke()".
Inlined service ".service_locator.YfO.JHN" to ".service_locator.YfO.JHN.App\Appointment\Adapters\Controllers\Http\CreateAppointment\CreateAppointmentController::__invoke()".
Inlined service ".service_locator.sfpoxVX" to ".service_locator.sfpoxVX.App\Appointment\Adapters\Controllers\Http\CreateAppointmentFromFleet\CreateAppointmentFromFleetController::__invoke()".
Inlined service ".service_locator.DRcFLbP" to ".service_locator.DRcFLbP.App\Appointment\Adapters\Controllers\Http\CreateIntervention\CreateInterventionController::__invoke()".
Inlined service ".service_locator.Xi8rjjs" to ".service_locator.Xi8rjjs.App\Appointment\Adapters\Controllers\Http\DeleteIntervention\DeleteInterventionController::__invoke()".
Inlined service ".service_locator.mCcEdaO" to ".service_locator.mCcEdaO.App\Appointment\Adapters\Controllers\Http\FindAppointmentByUuid\FindAppointmentController::__invoke()".
Inlined service ".service_locator.zsJ1wyz" to ".service_locator.zsJ1wyz.App\Appointment\Adapters\Controllers\Http\FindAppointmentOperations\FindAppointmentOperationsController::__invoke()".
Inlined service ".service_locator.jBiYmpr" to ".service_locator.jBiYmpr.App\Appointment\Adapters\Controllers\Http\FindAppointmentPresentations\FindAppointmentPresentationsController::__invoke()".
Inlined service ".service_locator.sAbm9uy" to ".service_locator.sAbm9uy.App\Appointment\Adapters\Controllers\Http\FindAppointments\FindAppointmentsController::__invoke()".
Inlined service ".service_locator.fNQPZg." to ".service_locator.fNQPZg..App\Appointment\Adapters\Controllers\Http\FindInterventions\FindInterventionsController::__invoke()".
Inlined service ".service_locator.ZJ3JNvC" to ".service_locator.ZJ3JNvC.App\Appointment\Adapters\Controllers\Http\FindInterventionsGroups\FindInterventionsCategoriesController::__invoke()".
Inlined service ".service_locator.P.3vBX1" to ".service_locator.P.3vBX1.App\Appointment\Adapters\Controllers\Http\NextVisitRecommendation\NextVisitRecommendationController::__invoke()".
Inlined service ".service_locator.0ES4Hsa" to ".service_locator.0ES4Hsa.App\Appointment\Adapters\Controllers\Http\UpdateAppointment\UpdateAppointmentController::__invoke()".
Inlined service ".service_locator.iULAQUc" to ".service_locator.iULAQUc.App\Appointment\Adapters\Controllers\Http\UpdateAppointmentStatus\UpdateAppointmentController::__invoke()".
Inlined service ".service_locator.lU96mi3" to ".service_locator.lU96mi3.App\Appointment\Adapters\Controllers\Http\UpdatePaymentStatus\UpdatePaymentStatusController::__invoke()".
Inlined service ".service_locator.cJrbTpX" to ".service_locator.cJrbTpX.App\Bike\Adapters\Controllers\Http\BikeReturn\BikeReturnController::__invoke()".
Inlined service ".service_locator.VXRvAY." to ".service_locator.VXRvAY..App\Bike\Adapters\Controllers\Http\FindBikeByUuid\FindBikeByUuidController::__invoke()".
Inlined service ".service_locator.IKBAW6b" to ".service_locator.IKBAW6b.App\Bike\Adapters\Controllers\Http\FindBikes\FindBikesController::__invoke()".
Inlined service ".service_locator.C6mGTua" to ".service_locator.C6mGTua.App\Bike\Adapters\Controllers\Http\FindBikesByCustomer\FindBikesByCustomerController::__invoke()".
Inlined service ".service_locator.Qyuz1Sw" to ".service_locator.Qyuz1Sw.App\Bike\Adapters\Controllers\Http\FindBikesCategory\FindBikesCategoryController::__invoke()".
Inlined service ".service_locator.nLtualK" to ".service_locator.nLtualK.App\Bike\Adapters\Controllers\Http\FindBrands\FindBrandsController::__invoke()".
Inlined service ".service_locator.n6hNsJ1" to ".service_locator.n6hNsJ1.App\Bike\Adapters\Controllers\Http\FindCollections\FindCollectionsController::__invoke()".
Inlined service ".service_locator.OICGtHe" to ".service_locator.OICGtHe.App\Bike\Adapters\Controllers\Http\FindConditions\FindConditionsController::__invoke()".
Inlined service ".service_locator.MPbpXPv" to ".service_locator.MPbpXPv.App\Bike\Adapters\Controllers\Http\FindInsurances\FindInsurancesController::__invoke()".
Inlined service ".service_locator.196NyC5" to ".service_locator.196NyC5.App\Bike\Adapters\Controllers\Http\FindModels\FindModelsController::__invoke()".
Inlined service ".service_locator.TlUxcBR" to ".service_locator.TlUxcBR.App\Bike\Adapters\Controllers\Http\FindSizes\FindSizesController::__invoke()".
Inlined service ".service_locator._bnWpDE" to ".service_locator._bnWpDE.App\Bike\Adapters\Controllers\Http\FindTypes\FindTypesController::__invoke()".
Inlined service ".service_locator..IBshzQ" to ".service_locator..IBshzQ.App\Bike\Adapters\Controllers\Http\ImportBike\BikeImportController::__invoke()".
Inlined service ".service_locator.AMmIyJJ" to ".service_locator.AMmIyJJ.App\BikeHistory\Adapters\Controllers\Http\FindBikeHistoriesByBikeId\FindBikeHistoriesByBikeIdController::__invoke()".
Inlined service ".service_locator.eb9_2va" to ".service_locator.eb9_2va.App\Controller\Geocoding\Geocode\GeocodeController::__invoke()".
Inlined service ".service_locator.tPGagZw" to ".service_locator.tPGagZw.App\Controller\Geocoding\GooglePlaces\GooglePlacesController::__invoke()".
Inlined service ".service_locator.lqqP2jq" to ".service_locator.lqqP2jq.App\Controller\Geocoding\Place\PlaceController::__invoke()".
Inlined service ".service_locator.bLUDido" to ".service_locator.bLUDido.App\Controller\ResetController::index()".
Inlined service ".service_locator.YB4unoV" to ".service_locator.YB4unoV.App\Controller\SearchController::__invoke()".
Inlined service ".service_locator.G1LwxXC" to ".service_locator.G1LwxXC.App\Controller\Spa\AppController::index()".
Inlined service ".service_locator.ePKrFr7" to ".service_locator.ePKrFr7.App\Controller\Workshops\ClearWorkshopGalleries\ClearWorkshopGalleriesController::__invoke()".
Inlined service ".service_locator.afI2cah" to ".service_locator.afI2cah.App\Controller\Workshops\FindWorkshop\FindWorkshopController::__invoke()".
Inlined service ".service_locator.a9euNVw" to ".service_locator.a9euNVw.App\Controller\Workshops\FindWorkshopByUser\FindWorkshopByUserController::__invoke()".
Inlined service ".service_locator.HUG_WeY" to ".service_locator.HUG_WeY.App\Controller\Workshops\ListWorkshops\ListWorkshopsController::__invoke()".
Inlined service ".service_locator.huK5mKp" to ".service_locator.huK5mKp.App\Controller\Workshops\UpdateWorkshop\UpdateWorkshopController::__invoke()".
Inlined service ".service_locator.I7WClym" to ".service_locator.I7WClym.App\Controller\Workshops\UpdateWorkshopStatus\UpdateWorkshopStatus::__invoke()".
Inlined service ".service_locator.vE0Cjmc" to ".service_locator.vE0Cjmc.App\Email\Adapters\Controllers\Http\SendInvoiceByEmail\SendInvoiceByEmailController::__invoke()".
Inlined service ".service_locator.WZUDsl2" to ".service_locator.WZUDsl2.App\Email\Adapters\Controllers\Http\SendQuoteByEmail\SendQuoteByEmailController::__invoke()".
Inlined service ".service_locator.KYsad7w" to ".service_locator.KYsad7w.App\Order\Adapters\Controllers\Http\CreateOrder\CreateOrderController::__invoke()".
Inlined service ".service_locator.KDRK2Aj" to ".service_locator.KDRK2Aj.App\Order\Adapters\Controllers\Http\ListOrders\ListOrdersController::__invoke()".
Inlined service ".service_locator.XcSllOA" to ".service_locator.XcSllOA.App\Order\Adapters\Controllers\Http\UpdateOrder\UpdateOrderController::__invoke()".
Inlined service ".service_locator.nlI199i" to ".service_locator.nlI199i.App\Payment\Adapters\Controllers\Http\DeleteInvoiceById\DeleteInvoiceByIdController::__invoke()".
Inlined service ".service_locator.f9dbv36" to ".service_locator.f9dbv36.App\Payment\Adapters\Controllers\Http\DeleteQuoteById\DeleteQuoteByIdController::__invoke()".
Inlined service ".service_locator.dZMjAfR" to ".service_locator.dZMjAfR.App\Payment\Adapters\Controllers\Http\FindPaymentStatuses\FindPaymentStatusesController::__invoke()".
Inlined service ".service_locator.MjtDUPf" to ".service_locator.MjtDUPf.App\Payment\Adapters\Controllers\Http\GetInvoiceById\GetInvoiceByIdController::serializeInvoice()".
Inlined service ".service_locator.Z84KKjM" to ".service_locator.Z84KKjM.App\Payment\Adapters\Controllers\Http\GetQuoteById\GetQuoteByIdController::serializeQuote()".
Inlined service ".service_locator.oJySqOt" to ".service_locator.oJySqOt.App\Payment\Adapters\Controllers\Http\StripeConnectReturn\StripeConnectReturnController::__invoke()".
Inlined service ".service_locator.W9r3Ynh" to ".service_locator.W9r3Ynh.App\Payment\Adapters\Controllers\Http\StripeWebhook\StripeWebhookController::__invoke()".
Inlined service ".service_locator.5pri4FH" to ".service_locator.5pri4FH.App\Payment\Adapters\Controllers\Http\UpdateInvoiceItemsById\UpdateInvoiceItemsByIdController::__invoke()".
Inlined service ".service_locator.qt2uQ9U" to ".service_locator.qt2uQ9U.App\Product\Adapters\Controllers\Http\FindProductsStocks\FindProductsStocksController::__invoke()".
Inlined service ".service_locator.XDGsOse" to ".service_locator.XDGsOse.App\Product\Adapters\Controllers\Http\GetBrands\GetBrandsController::__invoke()".
Inlined service ".service_locator.f2R3SP5" to ".service_locator.f2R3SP5.App\Product\Adapters\Controllers\Http\GetSuppliers\GetSuppliersController::__invoke()".
Inlined service ".service_locator.uuCJQpi" to ".service_locator.uuCJQpi.App\User\Adapters\Controller\CheckToken\CheckTokenController::__invoke()".
Inlined service ".service_locator.LHAZIMK" to ".service_locator.LHAZIMK.App\User\Adapters\Controller\CreateCustomer\CreateCustomerController::__invoke()".
Inlined service ".service_locator._ajDpsB" to ".service_locator._ajDpsB.App\User\Adapters\Controller\CreateFleet\CreateFleetController::__invoke()".
Inlined service ".service_locator.v7gzU8i" to ".service_locator.v7gzU8i.App\User\Adapters\Controller\FindCustomerByUuid\FindCustomerByUuidController::__invoke()".
Inlined service ".service_locator.6xCrpZ5" to ".service_locator.6xCrpZ5.App\User\Adapters\Controller\InitPassword\InitPasswordController::__invoke()".
Inlined service ".service_locator.aH6n9dn" to ".service_locator.aH6n9dn.App\User\Adapters\Controller\ListCustomerLinkedToRepairer\ListCustomerLinkedToRepairerController::__invoke()".
Inlined service ".service_locator.sgjMT67" to ".service_locator.sgjMT67.App\User\Adapters\Controller\ListCustomerLinkedToUser\ListCustomerLinkedToUserController::__invoke()".
Inlined service ".service_locator.FjHkLND" to ".service_locator.FjHkLND.App\User\Adapters\Controller\ListFleet\ListFleetController::__invoke()".
Inlined service ".service_locator.vZR19ge" to ".service_locator.vZR19ge.App\User\Adapters\Controller\ListHistoryByCustomer\ListHistoryByCustomerController::listHistoryByCustomer()".
Inlined service ".service_locator.nwYR992" to ".service_locator.nwYR992.App\User\Adapters\Controller\ListUsers\ListUsersController::__invoke()".
Inlined service ".service_locator.JUDioKy" to ".service_locator.JUDioKy.App\User\Adapters\Controller\Profile\FindProfileController::__invoke()".
Inlined service ".service_locator.P_ZSKQ5" to ".service_locator.P_ZSKQ5.App\User\Adapters\Controller\PublicRegister\PublicRegisterController::__invoke()".
Inlined service ".service_locator.R5c7YdZ" to ".service_locator.R5c7YdZ.App\User\Adapters\Controller\Register\RegisterController::__invoke()".
Inlined service ".service_locator.WdhkO2D" to ".service_locator.WdhkO2D.App\User\Adapters\Controller\SendContact\SendContactController::__invoke()".
Inlined service ".service_locator.rSaWpBC" to ".service_locator.rSaWpBC.App\User\Adapters\Controller\SendResetPasswordEmail\SendEmailBrevoController::__invoke()".
Inlined service ".service_locator.L1K5v0r" to ".service_locator.L1K5v0r.App\User\Adapters\Controller\SendResetPasswordEmail\SendResetPasswordEmailController::__invoke()".
Inlined service ".service_locator._CG9AqI" to ".service_locator._CG9AqI.App\User\Adapters\Controller\UpdateCustomer\UpdateCustomerController::__invoke()".
Inlined service ".service_locator.qI.ONkn" to ".service_locator.qI.ONkn.App\User\Adapters\Controller\UpdateProfile\UpdateProfileController::__invoke()".
Inlined service ".service_locator.OA38qqg" to ".service_locator.OA38qqg.App\User\Adapters\Controller\UpdateUser\UpdateUserController::__invoke()".
Inlined service ".service_locator.U3IRgew" to ".service_locator.U3IRgew.App\Workshop\Adapters\Controllers\Http\DeleteImagesGallerie\DeleteImagesWorkshopController::__invoke()".
Inlined service ".service_locator.XZupPH." to ".service_locator.XZupPH..App\Workshop\Adapters\Controllers\Http\FindWorkshopByUuid\FindWorkshopByUuidController::__invoke()".
Inlined service ".service_locator.PU6tJGv" to ".service_locator.PU6tJGv.App\Workshop\Adapters\Controllers\Http\FindWorkshopsByLatitudeAndLongitude\FindWorkshopsByLatitudeAndLongitudeController::__invoke()".
Inlined service ".service_locator.NKhhTyc" to ".service_locator.NKhhTyc.App\Workshop\Adapters\Controllers\Http\ListActivities\ListActivitiesController::__invoke()".
Inlined service ".service_locator.wY7cLn." to ".service_locator.wY7cLn..App\Workshop\Adapters\Controllers\Http\ListMotorPosition\ListMotorPosition::__invoke()".
Inlined service ".service_locator.xJJUlxH" to ".service_locator.xJJUlxH.App\Workshop\Adapters\Controllers\Http\ListServicesPrice\ListServicesPriceController::__invoke()".
Inlined service ".service_locator.JKv3hMc" to ".service_locator.JKv3hMc.App\Workshop\Adapters\Controllers\Http\ListServicesProvided\ListServicesProvidedController::__invoke()".
Inlined service ".service_locator.ickGU__" to ".service_locator.ickGU__.App\Workshop\Adapters\Controllers\Http\ListSupportedBikeType\ListSupportedBikeTypeController::__invoke()".
Inlined service ".service_locator..5UnMBw" to ".service_locator..5UnMBw.App\Workshop\Adapters\Controllers\Http\ListSupportedBrands\ListSupportedBrands::__invoke()".
Inlined service ".service_locator.hzQSJeX" to ".service_locator.hzQSJeX.App\Workshop\Adapters\Controllers\Http\ListSupportedMotorBrands\ListSupportedMotorBrands::__invoke()".
Inlined service ".service_locator.YgZw1WN" to ".service_locator.YgZw1WN.App\Workshop\Adapters\Controllers\Http\ListSupportedPracticeTypes\ListSupportedPracticeTypesController::__invoke()".
Inlined service ".service_locator.8Kob7IK" to ".service_locator.8Kob7IK.App\Workshop\Adapters\Controllers\Http\ListWorkshopsShortData\ListWorkshopsShortDataController::__invoke()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.LVEG_Wo" to ".service_locator.LVEG_Wo.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service ".service_locator.UIRcdBR" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.H3L4Psc" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.LVEG_Wo.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.api", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.api", ".debug.http_client", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", "monolog.logger.workshops", "monolog.logger.users", but was never used.