Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (4)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CreateNotifAviCommende" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CreateReccuringPayInRegistrationMIT" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CreateSubscriptionReccuringPayinMIT" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\RetourCautionClient" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Doctrine\Functions\GeoDistance" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Doctrine\Functions\GeoDistance" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\AnnonceChearchType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\AnnonceCliChearchType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
The "App\Security\CompanyAppAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Security\CompanyAppAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\CompanyAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Security\UserAppAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Security\UserAppAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\UserAppAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Class "App\Entity\Model\UserModel" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Model\UserModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Company" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Company" should implement it.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\CompanySpace\SubscriptionController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Front\LocationController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Front\RechercheMap" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Front\ReservationController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\Front\WishController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\CompanyAppAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Security\UserAppAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\UserAppAuthenticator" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Services\MangoPayService" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.Eoc8etk" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.8_F_x2l" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.XkWvEy6" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.QH_ILxz" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.WiRn98c" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.V_T7gSp" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.ZkPhE8x" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::createAuthenticatedToken()" might add "GuardTokenInterface" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Class "App\Entity\Model\UserModel" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Model\UserModel" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.siren AS siren_2, t0.contact_name AS contact_name_3, t0.contact_phone AS contact_phone_4, t0.company_name AS company_name_5, t0.fax AS fax_6, t0.website AS website_7, t0.contact_civility AS contact_civility_8, t0.is_accept_condition AS is_accept_condition_9, t0.company_slug AS company_slug_10, t0.description AS description_11, t0.image AS image_12, t0.is_confirmed AS is_confirmed_13, t0.kbis AS kbis_14, t0.conditions_vente AS conditions_vente_15, t0.strip_id AS strip_id_16, t0.stripe_account AS stripe_account_17, t0.first_name AS first_name_18, t0.contact_birthday AS contact_birthday_19, t0.country AS country_20, t0.mango_id AS mango_id_21, t0.is_valid_document AS is_valid_document_22, t0.type AS type_23, t0.is_editor_guide AS is_editor_guide_24, t0.paiement_activ AS paiement_activ_25, t0.commission_active AS commission_active_26, t0.statu_con AS statu_con_27, t0.etat_network AS etat_network_28, t0.created_at AS created_at_29, t0.is_direct_reservation_mode AS is_direct_reservation_mode_30, t0.stripe_id AS stripe_id_31, t0.stripe_account_id AS stripe_account_id_32, t0.roles AS roles_33, t0.email AS email_34, t0.password AS password_35, t0.adress AS adress_36, t0.zip_code AS zip_code_37, t0.city AS city_38 FROM company t0 WHERE t0.id = ?"
(parameters:
[1 => "260"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.siren AS siren_2, t0.contact_name AS contact_name_3, t0.contact_phone AS contact_phone_4, t0.company_name AS company_name_5, t0.fax AS fax_6, t0.website AS website_7, t0.contact_civility AS contact_civility_8, t0.is_accept_condition AS is_accept_condition_9, t0.company_slug AS company_slug_10, t0.description AS description_11, t0.image AS image_12, t0.is_confirmed AS is_confirmed_13, t0.kbis AS kbis_14, t0.conditions_vente AS conditions_vente_15, t0.strip_id AS strip_id_16, t0.stripe_account AS stripe_account_17, t0.first_name AS first_name_18, t0.contact_birthday AS contact_birthday_19, t0.country AS country_20, t0.mango_id AS mango_id_21, t0.is_valid_document AS is_valid_document_22, t0.type AS type_23, t0.is_editor_guide AS is_editor_guide_24, t0.paiement_activ AS paiement_activ_25, t0.commission_active AS commission_active_26, t0.statu_con AS statu_con_27, t0.etat_network AS etat_network_28, t0.created_at AS created_at_29, t0.is_direct_reservation_mode AS is_direct_reservation_mode_30, t0.stripe_id AS stripe_id_31, t0.stripe_account_id AS stripe_account_id_32, t0.roles AS roles_33, t0.email AS email_34, t0.password AS password_35, t0.adress AS adress_36, t0.zip_code AS zip_code_37, t0.city AS city_38 FROM company t0 WHERE t0.id = ?"
"params" => [1 => "260"
]
"types" => [1 => 1]
]
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
"SELECT c0_.id AS id_0, c0_.total_amount AS total_amount_1, c0_.charge_id AS charge_id_2, c0_.status AS status_3, c0_.command_number AS command_number_4, c0_.relaypoint AS relaypoint_5, c0_.payment_type AS payment_type_6, c0_.created_at AS created_at_7, c0_.last_pay_at AS last_pay_at_8, c0_.is_avis AS is_avis_9, c0_.total_frais_livraison AS total_frais_livraison_10, c0_.client_id AS client_id_11 FROM command c0_ LEFT JOIN command_product c1_ ON c0_.id = c1_.command_id LEFT JOIN product p2_ ON c1_.product_id = p2_.id WHERE p2_.company_id = ? AND c0_.status = ? AND c0_.command_number IS NOT NULL ORDER BY c0_.created_at DESC"
(parameters:
[1 => 2602 => "succeeded"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.total_amount AS total_amount_1, c0_.charge_id AS charge_id_2, c0_.status AS status_3, c0_.command_number AS command_number_4, c0_.relaypoint AS relaypoint_5, c0_.payment_type AS payment_type_6, c0_.created_at AS created_at_7, c0_.last_pay_at AS last_pay_at_8, c0_.is_avis AS is_avis_9, c0_.total_frais_livraison AS total_frais_livraison_10, c0_.client_id AS client_id_11 FROM command c0_ LEFT JOIN command_product c1_ ON c0_.id = c1_.command_id LEFT JOIN product p2_ ON c1_.product_id = p2_.id WHERE p2_.company_id = ? AND c0_.status = ? AND c0_.command_number IS NOT NULL ORDER BY c0_.created_at DESC"
"params" => [1 => 2602 => "succeeded"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC"
(parameters:
[1 => 2602 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC"
"params" => [1 => 2602 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 83]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 83]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT a0_.id AS id_0, a0_.service_quality AS service_quality_1, a0_.fiability AS fiability_2, a0_.price AS price_3, a0_.speed AS speed_4, a0_.text AS text_5, a0_.conform_description AS conform_description_6, a0_.communication AS communication_7, a0_.global_note AS global_note_8, a0_.created_at AS created_at_9, a0_.response_company AS response_company_10, a0_.is_desactivated_by_admin AS is_desactivated_by_admin_11, u1_.id AS id_12, u1_.civility AS civility_13, u1_.first_name AS first_name_14, u1_.last_name AS last_name_15, u1_.phone AS phone_16, u1_.wedding_date AS wedding_date_17, u1_.image AS image_18, u1_.id_stripe AS id_stripe_19, u1_.livraison_adress AS livraison_adress_20, u1_.livraison_zip_code AS livraison_zip_code_21, u1_.livraison_city AS livraison_city_22, u1_.birth_at AS birth_at_23, u1_.nationality AS nationality_24, u1_.country_residence AS country_residence_25, u1_.mango_id AS mango_id_26, u1_.is_valid AS is_valid_27, u1_.service_address AS service_address_28, u1_.service_zip_code AS service_zip_code_29, u1_.service_city AS service_city_30, u1_.statu_con AS statu_con_31, u1_.etat_network AS etat_network_32, u1_.roles AS roles_33, u1_.email AS email_34, u1_.password AS password_35, u1_.adress AS adress_36, u1_.zip_code AS zip_code_37, u1_.city AS city_38, p2_.id AS id_39, p2_.name AS name_40, p2_.text AS text_41, p2_.price AS price_42, p2_.quantity AS quantity_43, p2_.product_slug AS product_slug_44, p2_.percent_deposit AS percent_deposit_45, p2_.deadline AS deadline_46, p2_.sizes AS sizes_47, p2_.colors AS colors_48, p2_.size_ring AS size_ring_49, p2_.nb_guest AS nb_guest_50, p2_.youtube_video AS youtube_video_51, p2_.is_activated AS is_activated_52, p2_.is_desactivated_by_admin AS is_desactivated_by_admin_53, p2_.mode_livraison AS mode_livraison_54, p2_.frais_livraison AS frais_livraison_55, p2_.weight AS weight_56, p2_.transporteurs AS transporteurs_57, p2_.code_promo AS code_promo_58, p2_.code_promo_euro AS code_promo_euro_59, p2_.template AS template_60, p2_.taxe_sejour AS taxe_sejour_61, p2_.prix_caution AS prix_caution_62, p2_.longitude AS longitude_63, p2_.latitude AS latitude_64, p2_.spring_price AS spring_price_65, p2_.summer_price AS summer_price_66, p2_.autumn_price AS autumn_price_67, p2_.winter_price AS winter_price_68, p2_.week_end_price AS week_end_price_69, p2_.city_localisation AS city_localisation_70, p2_.nb_chambre AS nb_chambre_71, p2_.night_min AS night_min_72, a0_.product_id AS product_id_73, a0_.client_id AS client_id_74, p2_.company_id AS company_id_75, p2_.pack_id AS pack_id_76, p2_.type_location_id AS type_location_id_77, p2_.type_prestation_id AS type_prestation_id_78, p2_.tva_id AS tva_id_79, p2_.type_hebergements_id AS type_hebergements_id_80, p2_.type_activity_id AS type_activity_id_81, p2_.caracteristique_vehicule_id AS caracteristique_vehicule_id_82, p2_.commune_id AS commune_id_83 FROM avis a0_ LEFT JOIN user u1_ ON a0_.client_id = u1_.id LEFT JOIN product p2_ ON a0_.product_id = p2_.id WHERE p2_.company_id = ? ORDER BY a0_.id DESC"
(parameters:
[1 => 260]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.service_quality AS service_quality_1, a0_.fiability AS fiability_2, a0_.price AS price_3, a0_.speed AS speed_4, a0_.text AS text_5, a0_.conform_description AS conform_description_6, a0_.communication AS communication_7, a0_.global_note AS global_note_8, a0_.created_at AS created_at_9, a0_.response_company AS response_company_10, a0_.is_desactivated_by_admin AS is_desactivated_by_admin_11, u1_.id AS id_12, u1_.civility AS civility_13, u1_.first_name AS first_name_14, u1_.last_name AS last_name_15, u1_.phone AS phone_16, u1_.wedding_date AS wedding_date_17, u1_.image AS image_18, u1_.id_stripe AS id_stripe_19, u1_.livraison_adress AS livraison_adress_20, u1_.livraison_zip_code AS livraison_zip_code_21, u1_.livraison_city AS livraison_city_22, u1_.birth_at AS birth_at_23, u1_.nationality AS nationality_24, u1_.country_residence AS country_residence_25, u1_.mango_id AS mango_id_26, u1_.is_valid AS is_valid_27, u1_.service_address AS service_address_28, u1_.service_zip_code AS service_zip_code_29, u1_.service_city AS service_city_30, u1_.statu_con AS statu_con_31, u1_.etat_network AS etat_network_32, u1_.roles AS roles_33, u1_.email AS email_34, u1_.password AS password_35, u1_.adress AS adress_36, u1_.zip_code AS zip_code_37, u1_.city AS city_38, p2_.id AS id_39, p2_.name AS name_40, p2_.text AS text_41, p2_.price AS price_42, p2_.quantity AS quantity_43, p2_.product_slug AS product_slug_44, p2_.percent_deposit AS percent_deposit_45, p2_.deadline AS deadline_46, p2_.sizes AS sizes_47, p2_.colors AS colors_48, p2_.size_ring AS size_ring_49, p2_.nb_guest AS nb_guest_50, p2_.youtube_video AS youtube_video_51, p2_.is_activated AS is_activated_52, p2_.is_desactivated_by_admin AS is_desactivated_by_admin_53, p2_.mode_livraison AS mode_livraison_54, p2_.frais_livraison AS frais_livraison_55, p2_.weight AS weight_56, p2_.transporteurs AS transporteurs_57, p2_.code_promo AS code_promo_58, p2_.code_promo_euro AS code_promo_euro_59, p2_.template AS template_60, p2_.taxe_sejour AS taxe_sejour_61, p2_.prix_caution AS prix_caution_62, p2_.longitude AS longitude_63, p2_.latitude AS latitude_64, p2_.spring_price AS spring_price_65, p2_.summer_price AS summer_price_66, p2_.autumn_price AS autumn_price_67, p2_.winter_price AS winter_price_68, p2_.week_end_price AS week_end_price_69, p2_.city_localisation AS city_localisation_70, p2_.nb_chambre AS nb_chambre_71, p2_.night_min AS night_min_72, a0_.product_id AS product_id_73, a0_.client_id AS client_id_74, p2_.company_id AS company_id_75, p2_.pack_id AS pack_id_76, p2_.type_location_id AS type_location_id_77, p2_.type_prestation_id AS type_prestation_id_78, p2_.tva_id AS tva_id_79, p2_.type_hebergements_id AS type_hebergements_id_80, p2_.type_activity_id AS type_activity_id_81, p2_.caracteristique_vehicule_id AS caracteristique_vehicule_id_82, p2_.commune_id AS commune_id_83 FROM avis a0_ LEFT JOIN user u1_ ON a0_.client_id = u1_.id LEFT JOIN product p2_ ON a0_.product_id = p2_.id WHERE p2_.company_id = ? ORDER BY a0_.id DESC"
"params" => [1 => 260]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.slug AS slug_4 FROM category t0 INNER JOIN company_category ON t0.id = company_category.category_id WHERE company_category.company_id = ?"
(parameters:
[1 => 260]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.slug AS slug_4 FROM category t0 INNER JOIN company_category ON t0.id = company_category.category_id WHERE company_category.company_id = ?"
"params" => [1 => 260]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.siren AS siren_2, t0.contact_name AS contact_name_3, t0.contact_phone AS contact_phone_4, t0.company_name AS company_name_5, t0.fax AS fax_6, t0.website AS website_7, t0.contact_civility AS contact_civility_8, t0.is_accept_condition AS is_accept_condition_9, t0.company_slug AS company_slug_10, t0.description AS description_11, t0.image AS image_12, t0.is_confirmed AS is_confirmed_13, t0.kbis AS kbis_14, t0.conditions_vente AS conditions_vente_15, t0.strip_id AS strip_id_16, t0.stripe_account AS stripe_account_17, t0.first_name AS first_name_18, t0.contact_birthday AS contact_birthday_19, t0.country AS country_20, t0.mango_id AS mango_id_21, t0.is_valid_document AS is_valid_document_22, t0.type AS type_23, t0.is_editor_guide AS is_editor_guide_24, t0.paiement_activ AS paiement_activ_25, t0.commission_active AS commission_active_26, t0.statu_con AS statu_con_27, t0.etat_network AS etat_network_28, t0.created_at AS created_at_29, t0.is_direct_reservation_mode AS is_direct_reservation_mode_30, t0.stripe_id AS stripe_id_31, t0.stripe_account_id AS stripe_account_id_32, t0.roles AS roles_33, t0.email AS email_34, t0.password AS password_35, t0.adress AS adress_36, t0.zip_code AS zip_code_37, t0.city AS city_38 FROM company t0 WHERE t0.is_confirmed = ? AND t0.is_valid_document = ?"
(parameters:
[1 => 12 => 1]
, types:
[1 => 52 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.siren AS siren_2, t0.contact_name AS contact_name_3, t0.contact_phone AS contact_phone_4, t0.company_name AS company_name_5, t0.fax AS fax_6, t0.website AS website_7, t0.contact_civility AS contact_civility_8, t0.is_accept_condition AS is_accept_condition_9, t0.company_slug AS company_slug_10, t0.description AS description_11, t0.image AS image_12, t0.is_confirmed AS is_confirmed_13, t0.kbis AS kbis_14, t0.conditions_vente AS conditions_vente_15, t0.strip_id AS strip_id_16, t0.stripe_account AS stripe_account_17, t0.first_name AS first_name_18, t0.contact_birthday AS contact_birthday_19, t0.country AS country_20, t0.mango_id AS mango_id_21, t0.is_valid_document AS is_valid_document_22, t0.type AS type_23, t0.is_editor_guide AS is_editor_guide_24, t0.paiement_activ AS paiement_activ_25, t0.commission_active AS commission_active_26, t0.statu_con AS statu_con_27, t0.etat_network AS etat_network_28, t0.created_at AS created_at_29, t0.is_direct_reservation_mode AS is_direct_reservation_mode_30, t0.stripe_id AS stripe_id_31, t0.stripe_account_id AS stripe_account_id_32, t0.roles AS roles_33, t0.email AS email_34, t0.password AS password_35, t0.adress AS adress_36, t0.zip_code AS zip_code_37, t0.city AS city_38 FROM company t0 WHERE t0.is_confirmed = ? AND t0.is_valid_document = ?"
"params" => [1 => 12 => 1]
"types" => [1 => 52 => 5]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
(parameters:
[1 => 2182 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
"params" => [1 => 2182 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
(parameters:
[1 => 2242 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
"params" => [1 => 2242 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
(parameters:
[1 => 2252 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
"params" => [1 => 2252 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
(parameters:
[1 => 2262 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
"params" => [1 => 2262 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
(parameters:
[1 => 2352 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.text AS text_2, p0_.price AS price_3, p0_.quantity AS quantity_4, p0_.product_slug AS product_slug_5, p0_.percent_deposit AS percent_deposit_6, p0_.deadline AS deadline_7, p0_.sizes AS sizes_8, p0_.colors AS colors_9, p0_.size_ring AS size_ring_10, p0_.nb_guest AS nb_guest_11, p0_.youtube_video AS youtube_video_12, p0_.is_activated AS is_activated_13, p0_.is_desactivated_by_admin AS is_desactivated_by_admin_14, p0_.mode_livraison AS mode_livraison_15, p0_.frais_livraison AS frais_livraison_16, p0_.weight AS weight_17, p0_.transporteurs AS transporteurs_18, p0_.code_promo AS code_promo_19, p0_.code_promo_euro AS code_promo_euro_20, p0_.template AS template_21, p0_.taxe_sejour AS taxe_sejour_22, p0_.prix_caution AS prix_caution_23, p0_.longitude AS longitude_24, p0_.latitude AS latitude_25, p0_.spring_price AS spring_price_26, p0_.summer_price AS summer_price_27, p0_.autumn_price AS autumn_price_28, p0_.winter_price AS winter_price_29, p0_.week_end_price AS week_end_price_30, p0_.city_localisation AS city_localisation_31, p0_.nb_chambre AS nb_chambre_32, p0_.night_min AS night_min_33, c1_.id AS id_34, c1_.siren AS siren_35, c1_.contact_name AS contact_name_36, c1_.contact_phone AS contact_phone_37, c1_.company_name AS company_name_38, c1_.fax AS fax_39, c1_.website AS website_40, c1_.contact_civility AS contact_civility_41, c1_.is_accept_condition AS is_accept_condition_42, c1_.company_slug AS company_slug_43, c1_.description AS description_44, c1_.image AS image_45, c1_.is_confirmed AS is_confirmed_46, c1_.kbis AS kbis_47, c1_.conditions_vente AS conditions_vente_48, c1_.strip_id AS strip_id_49, c1_.stripe_account AS stripe_account_50, c1_.first_name AS first_name_51, c1_.contact_birthday AS contact_birthday_52, c1_.country AS country_53, c1_.mango_id AS mango_id_54, c1_.is_valid_document AS is_valid_document_55, c1_.type AS type_56, c1_.is_editor_guide AS is_editor_guide_57, c1_.paiement_activ AS paiement_activ_58, c1_.commission_active AS commission_active_59, c1_.statu_con AS statu_con_60, c1_.etat_network AS etat_network_61, c1_.created_at AS created_at_62, c1_.is_direct_reservation_mode AS is_direct_reservation_mode_63, c1_.stripe_id AS stripe_id_64, c1_.stripe_account_id AS stripe_account_id_65, c1_.roles AS roles_66, c1_.email AS email_67, c1_.password AS password_68, c1_.adress AS adress_69, c1_.zip_code AS zip_code_70, c1_.city AS city_71, p0_.company_id AS company_id_72, p0_.pack_id AS pack_id_73, p0_.type_location_id AS type_location_id_74, p0_.type_prestation_id AS type_prestation_id_75, p0_.tva_id AS tva_id_76, p0_.type_hebergements_id AS type_hebergements_id_77, p0_.type_activity_id AS type_activity_id_78, p0_.caracteristique_vehicule_id AS caracteristique_vehicule_id_79, p0_.commune_id AS commune_id_80 FROM product p0_ LEFT JOIN company c1_ ON p0_.company_id = c1_.id WHERE p0_.company_id = ? AND c1_.is_confirmed = 1 AND c1_.is_valid_document = 1 AND p0_.is_activated = ? ORDER BY p0_.id DESC LIMIT 1"
"params" => [1 => 2352 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.synthetique_message AS synthetique_message_3, t0.photo1 AS photo1_4, t0.description AS description_5, t0.photo2 AS photo2_6, t0.details AS details_7, t0.photo3 AS photo3_8, t0.product_id AS product_id_9 FROM product_description t0 WHERE t0.product_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 59]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 59]
"types" => [1 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 ORDER BY t0.id DESC"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 ORDER BY t0.id DESC"
]
deprecation
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login_api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 ORDER BY t0.id DESC"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 ORDER BY t0.id DESC"
]
debug
Executing query:
"SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.numero AS numero_2 FROM department d0_ LEFT JOIN product_department p2_ ON d0_.id = p2_.department_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id"
doctrine
[
"sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.numero AS numero_2 FROM department d0_ LEFT JOIN product_department p2_ ON d0_.id = p2_.department_id LEFT JOIN product p1_ ON p1_.id = p2_.product_id"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.mango_recurring_registration_id AS mango_recurring_registration_id_2, t0.created_at AS created_at_3, t0.next_update AS next_update_4, t0.is_active AS is_active_5, t0.disabling_reason AS disabling_reason_6, t0.stripe_subscription_id AS stripe_subscription_id_7, t0.company_id AS company_id_8, t0.type_abonnement_id AS type_abonnement_id_9, t10.id AS id_11, t10.label AS label_12, t10.prix AS prix_13, t10.explication AS explication_14, t10.stripe_id AS stripe_id_15, t10.payment_link AS payment_link_16 FROM abonnement t0 LEFT JOIN type_abonnement t10 ON t0.type_abonnement_id = t10.id WHERE t0.company_id = ?"
(parameters:
[1 => 260]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.mango_recurring_registration_id AS mango_recurring_registration_id_2, t0.created_at AS created_at_3, t0.next_update AS next_update_4, t0.is_active AS is_active_5, t0.disabling_reason AS disabling_reason_6, t0.stripe_subscription_id AS stripe_subscription_id_7, t0.company_id AS company_id_8, t0.type_abonnement_id AS type_abonnement_id_9, t10.id AS id_11, t10.label AS label_12, t10.prix AS prix_13, t10.explication AS explication_14, t10.stripe_id AS stripe_id_15, t10.payment_link AS payment_link_16 FROM abonnement t0 LEFT JOIN type_abonnement t10 ON t0.type_abonnement_id = t10.id WHERE t0.company_id = ?"
"params" => [1 => 260]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
(parameters:
[1 => 83]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.product_id AS product_id_3 FROM photos t0 WHERE t0.product_id = ?"
"params" => [1 => 83]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 INNER JOIN product_sub_category ON t0.id = product_sub_category.sub_category_id WHERE product_sub_category.product_id = ?"
(parameters:
[1 => 83]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sub_category_slug AS sub_category_slug_3, t0.is_suivi AS is_suivi_4, t0.is_clothing AS is_clothing_5, t0.is_color AS is_color_6, t0.is_nb_guest AS is_nb_guest_7, t0.image AS image_8, t0.is_clothing_ring AS is_clothing_ring_9, t0.is_service AS is_service_10, t0.is_fairepart AS is_fairepart_11, t0.is_vehicle AS is_vehicle_12 FROM sub_category t0 INNER JOIN product_sub_category ON t0.id = product_sub_category.sub_category_id WHERE product_sub_category.product_id = ?"
"params" => [1 => 83]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.slug AS slug_4 FROM category t0 INNER JOIN sub_category_category ON t0.id = sub_category_category.category_id WHERE sub_category_category.sub_category_id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.slug AS slug_4 FROM category t0 INNER JOIN sub_category_category ON t0.id = sub_category_category.category_id WHERE sub_category_category.sub_category_id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.numero AS numero_3 FROM department t0 INNER JOIN product_department ON t0.id = product_department.department_id WHERE product_department.product_id = ?"
(parameters:
[1 => 83]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.numero AS numero_3 FROM department t0 INNER JOIN product_department ON t0.id = product_department.department_id WHERE product_department.product_id = ?"
"params" => [1 => 83]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
707
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCommunesCommand" (parent: .abstract.instanceof.App\Command\CreateCommunesCommand).
Resolving inheritance for "App\Command\CreateCommunesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCommunesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDepartmentsCommand" (parent: .abstract.instanceof.App\Command\CreateDepartmentsCommand).
Resolving inheritance for "App\Command\CreateDepartmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDepartmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateHomeCommand" (parent: .abstract.instanceof.App\Command\CreateHomeCommand).
Resolving inheritance for "App\Command\CreateHomeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateHomeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateNotifAviCommende" (parent: .abstract.instanceof.App\Command\CreateNotifAviCommende).
Resolving inheritance for "App\Command\CreateNotifAviCommende" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateNotifAviCommende).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatePageCommand" (parent: .abstract.instanceof.App\Command\CreatePageCommand).
Resolving inheritance for "App\Command\CreatePageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatePageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateReccuringPayInRegistrationMIT" (parent: .abstract.instanceof.App\Command\CreateReccuringPayInRegistrationMIT).
Resolving inheritance for "App\Command\CreateReccuringPayInRegistrationMIT" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateReccuringPayInRegistrationMIT).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSubscriptionReccuringPayinMIT" (parent: .abstract.instanceof.App\Command\CreateSubscriptionReccuringPayinMIT).
Resolving inheritance for "App\Command\CreateSubscriptionReccuringPayinMIT" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSubscriptionReccuringPayinMIT).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetourCautionClient" (parent: .abstract.instanceof.App\Command\RetourCautionClient).
Resolving inheritance for "App\Command\RetourCautionClient" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetourCautionClient).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AndranaController" (parent: .abstract.instanceof.App\Controller\AndranaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AndranaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AndranaController).
Resolving inheritance for "App\Controller\AndranaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AndranaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminCommuneController" (parent: .abstract.instanceof.App\Controller\Back\AdminCommuneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminCommuneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminCommuneController).
Resolving inheritance for "App\Controller\Back\AdminCommuneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminCommuneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController" (parent: .abstract.instanceof.App\Controller\Back\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController).
Resolving inheritance for "App\Controller\Back\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminFinancesController" (parent: .abstract.instanceof.App\Controller\Back\AdminFinancesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminFinancesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminFinancesController).
Resolving inheritance for "App\Controller\Back\AdminFinancesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminFinancesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminLocationController" (parent: .abstract.instanceof.App\Controller\Back\AdminLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminLocationController).
Resolving inheritance for "App\Controller\Back\AdminLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminPromoController" (parent: .abstract.instanceof.App\Controller\Back\AdminPromoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminPromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminPromoController).
Resolving inheritance for "App\Controller\Back\AdminPromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminPromoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminReservationController" (parent: .abstract.instanceof.App\Controller\Back\AdminReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminReservationController).
Resolving inheritance for "App\Controller\Back\AdminReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AjoutTypeController" (parent: .abstract.instanceof.App\Controller\Back\AjoutTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AjoutTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AjoutTypeController).
Resolving inheritance for "App\Controller\Back\AjoutTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AjoutTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AvisController" (parent: .abstract.instanceof.App\Controller\Back\AvisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AvisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AvisController).
Resolving inheritance for "App\Controller\Back\AvisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AvisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\BlogController" (parent: .abstract.instanceof.App\Controller\Back\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\BlogController).
Resolving inheritance for "App\Controller\Back\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CategoryController" (parent: .abstract.instanceof.App\Controller\Back\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CategoryController).
Resolving inheritance for "App\Controller\Back\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CautionController" (parent: .abstract.instanceof.App\Controller\Back\CautionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CautionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CautionController).
Resolving inheritance for "App\Controller\Back\CautionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CautionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CommandController" (parent: .abstract.instanceof.App\Controller\Back\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CommandController).
Resolving inheritance for "App\Controller\Back\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CompanyController" (parent: .abstract.instanceof.App\Controller\Back\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CompanyController).
Resolving inheritance for "App\Controller\Back\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ConfigHebergementGestionController" (parent: .abstract.instanceof.App\Controller\Back\ConfigHebergementGestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ConfigHebergementGestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ConfigHebergementGestionController).
Resolving inheritance for "App\Controller\Back\ConfigHebergementGestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ConfigHebergementGestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DashboardController" (parent: .abstract.instanceof.App\Controller\Back\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DashboardController).
Resolving inheritance for "App\Controller\Back\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LitigeController" (parent: .abstract.instanceof.App\Controller\Back\LitigeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LitigeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LitigeController).
Resolving inheritance for "App\Controller\Back\LitigeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LitigeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LivraisonController" (parent: .abstract.instanceof.App\Controller\Back\LivraisonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LivraisonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LivraisonController).
Resolving inheritance for "App\Controller\Back\LivraisonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LivraisonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MessagingUser" (parent: .abstract.instanceof.App\Controller\Back\MessagingUser).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MessagingUser" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MessagingUser).
Resolving inheritance for "App\Controller\Back\MessagingUser" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MessagingUser).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PackController" (parent: .abstract.instanceof.App\Controller\Back\PackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PackController).
Resolving inheritance for "App\Controller\Back\PackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageController" (parent: .abstract.instanceof.App\Controller\Back\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageController).
Resolving inheritance for "App\Controller\Back\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageHomeController" (parent: .abstract.instanceof.App\Controller\Back\PageHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageHomeController).
Resolving inheritance for "App\Controller\Back\PageHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ProductController" (parent: .abstract.instanceof.App\Controller\Back\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ProductController).
Resolving inheritance for "App\Controller\Back\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SliderController" (parent: .abstract.instanceof.App\Controller\Back\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SliderController).
Resolving inheritance for "App\Controller\Back\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SubscriptionController" (parent: .abstract.instanceof.App\Controller\Back\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SubscriptionController).
Resolving inheritance for "App\Controller\Back\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\TypeAbonnementController" (parent: .abstract.instanceof.App\Controller\Back\TypeAbonnementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\TypeAbonnementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\TypeAbonnementController).
Resolving inheritance for "App\Controller\Back\TypeAbonnementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\TypeAbonnementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController" (parent: .abstract.instanceof.App\Controller\Back\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController).
Resolving inheritance for "App\Controller\Back\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\AnnonceController" (parent: .abstract.instanceof.App\Controller\ClientSpace\AnnonceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\AnnonceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\AnnonceController).
Resolving inheritance for "App\Controller\ClientSpace\AnnonceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\AnnonceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\CommandController" (parent: .abstract.instanceof.App\Controller\ClientSpace\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\CommandController).
Resolving inheritance for "App\Controller\ClientSpace\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\DashboardController" (parent: .abstract.instanceof.App\Controller\ClientSpace\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\DashboardController).
Resolving inheritance for "App\Controller\ClientSpace\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LitigeController" (parent: .abstract.instanceof.App\Controller\ClientSpace\LitigeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LitigeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LitigeController).
Resolving inheritance for "App\Controller\ClientSpace\LitigeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LitigeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LocationCliController" (parent: .abstract.instanceof.App\Controller\ClientSpace\LocationCliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LocationCliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LocationCliController).
Resolving inheritance for "App\Controller\ClientSpace\LocationCliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LocationCliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\PlanningClientController" (parent: .abstract.instanceof.App\Controller\ClientSpace\PlanningClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\PlanningClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\PlanningClientController).
Resolving inheritance for "App\Controller\ClientSpace\PlanningClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\PlanningClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ProfilController" (parent: .abstract.instanceof.App\Controller\ClientSpace\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ProfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ProfilController).
Resolving inheritance for "App\Controller\ClientSpace\ProfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ReservationCliController" (parent: .abstract.instanceof.App\Controller\ClientSpace\ReservationCliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ReservationCliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ReservationCliController).
Resolving inheritance for "App\Controller\ClientSpace\ReservationCliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ReservationCliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableController" (parent: .abstract.instanceof.App\Controller\ClientSpace\TableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableController).
Resolving inheritance for "App\Controller\ClientSpace\TableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableUserController" (parent: .abstract.instanceof.App\Controller\ClientSpace\TableUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableUserController).
Resolving inheritance for "App\Controller\ClientSpace\TableUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TicketController" (parent: .abstract.instanceof.App\Controller\ClientSpace\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TicketController).
Resolving inheritance for "App\Controller\ClientSpace\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\WishListController" (parent: .abstract.instanceof.App\Controller\ClientSpace\WishListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\WishListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\WishListController).
Resolving inheritance for "App\Controller\ClientSpace\WishListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\WishListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AnnonceCompanyController" (parent: .abstract.instanceof.App\Controller\CompanySpace\AnnonceCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AnnonceCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AnnonceCompanyController).
Resolving inheritance for "App\Controller\CompanySpace\AnnonceCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AnnonceCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AvisController" (parent: .abstract.instanceof.App\Controller\CompanySpace\AvisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AvisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AvisController).
Resolving inheritance for "App\Controller\CompanySpace\AvisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AvisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ChargeSubscriptionController" (parent: .abstract.instanceof.App\Controller\CompanySpace\ChargeSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ChargeSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ChargeSubscriptionController).
Resolving inheritance for "App\Controller\CompanySpace\ChargeSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ChargeSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CommandController" (parent: .abstract.instanceof.App\Controller\CompanySpace\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CommandController).
Resolving inheritance for "App\Controller\CompanySpace\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CompanyInfoController" (parent: .abstract.instanceof.App\Controller\CompanySpace\CompanyInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CompanyInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CompanyInfoController).
Resolving inheritance for "App\Controller\CompanySpace\CompanyInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CompanyInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\DashboardController" (parent: .abstract.instanceof.App\Controller\CompanySpace\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\DashboardController).
Resolving inheritance for "App\Controller\CompanySpace\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\LocationCompanyController" (parent: .abstract.instanceof.App\Controller\CompanySpace\LocationCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\LocationCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\LocationCompanyController).
Resolving inheritance for "App\Controller\CompanySpace\LocationCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\LocationCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PaymentController" (parent: .abstract.instanceof.App\Controller\CompanySpace\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PaymentController).
Resolving inheritance for "App\Controller\CompanySpace\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PlanningController" (parent: .abstract.instanceof.App\Controller\CompanySpace\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PlanningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PlanningController).
Resolving inheritance for "App\Controller\CompanySpace\PlanningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProductController" (parent: .abstract.instanceof.App\Controller\CompanySpace\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProductController).
Resolving inheritance for "App\Controller\CompanySpace\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProfilController" (parent: .abstract.instanceof.App\Controller\CompanySpace\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProfilController).
Resolving inheritance for "App\Controller\CompanySpace\ProfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ResevationCompanyController" (parent: .abstract.instanceof.App\Controller\CompanySpace\ResevationCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ResevationCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ResevationCompanyController).
Resolving inheritance for "App\Controller\CompanySpace\ResevationCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ResevationCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\StripeSubscriptionController" (parent: .abstract.instanceof.App\Controller\CompanySpace\StripeSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\StripeSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\StripeSubscriptionController).
Resolving inheritance for "App\Controller\CompanySpace\StripeSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\StripeSubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\SubscriptionController" (parent: .abstract.instanceof.App\Controller\CompanySpace\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\SubscriptionController).
Resolving inheritance for "App\Controller\CompanySpace\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TchatController" (parent: .abstract.instanceof.App\Controller\CompanySpace\TchatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TchatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TchatController).
Resolving inheritance for "App\Controller\CompanySpace\TchatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TchatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TicketController" (parent: .abstract.instanceof.App\Controller\CompanySpace\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TicketController).
Resolving inheritance for "App\Controller\CompanySpace\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\WalletController" (parent: .abstract.instanceof.App\Controller\CompanySpace\WalletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\WalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\WalletController).
Resolving inheritance for "App\Controller\CompanySpace\WalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\WalletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController" (parent: .abstract.instanceof.App\Controller\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController).
Resolving inheritance for "App\Controller\ConversationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController" (parent: .abstract.instanceof.App\Controller\Front\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController).
Resolving inheritance for "App\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\BlogController" (parent: .abstract.instanceof.App\Controller\Front\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\BlogController).
Resolving inheritance for "App\Controller\Front\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommandController" (parent: .abstract.instanceof.App\Controller\Front\CommandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommandController).
Resolving inheritance for "App\Controller\Front\CommandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CompanyController" (parent: .abstract.instanceof.App\Controller\Front\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CompanyController).
Resolving inheritance for "App\Controller\Front\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController" (parent: .abstract.instanceof.App\Controller\Front\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController).
Resolving inheritance for "App\Controller\Front\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController" (parent: .abstract.instanceof.App\Controller\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController).
Resolving inheritance for "App\Controller\Front\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LocationController" (parent: .abstract.instanceof.App\Controller\Front\LocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LocationController).
Resolving inheritance for "App\Controller\Front\LocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PackController" (parent: .abstract.instanceof.App\Controller\Front\PackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PackController).
Resolving inheritance for "App\Controller\Front\PackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageController" (parent: .abstract.instanceof.App\Controller\Front\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageController).
Resolving inheritance for "App\Controller\Front\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController" (parent: .abstract.instanceof.App\Controller\Front\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController).
Resolving inheritance for "App\Controller\Front\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RechercheMap" (parent: .abstract.instanceof.App\Controller\Front\RechercheMap).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RechercheMap" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RechercheMap).
Resolving inheritance for "App\Controller\Front\RechercheMap" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RechercheMap).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController" (parent: .abstract.instanceof.App\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController).
Resolving inheritance for "App\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\WishController" (parent: .abstract.instanceof.App\Controller\Front\WishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\WishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\WishController).
Resolving inheritance for "App\Controller\Front\WishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\WishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\CommentsController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\CommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\CommentsController).
Resolving inheritance for "App\Controller\ReseauSociaux\CommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ConversationController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ConversationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ConversationController).
Resolving inheritance for "App\Controller\ReseauSociaux\ConversationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\LivestreamController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\LivestreamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\LivestreamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\LivestreamController).
Resolving inheritance for "App\Controller\ReseauSociaux\LivestreamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\LivestreamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\MessageController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\MessageController).
Resolving inheritance for "App\Controller\ReseauSociaux\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\NotificationController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\NotificationController).
Resolving inheritance for "App\Controller\ReseauSociaux\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PostLikeController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\PostLikeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PostLikeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PostLikeController).
Resolving inheritance for "App\Controller\ReseauSociaux\PostLikeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PostLikeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ProfilController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ProfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ProfilController).
Resolving inheritance for "App\Controller\ReseauSociaux\ProfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ProfilController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PublicationController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PublicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PublicationController).
Resolving inheritance for "App\Controller\ReseauSociaux\PublicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ReseauSociauxController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\ReseauSociauxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ReseauSociauxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ReseauSociauxController).
Resolving inheritance for "App\Controller\ReseauSociaux\ReseauSociauxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ReseauSociauxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\SearchKeyWordController" (parent: .abstract.instanceof.App\Controller\ReseauSociaux\SearchKeyWordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\SearchKeyWordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\SearchKeyWordController).
Resolving inheritance for "App\Controller\ReseauSociaux\SearchKeyWordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\SearchKeyWordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SatatusUserControler" (parent: .abstract.instanceof.App\Controller\SatatusUserControler).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SatatusUserControler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SatatusUserControler).
Resolving inheritance for "App\Controller\SatatusUserControler" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SatatusUserControler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMerController" (parent: .abstract.instanceof.App\Controller\TestMerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMerController).
Resolving inheritance for "App\Controller\TestMerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestmailController" (parent: .abstract.instanceof.App\Controller\TestmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestmailController).
Resolving inheritance for "App\Controller\TestmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UpdateOptionController" (parent: .abstract.instanceof.App\Controller\UpdateOptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UpdateOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UpdateOptionController).
Resolving inheritance for "App\Controller\UpdateOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UpdateOptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ViewTestController" (parent: .abstract.instanceof.App\Controller\ViewTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ViewTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ViewTestController).
Resolving inheritance for "App\Controller\ViewTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ViewTestController).
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.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddTableUserType" (parent: .abstract.instanceof.App\Form\AddTableUserType).
Resolving inheritance for "App\Form\AddTableUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddTableUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminLimitedType" (parent: .abstract.instanceof.App\Form\AdminLimitedType).
Resolving inheritance for "App\Form\AdminLimitedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminLimitedType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPromoType" (parent: .abstract.instanceof.App\Form\AdminPromoType).
Resolving inheritance for "App\Form\AdminPromoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPromoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnocepestTypePhpType" (parent: .abstract.instanceof.App\Form\AnnocepestTypePhpType).
Resolving inheritance for "App\Form\AnnocepestTypePhpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnocepestTypePhpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceChearchType" (parent: .abstract.instanceof.App\Form\AnnonceChearchType).
Resolving inheritance for "App\Form\AnnonceChearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceChearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceCliChearchType" (parent: .abstract.instanceof.App\Form\AnnonceCliChearchType).
Resolving inheritance for "App\Form\AnnonceCliChearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceCliChearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceClientType" (parent: .abstract.instanceof.App\Form\AnnonceClientType).
Resolving inheritance for "App\Form\AnnonceClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceType" (parent: .abstract.instanceof.App\Form\AnnonceType).
Resolving inheritance for "App\Form\AnnonceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType" (parent: .abstract.instanceof.App\Form\ArticleType).
Resolving inheritance for "App\Form\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisType" (parent: .abstract.instanceof.App\Form\AvisType).
Resolving inheritance for "App\Form\AvisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType" (parent: .abstract.instanceof.App\Form\BlogCategoryType).
Resolving inheritance for "App\Form\BlogCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrowserInfoType" (parent: .abstract.instanceof.App\Form\BrowserInfoType).
Resolving inheritance for "App\Form\BrowserInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrowserInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaracteristicVehicleType" (parent: .abstract.instanceof.App\Form\CaracteristicVehicleType).
Resolving inheritance for "App\Form\CaracteristicVehicleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaracteristicVehicleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryAnnoncePrestType" (parent: .abstract.instanceof.App\Form\CategoryAnnoncePrestType).
Resolving inheritance for "App\Form\CategoryAnnoncePrestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryAnnoncePrestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryCompanyType" (parent: .abstract.instanceof.App\Form\CategoryCompanyType).
Resolving inheritance for "App\Form\CategoryCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryMasterType" (parent: .abstract.instanceof.App\Form\CategoryMasterType).
Resolving inheritance for "App\Form\CategoryMasterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryMasterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommuneType" (parent: .abstract.instanceof.App\Form\CommuneType).
Resolving inheritance for "App\Form\CommuneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommuneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyIndividualType" (parent: .abstract.instanceof.App\Form\CompanyIndividualType).
Resolving inheritance for "App\Form\CompanyIndividualType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyIndividualType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmAdresseUserType" (parent: .abstract.instanceof.App\Form\ConfirmAdresseUserType).
Resolving inheritance for "App\Form\ConfirmAdresseUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmAdresseUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPlatform" (parent: .abstract.instanceof.App\Form\ContactPlatform).
Resolving inheritance for "App\Form\ContactPlatform" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPlatform).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactProductType" (parent: .abstract.instanceof.App\Form\ContactProductType).
Resolving inheritance for "App\Form\ContactProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType" (parent: .abstract.instanceof.App\Form\DepartmentType).
Resolving inheritance for "App\Form\DepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType" (parent: .abstract.instanceof.App\Form\ForgotPasswordType).
Resolving inheritance for "App\Form\ForgotPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityContactType" (parent: .abstract.instanceof.App\Form\IdentityContactType).
Resolving inheritance for "App\Form\IdentityContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityType" (parent: .abstract.instanceof.App\Form\IdentityType).
Resolving inheritance for "App\Form\IdentityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType" (parent: .abstract.instanceof.App\Form\ImageType).
Resolving inheritance for "App\Form\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImgCommentType" (parent: .abstract.instanceof.App\Form\ImgCommentType).
Resolving inheritance for "App\Form\ImgCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImgCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InfosCompanyType" (parent: .abstract.instanceof.App\Form\InfosCompanyType).
Resolving inheritance for "App\Form\InfosCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InfosCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LitigeFormType" (parent: .abstract.instanceof.App\Form\LitigeFormType).
Resolving inheritance for "App\Form\LitigeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LitigeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LivraisonType" (parent: .abstract.instanceof.App\Form\LivraisonType).
Resolving inheritance for "App\Form\LivraisonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LivraisonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailType" (parent: .abstract.instanceof.App\Form\MailType).
Resolving inheritance for "App\Form\MailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessagingType" (parent: .abstract.instanceof.App\Form\MessagingType).
Resolving inheritance for "App\Form\MessagingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessagingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackType" (parent: .abstract.instanceof.App\Form\PackType).
Resolving inheritance for "App\Form\PackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageHomeType" (parent: .abstract.instanceof.App\Form\PageHomeType).
Resolving inheritance for "App\Form\PageHomeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageHomeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoType" (parent: .abstract.instanceof.App\Form\PhotoType).
Resolving inheritance for "App\Form\PhotoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanningCompanyType" (parent: .abstract.instanceof.App\Form\PlanningCompanyType).
Resolving inheritance for "App\Form\PlanningCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanningCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAutoReductionType" (parent: .abstract.instanceof.App\Form\ProductAutoReductionType).
Resolving inheritance for "App\Form\ProductAutoReductionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAutoReductionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDescriptionType" (parent: .abstract.instanceof.App\Form\ProductDescriptionType).
Resolving inheritance for "App\Form\ProductDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGuideType" (parent: .abstract.instanceof.App\Form\ProductGuideType).
Resolving inheritance for "App\Form\ProductGuideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGuideType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductOptionType" (parent: .abstract.instanceof.App\Form\ProductOptionType).
Resolving inheritance for "App\Form\ProductOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPercentType" (parent: .abstract.instanceof.App\Form\ProductPercentType).
Resolving inheritance for "App\Form\ProductPercentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPercentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPeriodPriceType" (parent: .abstract.instanceof.App\Form\ProductPeriodPriceType).
Resolving inheritance for "App\Form\ProductPeriodPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPeriodPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReductionType" (parent: .abstract.instanceof.App\Form\ProductReductionType).
Resolving inheritance for "App\Form\ProductReductionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReductionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilCompanyType" (parent: .abstract.instanceof.App\Form\ProfilCompanyType).
Resolving inheritance for "App\Form\ProfilCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilUserType" (parent: .abstract.instanceof.App\Form\ProfilUserType).
Resolving inheritance for "App\Form\ProfilUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgrammingDayPriceType" (parent: .abstract.instanceof.App\Form\ProgrammingDayPriceType).
Resolving inheritance for "App\Form\ProgrammingDayPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgrammingDayPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResponseAvisType" (parent: .abstract.instanceof.App\Form\ResponseAvisType).
Resolving inheritance for "App\Form\ResponseAvisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResponseAvisType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType" (parent: .abstract.instanceof.App\Form\SliderType).
Resolving inheritance for "App\Form\SliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubCategoryType" (parent: .abstract.instanceof.App\Form\SubCategoryType).
Resolving inheritance for "App\Form\SubCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableType" (parent: .abstract.instanceof.App\Form\TableType).
Resolving inheritance for "App\Form\TableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableUserType" (parent: .abstract.instanceof.App\Form\TableUserType).
Resolving inheritance for "App\Form\TableUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarifDegressifType" (parent: .abstract.instanceof.App\Form\TarifDegressifType).
Resolving inheritance for "App\Form\TarifDegressifType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarifDegressifType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCompanyType" (parent: .abstract.instanceof.App\Form\TicketCompanyType).
Resolving inheritance for "App\Form\TicketCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketProductType" (parent: .abstract.instanceof.App\Form\TicketProductType).
Resolving inheritance for "App\Form\TicketProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType" (parent: .abstract.instanceof.App\Form\TicketType).
Resolving inheritance for "App\Form\TicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurEditType" (parent: .abstract.instanceof.App\Form\TransporteurEditType).
Resolving inheritance for "App\Form\TransporteurEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurPriceType" (parent: .abstract.instanceof.App\Form\TransporteurPriceType).
Resolving inheritance for "App\Form\TransporteurPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurType" (parent: .abstract.instanceof.App\Form\TransporteurType).
Resolving inheritance for "App\Form\TransporteurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TvaType" (parent: .abstract.instanceof.App\Form\TvaType).
Resolving inheritance for "App\Form\TvaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TvaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeAbonnementType" (parent: .abstract.instanceof.App\Form\TypeAbonnementType).
Resolving inheritance for "App\Form\TypeAbonnementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeAbonnementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeLocationType" (parent: .abstract.instanceof.App\Form\TypeLocationType).
Resolving inheritance for "App\Form\TypeLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypePrestationType" (parent: .abstract.instanceof.App\Form\TypePrestationType).
Resolving inheritance for "App\Form\TypePrestationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypePrestationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidPromoCodeType" (parent: .abstract.instanceof.App\Form\ValidPromoCodeType).
Resolving inheritance for "App\Form\ValidPromoCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidPromoCodeType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository" (parent: .abstract.instanceof.App\Repository\AbonnementRepository).
Resolving inheritance for "App\Repository\AbonnementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoiresDeChambreRepository" (parent: .abstract.instanceof.App\Repository\AccessoiresDeChambreRepository).
Resolving inheritance for "App\Repository\AccessoiresDeChambreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoiresDeChambreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityTypeRepository" (parent: .abstract.instanceof.App\Repository\ActivityTypeRepository).
Resolving inheritance for "App\Repository\ActivityTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminPromoRepository" (parent: .abstract.instanceof.App\Repository\AdminPromoRepository).
Resolving inheritance for "App\Repository\AdminPromoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminPromoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceCompanyRepository" (parent: .abstract.instanceof.App\Repository\AnnonceCompanyRepository).
Resolving inheritance for "App\Repository\AnnonceCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceRepository" (parent: .abstract.instanceof.App\Repository\AnnonceRepository).
Resolving inheritance for "App\Repository\AnnonceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppFeeRepository" (parent: .abstract.instanceof.App\Repository\AppFeeRepository).
Resolving inheritance for "App\Repository\AppFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisRepository" (parent: .abstract.instanceof.App\Repository\AvisRepository).
Resolving inheritance for "App\Repository\AvisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository" (parent: .abstract.instanceof.App\Repository\BlogCategoryRepository).
Resolving inheritance for "App\Repository\BlogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristicRepository" (parent: .abstract.instanceof.App\Repository\CaracteristicRepository).
Resolving inheritance for "App\Repository\CaracteristicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristiqueVehiculeRepository" (parent: .abstract.instanceof.App\Repository\CaracteristiqueVehiculeRepository).
Resolving inheritance for "App\Repository\CaracteristiqueVehiculeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristiqueVehiculeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnonceClientRepository" (parent: .abstract.instanceof.App\Repository\CategoryAnnonceClientRepository).
Resolving inheritance for "App\Repository\CategoryAnnonceClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnonceClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnoncePrestataireRepository" (parent: .abstract.instanceof.App\Repository\CategoryAnnoncePrestataireRepository).
Resolving inheritance for "App\Repository\CategoryAnnoncePrestataireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnoncePrestataireRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryMasterRepository" (parent: .abstract.instanceof.App\Repository\CategoryMasterRepository).
Resolving inheritance for "App\Repository\CategoryMasterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryMasterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CautionRepository" (parent: .abstract.instanceof.App\Repository\CautionRepository).
Resolving inheritance for "App\Repository\CautionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CautionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChambreRepository" (parent: .abstract.instanceof.App\Repository\ChambreRepository).
Resolving inheritance for "App\Repository\ChambreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChambreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandPackRepository" (parent: .abstract.instanceof.App\Repository\CommandPackRepository).
Resolving inheritance for "App\Repository\CommandPackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandPackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandProductRepository" (parent: .abstract.instanceof.App\Repository\CommandProductRepository).
Resolving inheritance for "App\Repository\CommandProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandRepository" (parent: .abstract.instanceof.App\Repository\CommandRepository).
Resolving inheritance for "App\Repository\CommandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommuneRepository" (parent: .abstract.instanceof.App\Repository\CommuneRepository).
Resolving inheritance for "App\Repository\CommuneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommuneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactProductRepository" (parent: .abstract.instanceof.App\Repository\ContactProductRepository).
Resolving inheritance for "App\Repository\ContactProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository" (parent: .abstract.instanceof.App\Repository\DepartmentRepository).
Resolving inheritance for "App\Repository\DepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipementsCuisineRepository" (parent: .abstract.instanceof.App\Repository\EquipementsCuisineRepository).
Resolving inheritance for "App\Repository\EquipementsCuisineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipementsCuisineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository" (parent: .abstract.instanceof.App\Repository\EquipmentRepository).
Resolving inheritance for "App\Repository\EquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuelTypeRepository" (parent: .abstract.instanceof.App\Repository\FuelTypeRepository).
Resolving inheritance for "App\Repository\FuelTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuelTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GearboxTypeRepository" (parent: .abstract.instanceof.App\Repository\GearboxTypeRepository).
Resolving inheritance for "App\Repository\GearboxTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GearboxTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAnnoncesRepository" (parent: .abstract.instanceof.App\Repository\ImageAnnoncesRepository).
Resolving inheritance for "App\Repository\ImageAnnoncesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAnnoncesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageCommentRepository" (parent: .abstract.instanceof.App\Repository\ImageCommentRepository).
Resolving inheritance for "App\Repository\ImageCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LangueHoteRepository" (parent: .abstract.instanceof.App\Repository\LangueHoteRepository).
Resolving inheritance for "App\Repository\LangueHoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LangueHoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitigeRepository" (parent: .abstract.instanceof.App\Repository\LitigeRepository).
Resolving inheritance for "App\Repository\LitigeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitigeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitsChambreRepository" (parent: .abstract.instanceof.App\Repository\LitsChambreRepository).
Resolving inheritance for "App\Repository\LitsChambreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitsChambreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LivraisonRepository" (parent: .abstract.instanceof.App\Repository\LivraisonRepository).
Resolving inheritance for "App\Repository\LivraisonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LivraisonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisatioHebergsRepository" (parent: .abstract.instanceof.App\Repository\LocalisatioHebergsRepository).
Resolving inheritance for "App\Repository\LocalisatioHebergsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisatioHebergsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository" (parent: .abstract.instanceof.App\Repository\LocationRepository).
Resolving inheritance for "App\Repository\LocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagingRepository" (parent: .abstract.instanceof.App\Repository\MessagingRepository).
Resolving inheritance for "App\Repository\MessagingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobilierExterieurRepository" (parent: .abstract.instanceof.App\Repository\MobilierExterieurRepository).
Resolving inheritance for "App\Repository\MobilierExterieurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobilierExterieurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackRepository" (parent: .abstract.instanceof.App\Repository\PackRepository).
Resolving inheritance for "App\Repository\PackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageHomeRepository" (parent: .abstract.instanceof.App\Repository\PageHomeRepository).
Resolving inheritance for "App\Repository\PageHomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageHomeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaiementRepository" (parent: .abstract.instanceof.App\Repository\PaiementRepository).
Resolving inheritance for "App\Repository\PaiementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaiementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository" (parent: .abstract.instanceof.App\Repository\ParticipantRepository).
Resolving inheritance for "App\Repository\ParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository" (parent: .abstract.instanceof.App\Repository\PayoutRepository).
Resolving inheritance for "App\Repository\PayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingLocationRepository" (parent: .abstract.instanceof.App\Repository\PendingLocationRepository).
Resolving inheritance for "App\Repository\PendingLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingReservationRepository" (parent: .abstract.instanceof.App\Repository\PendingReservationRepository).
Resolving inheritance for "App\Repository\PendingReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotosRepository" (parent: .abstract.instanceof.App\Repository\PhotosRepository).
Resolving inheritance for "App\Repository\PhotosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanningCompanyRepository" (parent: .abstract.instanceof.App\Repository\PlanningCompanyRepository).
Resolving inheritance for "App\Repository\PlanningCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanningCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAgendaRepository" (parent: .abstract.instanceof.App\Repository\ProductAgendaRepository).
Resolving inheritance for "App\Repository\ProductAgendaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAgendaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAutoReductionRepository" (parent: .abstract.instanceof.App\Repository\ProductAutoReductionRepository).
Resolving inheritance for "App\Repository\ProductAutoReductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAutoReductionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDescriptionRepository" (parent: .abstract.instanceof.App\Repository\ProductDescriptionRepository).
Resolving inheritance for "App\Repository\ProductDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository" (parent: .abstract.instanceof.App\Repository\ProductOptionRepository).
Resolving inheritance for "App\Repository\ProductOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPercentRepository" (parent: .abstract.instanceof.App\Repository\ProductPercentRepository).
Resolving inheritance for "App\Repository\ProductPercentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPercentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPeriodPriceRepository" (parent: .abstract.instanceof.App\Repository\ProductPeriodPriceRepository).
Resolving inheritance for "App\Repository\ProductPeriodPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPeriodPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReductionRepository" (parent: .abstract.instanceof.App\Repository\ProductReductionRepository).
Resolving inheritance for "App\Repository\ProductReductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReductionRepository).
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\ProgrammingDayPriceRepository" (parent: .abstract.instanceof.App\Repository\ProgrammingDayPriceRepository).
Resolving inheritance for "App\Repository\ProgrammingDayPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgrammingDayPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\AudienceRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\AudienceRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\AudienceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\AudienceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\CommentsRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\CommentsRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\CommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\CommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\ConversationRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\ConversationRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\ConversationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\ConversationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\EspaceRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\EspaceRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\EspaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\EspaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\MessageRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\MessageRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationTypeRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\NotificationTypeRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\NotificationTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationsRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\NotificationsRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\NotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostLikeRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\PostLikeRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\PostLikeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostLikeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostphotoRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\PostphotoRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\PostphotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostphotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PublicationRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\PublicationRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\PublicationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PublicationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\SharePostRepository" (parent: .abstract.instanceof.App\Repository\ReseauSociaux\SharePostRepository).
Resolving inheritance for "App\Repository\ReseauSociaux\SharePostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\SharePostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository" (parent: .abstract.instanceof.App\Repository\ReservationRepository).
Resolving inheritance for "App\Repository\ReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalleDeBainRepository" (parent: .abstract.instanceof.App\Repository\SalleDeBainRepository).
Resolving inheritance for "App\Repository\SalleDeBainRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalleDeBainRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SecurityRepository" (parent: .abstract.instanceof.App\Repository\SecurityRepository).
Resolving inheritance for "App\Repository\SecurityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SecurityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository" (parent: .abstract.instanceof.App\Repository\SliderRepository).
Resolving inheritance for "App\Repository\SliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubCategoryRepository" (parent: .abstract.instanceof.App\Repository\SubCategoryRepository).
Resolving inheritance for "App\Repository\SubCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository" (parent: .abstract.instanceof.App\Repository\TableRepository).
Resolving inheritance for "App\Repository\TableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableUserRepository" (parent: .abstract.instanceof.App\Repository\TableUserRepository).
Resolving inheritance for "App\Repository\TableUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifDegressifRepository" (parent: .abstract.instanceof.App\Repository\TarifDegressifRepository).
Resolving inheritance for "App\Repository\TarifDegressifRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifDegressifRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository" (parent: .abstract.instanceof.App\Repository\TicketRepository).
Resolving inheritance for "App\Repository\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransfertRepository" (parent: .abstract.instanceof.App\Repository\TransfertRepository).
Resolving inheritance for "App\Repository\TransfertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransfertRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurRepository" (parent: .abstract.instanceof.App\Repository\TransporteurRepository).
Resolving inheritance for "App\Repository\TransporteurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurWeightPriceRepository" (parent: .abstract.instanceof.App\Repository\TransporteurWeightPriceRepository).
Resolving inheritance for "App\Repository\TransporteurWeightPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurWeightPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TvaRepository" (parent: .abstract.instanceof.App\Repository\TvaRepository).
Resolving inheritance for "App\Repository\TvaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TvaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAbonnementRepository" (parent: .abstract.instanceof.App\Repository\TypeAbonnementRepository).
Resolving inheritance for "App\Repository\TypeAbonnementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAbonnementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeHebergementRepository" (parent: .abstract.instanceof.App\Repository\TypeHebergementRepository).
Resolving inheritance for "App\Repository\TypeHebergementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeHebergementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocalisationRepository" (parent: .abstract.instanceof.App\Repository\TypeLocalisationRepository).
Resolving inheritance for "App\Repository\TypeLocalisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocalisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocationRepository" (parent: .abstract.instanceof.App\Repository\TypeLocationRepository).
Resolving inheritance for "App\Repository\TypeLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeParticipantRepository" (parent: .abstract.instanceof.App\Repository\TypeParticipantRepository).
Resolving inheritance for "App\Repository\TypeParticipantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeParticipantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypePrestationRepository" (parent: .abstract.instanceof.App\Repository\TypePrestationRepository).
Resolving inheritance for "App\Repository\TypePrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypePrestationRepository).
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\WishListRepository" (parent: .abstract.instanceof.App\Repository\WishListRepository).
Resolving inheritance for "App\Repository\WishListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WishListRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AdminPromoValidator" (parent: .abstract.instanceof.App\Validator\AdminPromoValidator).
Resolving inheritance for "App\Validator\AdminPromoValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AdminPromoValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.company" (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_api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.dao.login_api" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.success_handler.login_api.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login_api.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login_api.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login_api.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authentication.listener.json.login_api" (parent: security.authentication.listener.json).
Resolving inheritance for "security.exception_listener.login_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
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 "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
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 "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.debug" (parent: monolog.logger_prototype).
1
Skipping service "App\Services\TwigService": Class or interface "App\Services\TwigService" cannot be loaded.
565
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.login_api"; reason: private alias.
Removed service "security.user_checker.login_api"; 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.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
Removed service "swiftmailer.spool"; reason: private alias.
Removed service "swiftmailer.transport.real"; reason: private alias.
Removed service "Swift_Spool"; reason: private alias.
Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
Removed service "swiftmailer.mailer"; reason: private alias.
Removed service "Swift_Mailer"; reason: private alias.
Removed service "Swift_Transport"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; 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 "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".service_locator.RMDx5M5"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.3S7Pdue"; reason: private alias.
Removed service ".service_locator.xdsoKyZ"; reason: private alias.
Removed service ".service_locator.MaNHHYa"; reason: private alias.
Removed service ".service_locator.OlNrarV"; reason: private alias.
Removed service ".service_locator.Dz82p_v"; reason: private alias.
Removed service ".service_locator.wwgbnWM"; reason: private alias.
Removed service ".service_locator.lYQK3Ul"; reason: private alias.
Removed service ".service_locator.1VOsLmh"; reason: private alias.
Removed service ".service_locator.azOAEfQ"; reason: private alias.
Removed service ".service_locator.lrzGQ_5"; reason: private alias.
Removed service ".service_locator.07mXvqs"; reason: private alias.
Removed service ".service_locator.s053qtC"; reason: private alias.
Removed service ".service_locator.pt59ClZ"; reason: private alias.
Removed service ".service_locator.v6P0otf"; reason: private alias.
Removed service ".service_locator.kyYhawI"; reason: private alias.
Removed service ".service_locator.f49or0T"; reason: private alias.
Removed service ".service_locator.2JT.2Bq"; reason: private alias.
Removed service ".service_locator.I3MNV6g"; reason: private alias.
Removed service ".service_locator.QewwISa"; reason: private alias.
Removed service ".service_locator.0AJyN1N"; reason: private alias.
Removed service ".service_locator.mS0AcD7"; reason: private alias.
Removed service ".service_locator.3ysqChC"; reason: private alias.
Removed service ".service_locator.k7y50Vq"; reason: private alias.
Removed service ".service_locator.no630kw"; reason: private alias.
Removed service ".service_locator.m3jBGvC"; reason: private alias.
Removed service ".service_locator.yHlsAT6"; reason: private alias.
Removed service ".service_locator.niQ.m_o"; reason: private alias.
Removed service ".service_locator.HqAZgmf"; reason: private alias.
Removed service ".service_locator.EVbqDdE"; reason: private alias.
Removed service ".service_locator.CRvoVEs"; reason: private alias.
Removed service ".service_locator.hUou6mz"; reason: private alias.
Removed service ".service_locator.vHh7c.6"; reason: private alias.
Removed service ".service_locator.Hhjlt4i"; reason: private alias.
Removed service ".service_locator.7ge_r35"; reason: private alias.
Removed service ".service_locator.H6f3cyp"; reason: private alias.
Removed service ".service_locator._rFkK7p"; reason: private alias.
Removed service ".service_locator.VvkLS_4"; reason: private alias.
Removed service ".service_locator.QQnveRr"; reason: private alias.
Removed service ".service_locator.0Im7K7_"; reason: private alias.
Removed service ".service_locator..rwQYbu"; reason: private alias.
Removed service ".service_locator.mBdKlP7"; reason: private alias.
Removed service ".service_locator.ZA8L1L0"; reason: private alias.
Removed service ".service_locator.CQmh1XQ"; reason: private alias.
Removed service ".service_locator.6r2cJzX"; reason: private alias.
Removed service ".service_locator.Agy.5po"; reason: private alias.
Removed service ".service_locator.IsQwWTZ"; reason: private alias.
Removed service ".service_locator.fiYJOx8"; reason: private alias.
Removed service ".service_locator.nXm7qCq"; reason: private alias.
Removed service ".service_locator._SQ7a7s"; reason: private alias.
Removed service ".service_locator.lEIhQgh"; reason: private alias.
Removed service ".service_locator.QxuwjwI"; reason: private alias.
Removed service ".service_locator.ze.uUj0"; reason: private alias.
Removed service ".service_locator.eAcrByF"; reason: private alias.
Removed service ".service_locator.n.E1PWB"; reason: private alias.
Removed service ".service_locator.VDF_qNv"; reason: private alias.
Removed service ".service_locator.d6ZKVHM"; reason: private alias.
Removed service ".service_locator.5ZaUa.e"; reason: private alias.
Removed service ".service_locator.NYyLQZm"; reason: private alias.
Removed service ".service_locator.5FbPIgh"; reason: private alias.
Removed service ".service_locator.454L5ax"; reason: private alias.
Removed service ".service_locator.D62G_bJ"; reason: private alias.
Removed service ".service_locator.Wbsjihq"; reason: private alias.
Removed service ".service_locator.VYgNPFa"; reason: private alias.
Removed service ".service_locator.w_VTtKj"; reason: private alias.
Removed service ".service_locator.S4sYDlM"; reason: private alias.
Removed service ".service_locator.sklvJg_"; reason: private alias.
Removed service ".service_locator.ZNAXFTM"; reason: private alias.
Removed service ".service_locator.6PXBRTF"; reason: private alias.
Removed service ".service_locator.S2WbZHT"; reason: private alias.
Removed service ".service_locator.pW80VCJ"; reason: private alias.
Removed service ".service_locator.Vqn.kQ7"; reason: private alias.
Removed service ".service_locator.8YHBsKB"; reason: private alias.
Removed service ".service_locator.A2sQ37g"; reason: private alias.
Removed service ".service_locator.JwMlI.g"; reason: private alias.
Removed service ".service_locator.9tKAVR."; reason: private alias.
Removed service ".service_locator.nycI3yi"; reason: private alias.
Removed service ".service_locator.gGQkwiN"; reason: private alias.
Removed service ".service_locator.5JvE3JA"; reason: private alias.
Removed service ".service_locator.ItruMtc"; reason: private alias.
Removed service ".service_locator.b0jE9gQ"; reason: private alias.
Removed service ".service_locator.xeazHiZ"; reason: private alias.
Removed service ".service_locator.ii.bam7"; reason: private alias.
Removed service ".service_locator.Sue2Vk0"; reason: private alias.
Removed service ".service_locator.j6YZJcW"; reason: private alias.
Removed service ".service_locator.HOy4FZ."; reason: private alias.
Removed service ".service_locator.AbpbjpN"; reason: private alias.
Removed service ".service_locator.junLQsN"; reason: private alias.
Removed service ".service_locator.h.ME_Vt"; reason: private alias.
Removed service ".service_locator.cetpOUy"; reason: private alias.
Removed service ".service_locator.e5mM1cl"; reason: private alias.
Removed service ".service_locator.QoXs2CS"; reason: private alias.
Removed service ".service_locator.hJuOJFD"; reason: private alias.
Removed service ".service_locator.xwOVljC"; reason: private alias.
Removed service ".service_locator.UTAulmI"; reason: private alias.
Removed service ".service_locator.mFiALwU"; reason: private alias.
Removed service ".service_locator.VrI1aAx"; reason: private alias.
Removed service ".service_locator.PhuwW56"; reason: private alias.
Removed service ".service_locator.XuRR.mU"; reason: private alias.
Removed service ".service_locator.WQo3VJg"; reason: private alias.
Removed service ".service_locator.y6CKjeK"; reason: private alias.
Removed service ".service_locator.shQVETZ"; reason: private alias.
Removed service ".service_locator.JhpPQZ9"; reason: private alias.
Removed service ".service_locator.xOOiXyi"; reason: private alias.
Removed service ".service_locator.CswZI65"; reason: private alias.
Removed service ".service_locator.W8TCcBE"; reason: private alias.
Removed service ".service_locator.3efYezF"; reason: private alias.
Removed service ".service_locator._Ith9W."; reason: private alias.
Removed service ".service_locator.1ZUwYpk"; reason: private alias.
Removed service ".service_locator.v.6vU8."; reason: private alias.
Removed service ".service_locator.R7wpCPI"; reason: private alias.
Removed service ".service_locator.Ia8M3qD"; reason: private alias.
Removed service ".service_locator.rlSCORd"; reason: private alias.
Removed service ".service_locator.IkONLX9"; reason: private alias.
Removed service ".service_locator.jHJocVJ"; reason: private alias.
Removed service ".service_locator.eVMLAvu"; reason: private alias.
Removed service ".service_locator.jm9NROS"; reason: private alias.
Removed service ".service_locator.Wd9re52"; reason: private alias.
Removed service ".service_locator.4hi2aOY"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.SRz.uRq"; reason: private alias.
Removed service ".service_locator.M35yEwF"; reason: private alias.
Removed service ".service_locator.pQAKZRW"; reason: private alias.
Removed service ".service_locator.XzMsA1I"; reason: private alias.
Removed service ".service_locator.QTN7mOx"; reason: private alias.
Removed service ".service_locator.yGd8RJG"; reason: private alias.
Removed service ".service_locator..SGwPZK"; reason: private alias.
Removed service ".service_locator.60R64Eu"; reason: private alias.
Removed service ".service_locator.dkvIqRt"; reason: private alias.
Removed service ".service_locator.zAGO2kk"; reason: private alias.
Removed service ".service_locator.O3mKrbF"; reason: private alias.
Removed service ".service_locator.crLc.Vq"; reason: private alias.
Removed service ".service_locator.71dM6Rb"; reason: private alias.
Removed service ".service_locator..V0AJ.d"; reason: private alias.
Removed service ".service_locator.4fqQJ4F"; reason: private alias.
Removed service ".service_locator.QWEZ7Mb"; reason: private alias.
Removed service ".service_locator.sm5nODO"; reason: private alias.
Removed service ".service_locator.iLNVx3Q"; reason: private alias.
Removed service ".service_locator.70hvysp"; reason: private alias.
Removed service ".service_locator.JXp87kC"; reason: private alias.
Removed service ".service_locator.KtgrFKn"; reason: private alias.
Removed service ".service_locator.OPfH_.m"; reason: private alias.
Removed service ".service_locator.XDDsqFW"; reason: private alias.
Removed service ".service_locator.Ov7r7Hc"; reason: private alias.
Removed service ".service_locator.Zp2Ckdu"; reason: private alias.
Removed service ".service_locator.jbDXOr1"; reason: private alias.
Removed service ".service_locator.02GTwTf"; reason: private alias.
Removed service ".service_locator.aenia.g"; reason: private alias.
Removed service ".service_locator.N6JfoxS"; reason: private alias.
Removed service ".service_locator.Pf34pth"; reason: private alias.
Removed service ".service_locator.U67.bKc"; reason: private alias.
Removed service ".service_locator.otRo.a9"; reason: private alias.
Removed service ".service_locator.Ky8zXWM"; reason: private alias.
Removed service ".service_locator.iCk6I0Q"; reason: private alias.
Removed service ".service_locator.G9P1d4D"; reason: private alias.
Removed service ".service_locator.Snf87om"; reason: private alias.
Removed service ".service_locator.SXPi9O."; reason: private alias.
Removed service ".service_locator.tkNNvVi"; reason: private alias.
Removed service ".service_locator.7WgvQrL"; reason: private alias.
Removed service ".service_locator.i0u2lVX"; reason: private alias.
Removed service ".service_locator.ssgn4vp"; reason: private alias.
Removed service ".service_locator.BTJSM5k"; reason: private alias.
Removed service ".service_locator.9tKgqCd"; reason: private alias.
Removed service ".service_locator.4F4PxXQ"; reason: private alias.
Removed service ".service_locator.QUBdTnw"; reason: private alias.
Removed service ".service_locator.I6uDghJ"; reason: private alias.
Removed service ".service_locator.uxqxYJe"; reason: private alias.
Removed service ".service_locator._kiReA4"; reason: private alias.
Removed service ".service_locator.7d7xfgL"; reason: private alias.
Removed service ".service_locator.QbMZGAx"; reason: private alias.
Removed service ".service_locator.UR0QTgZ"; reason: private alias.
Removed service ".service_locator.ZkBqSUp"; reason: private alias.
Removed service ".service_locator.cqTODom"; reason: private alias.
Removed service ".service_locator.Xq6p335"; reason: private alias.
Removed service ".service_locator.eJB.phQ"; reason: private alias.
Removed service ".service_locator.V6YYYTI"; reason: private alias.
Removed service ".service_locator.eWG4Nje"; reason: private alias.
Removed service ".service_locator.jkuQa2v"; reason: private alias.
Removed service ".service_locator.3oO_4eD"; reason: private alias.
Removed service ".service_locator.a60.qTc"; reason: private alias.
Removed service ".service_locator.ZHH5Orp"; reason: private alias.
Removed service ".service_locator.Su3ySaX"; reason: private alias.
Removed service ".service_locator.nNZL6gD"; reason: private alias.
Removed service ".service_locator.HvAOQIb"; reason: private alias.
Removed service ".service_locator.yd.FYQD"; reason: private alias.
Removed service ".service_locator.AxVxg5."; reason: private alias.
Removed service ".service_locator.cxGCBJO"; reason: private alias.
Removed service ".service_locator.FjoQmgL"; reason: private alias.
Removed service ".service_locator.OUubAso"; reason: private alias.
Removed service ".service_locator.XhNPVIK"; reason: private alias.
Removed service ".service_locator.SA_5ECy"; reason: private alias.
Removed service ".service_locator.Kd0DlWv"; reason: private alias.
Removed service ".service_locator.c3cJhHW"; reason: private alias.
Removed service ".service_locator.Gvd0AAE"; reason: private alias.
Removed service ".service_locator.QCudNCM"; reason: private alias.
Removed service ".service_locator.O49AHiS"; reason: private alias.
Removed service ".service_locator.nPwHUzV"; reason: private alias.
Removed service ".service_locator.Ol7SoOh"; reason: private alias.
Removed service ".service_locator.gabcmqf"; reason: private alias.
Removed service ".service_locator.0.yQVTX"; reason: private alias.
Removed service ".service_locator.QzEcBVT"; reason: private alias.
Removed service ".service_locator.2MqGuof"; reason: private alias.
Removed service ".service_locator.E9J2ruy"; reason: private alias.
Removed service ".service_locator.rn5w9Px"; reason: private alias.
Removed service ".service_locator.8PQa8Mp"; reason: private alias.
Removed service ".service_locator.HMy2eBu"; reason: private alias.
Removed service ".service_locator.G8rRsF1"; reason: private alias.
Removed service ".service_locator.NZ2yyWV"; reason: private alias.
Removed service ".service_locator.RMwnpXt"; reason: private alias.
Removed service ".service_locator.xK7iSys"; reason: private alias.
Removed service ".service_locator.HyylSEM"; reason: private alias.
Removed service ".service_locator.GJ.3kb6"; reason: private alias.
Removed service ".service_locator.jcjzYhv"; reason: private alias.
Removed service ".service_locator.pTBWeyt"; reason: private alias.
Removed service ".service_locator.guzkM47"; reason: private alias.
Removed service ".service_locator.qIDWUWa"; reason: private alias.
Removed service ".service_locator.swOW.Lr"; reason: private alias.
Removed service ".service_locator.ESQa0R0"; reason: private alias.
Removed service ".service_locator.2sSylUU"; reason: private alias.
Removed service ".service_locator.8fYcNJQ"; reason: private alias.
Removed service ".service_locator.rGxqgNz"; reason: private alias.
Removed service ".service_locator.mKceHur"; reason: private alias.
Removed service ".service_locator.ywX4yro"; reason: private alias.
Removed service ".service_locator.nLi9ux1"; reason: private alias.
Removed service ".service_locator.eOajIxU"; reason: private alias.
Removed service ".service_locator.9qlFmaK"; reason: private alias.
Removed service ".service_locator.csZKKeT"; reason: private alias.
Removed service ".service_locator.6Awyz2f"; reason: private alias.
Removed service ".service_locator.W6llLG5"; reason: private alias.
Removed service ".service_locator.zFKhEE8"; reason: private alias.
Removed service ".service_locator.D6Id.VP"; reason: private alias.
Removed service ".service_locator.kS3Gm6f"; reason: private alias.
Removed service ".service_locator.uI0uzOO"; reason: private alias.
Removed service ".service_locator.xI2Q31O"; reason: private alias.
Removed service ".service_locator.YaKBwZB"; reason: private alias.
Removed service ".service_locator.FPIuBMl"; reason: private alias.
Removed service ".service_locator.HQqsCsW"; reason: private alias.
Removed service ".service_locator.ZvCiPP1"; reason: private alias.
Removed service ".service_locator.1fCvhhu"; reason: private alias.
Removed service ".service_locator.yEqeg8V"; reason: private alias.
Removed service ".service_locator.GM9XraA"; reason: private alias.
Removed service ".service_locator.8IUS0e6"; reason: private alias.
Removed service ".service_locator.qCgS1j0"; reason: private alias.
Removed service ".service_locator.CcAOoUg"; reason: private alias.
Removed service ".service_locator.WlZZxTq"; reason: private alias.
Removed service ".service_locator.07BHmBK"; reason: private alias.
Removed service ".service_locator.2T9tiNJ"; reason: private alias.
Removed service ".service_locator.RkxWUvP"; reason: private alias.
Removed service ".service_locator.YPuFOZQ"; reason: private alias.
Removed service ".service_locator.ojD.GX3"; reason: private alias.
Removed service ".service_locator.382k1jJ"; reason: private alias.
Removed service ".service_locator.qnQjmNa"; reason: private alias.
Removed service ".service_locator.bphijCK"; reason: private alias.
Removed service ".service_locator.MdygR8K"; reason: private alias.
Removed service ".service_locator.MP5uPYj"; reason: private alias.
Removed service ".service_locator.edR2Jhi"; reason: private alias.
Removed service ".service_locator.8disfCD"; reason: private alias.
Removed service ".service_locator.C.UPPDz"; reason: private alias.
Removed service ".service_locator.pcg7U94"; reason: private alias.
Removed service ".service_locator.15bWJAW"; reason: private alias.
Removed service ".service_locator.FpahPko"; reason: private alias.
Removed service ".service_locator.1J.0qcm"; reason: private alias.
Removed service ".service_locator.e4krKqQ"; reason: private alias.
Removed service ".service_locator.Z3eLbhT"; reason: private alias.
Removed service ".service_locator.8ABOs_9"; reason: private alias.
Removed service ".service_locator.VrIFKUc"; reason: private alias.
Removed service ".service_locator.vCs2lZg"; reason: private alias.
Removed service ".service_locator.1QfGk.i"; reason: private alias.
Removed service ".service_locator.YlztlcY"; reason: private alias.
Removed service ".service_locator.d3UnK1."; reason: private alias.
Removed service ".service_locator.lEVg6.4"; reason: private alias.
Removed service ".service_locator.Jpa461O"; reason: private alias.
Removed service ".service_locator.xPBQiGU"; reason: private alias.
Removed service ".service_locator.6Ike6jz"; reason: private alias.
Removed service ".service_locator.E1NmRLM"; reason: private alias.
Removed service ".service_locator.ffOFjPm"; reason: private alias.
Removed service ".service_locator.QG35nz9"; reason: private alias.
Removed service ".service_locator.juVUR3E"; reason: private alias.
Removed service ".service_locator.MTB0Hta"; reason: private alias.
Removed service ".service_locator.STep.LM"; reason: private alias.
Removed service ".service_locator.HyOy07v"; reason: private alias.
Removed service ".service_locator.OoY8lsY"; reason: private alias.
Removed service ".service_locator.McdT_gA"; reason: private alias.
Removed service ".service_locator.X6xgNTA"; reason: private alias.
Removed service ".service_locator..jwUtCV"; reason: private alias.
Removed service ".service_locator.ZoOCBLn"; reason: private alias.
Removed service ".service_locator.r2e2DRj"; reason: private alias.
Removed service ".service_locator.V.vpiGK"; reason: private alias.
Removed service ".service_locator.nWSSc6i"; reason: private alias.
Removed service ".service_locator.ih4PizC"; reason: private alias.
Removed service ".service_locator.a.KxB5O"; reason: private alias.
Removed service ".service_locator.xnPHPSI"; reason: private alias.
Removed service ".service_locator.V2ifK__"; reason: private alias.
Removed service ".service_locator.62R_K2p"; reason: private alias.
Removed service ".service_locator.OqBKzBu"; reason: private alias.
Removed service ".service_locator.cgJFOG_"; reason: private alias.
Removed service ".service_locator.bBzpw5Y"; reason: private alias.
Removed service ".service_locator.XdhD6rA"; reason: private alias.
Removed service ".service_locator.ZwkZX3T"; reason: private alias.
Removed service ".service_locator.3GQsDCX"; reason: private alias.
Removed service ".service_locator.AfDBLOt"; reason: private alias.
Removed service ".service_locator.n1qUhOw"; reason: private alias.
Removed service ".service_locator.x4wM95T"; reason: private alias.
Removed service ".service_locator.yzEMU5l"; reason: private alias.
Removed service ".service_locator.vtlxB4P"; reason: private alias.
Removed service ".service_locator.q4nD8m5"; reason: private alias.
Removed service ".service_locator.zIe9TVW"; reason: private alias.
Removed service ".service_locator.0X4TeBH"; reason: private alias.
Removed service ".service_locator.cqp5Far"; reason: private alias.
Removed service ".service_locator.M5qPYjA"; reason: private alias.
Removed service ".service_locator.FiBjs.f"; reason: private alias.
Removed service ".service_locator.gMIEZCs"; reason: private alias.
Removed service ".service_locator.1ASeMmw"; reason: private alias.
Removed service ".service_locator.Ni9hQlv"; reason: private alias.
Removed service ".service_locator.i8F.C6o"; reason: private alias.
Removed service ".service_locator.rLVyDGx"; reason: private alias.
Removed service ".service_locator.qJ06oCT"; reason: private alias.
Removed service ".service_locator.7kK14Vq"; reason: private alias.
Removed service ".service_locator.cIfFQ4j"; reason: private alias.
Removed service ".service_locator.xpEKKUv"; reason: private alias.
Removed service ".service_locator.irg1X6P"; reason: private alias.
Removed service ".service_locator.6pGArlq"; reason: private alias.
Removed service ".service_locator.OOlMOeA"; reason: private alias.
Removed service ".service_locator.hehrcoh"; reason: private alias.
Removed service ".service_locator.9iyu.D5"; reason: private alias.
Removed service ".service_locator.ZErPz5A"; reason: private alias.
Removed service ".service_locator.h2fFYx3"; reason: private alias.
Removed service ".service_locator.PatIl41"; reason: private alias.
Removed service ".service_locator.hVwI3we"; reason: private alias.
Removed service ".service_locator.DUE3bq6"; reason: private alias.
Removed service ".service_locator.BIqdfzI"; reason: private alias.
Removed service ".service_locator.VEPzEpX"; reason: private alias.
Removed service ".service_locator.dbZqf4q"; reason: private alias.
Removed service ".service_locator.1RJ3gWw"; reason: private alias.
Removed service ".service_locator..Sg2e4k"; reason: private alias.
Removed service ".service_locator.G8O_.y4"; reason: private alias.
Removed service ".service_locator.IoBG4AV"; reason: private alias.
Removed service ".service_locator.vOyiPQK"; reason: private alias.
Removed service ".service_locator.tyd4al8"; reason: private alias.
Removed service ".service_locator.mpV020f"; reason: private alias.
Removed service ".service_locator.PxcGghD"; reason: private alias.
Removed service ".service_locator.adwN8Ox"; reason: private alias.
Removed service ".service_locator.ksd6mdH"; reason: private alias.
Removed service ".service_locator.t6W7Nml"; reason: private alias.
Removed service ".service_locator.9985Jjb"; reason: private alias.
Removed service ".service_locator.sJPp.pk"; reason: private alias.
Removed service ".service_locator.AYYYtQz"; reason: private alias.
Removed service ".service_locator.6eX46H7"; reason: private alias.
Removed service ".service_locator.ZX.UlMv"; reason: private alias.
Removed service ".service_locator.XLnb0gk"; reason: private alias.
Removed service ".service_locator.URlWCIC"; reason: private alias.
Removed service ".service_locator.kXCVHeG"; reason: private alias.
Removed service ".service_locator.3yPo42h"; reason: private alias.
Removed service ".service_locator.ihVZUV8"; reason: private alias.
Removed service ".service_locator.IlNg4.h"; reason: private alias.
Removed service ".service_locator.w8fPNdy"; reason: private alias.
Removed service ".service_locator.QwldDyK"; reason: private alias.
Removed service ".service_locator.y0c7yir"; reason: private alias.
Removed service ".service_locator.zwuaKcw"; reason: private alias.
Removed service ".service_locator.e_U5QNi"; reason: private alias.
Removed service ".service_locator.NK827YO"; reason: private alias.
Removed service ".service_locator.7rb4.2E"; reason: private alias.
Removed service ".service_locator.WUQLDJD"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
118
Changed reference of service "App\Controller\CompanySpace\SubscriptionController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\LocationController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\RechercheMap" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\RechercheMap" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Front\ReservationController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\Front\WishController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\CompanyAppAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\CompanyAppAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\UserAppAuthenticator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Security\UserAppAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\UserAppAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Services\MangoPayService" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.login_api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login_api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login_api.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.json.login_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json.login_api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
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 ".service_locator.Eoc8etk" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.8_F_x2l" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.XkWvEy6" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.hkC8QpC" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.mrFJ9Yn" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.RG90qSG" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.QH_ILxz" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.dtQAMSf" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.WiRn98c" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.V_T7gSp" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.ZkPhE8x" previously pointing to "security.user_password_encoder.generic" to "security.password_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.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DF.FiPH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
686
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCommunesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateCommunesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDepartmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateDepartmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateHomeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateHomeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateNotifAviCommende"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateNotifAviCommende"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatePageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreatePageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateReccuringPayInRegistrationMIT"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateReccuringPayInRegistrationMIT"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateSubscriptionReccuringPayinMIT"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateSubscriptionReccuringPayinMIT"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RetourCautionClient"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RetourCautionClient"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AndranaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AndranaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AndranaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminCommuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminCommuneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminCommuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminFinancesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminFinancesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminFinancesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminPromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminPromoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminPromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AdminReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AdminReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AdminReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AjoutTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AjoutTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AjoutTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\AvisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\AvisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\AvisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CautionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CautionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\CautionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ConfigHebergementGestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ConfigHebergementGestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\ConfigHebergementGestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LitigeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LitigeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\LitigeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\LivraisonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\LivraisonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\LivraisonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\MessagingUser"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\MessagingUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\MessagingUser"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\PackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\PageHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\PageHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\PageHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\TypeAbonnementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\TypeAbonnementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\TypeAbonnementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Back\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Back\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Back\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\AnnonceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\AnnonceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\AnnonceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LitigeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LitigeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\LitigeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\LocationCliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\LocationCliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\LocationCliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\PlanningClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\PlanningClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\PlanningClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ProfilController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\ReservationCliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\ReservationCliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\ReservationCliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TableUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TableUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\TableUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientSpace\WishListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientSpace\WishListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientSpace\WishListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AnnonceCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AnnonceCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\AnnonceCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\AvisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\AvisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\AvisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ChargeSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ChargeSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\ChargeSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\CompanyInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\CompanyInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\CompanyInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\LocationCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\LocationCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\LocationCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\PlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ProfilController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\ResevationCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\ResevationCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\ResevationCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\StripeSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\StripeSubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\StripeSubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TchatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TchatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\TchatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanySpace\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanySpace\WalletController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanySpace\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CommandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CommandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\LocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\RechercheMap"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\RechercheMap"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\RechercheMap"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\WishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\WishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\WishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\CommentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ConversationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\LivestreamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\LivestreamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\LivestreamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PostLikeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PostLikeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\PostLikeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ProfilController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\ProfilController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\PublicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\ReseauSociauxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\ReseauSociauxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\ReseauSociauxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReseauSociaux\SearchKeyWordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReseauSociaux\SearchKeyWordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReseauSociaux\SearchKeyWordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SatatusUserControler"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SatatusUserControler"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SatatusUserControler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestMerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UpdateOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UpdateOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UpdateOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ViewTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ViewTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ViewTestController"; 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.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddTableUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddTableUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminLimitedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminLimitedType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminPromoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminPromoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnocepestTypePhpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnocepestTypePhpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceChearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnonceChearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceCliChearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnonceCliChearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnonceClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnonceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnonceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AvisType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AvisType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BlogCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BrowserInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BrowserInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaracteristicVehicleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CaracteristicVehicleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryAnnoncePrestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryAnnoncePrestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryMasterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryMasterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommuneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommuneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyIndividualType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyIndividualType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmAdresseUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfirmAdresseUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactPlatform"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactPlatform"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DepartmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DepartmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ForgotPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IdentityContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IdentityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IdentityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImgCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ImgCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InfosCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InfosCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LitigeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LitigeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LivraisonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LivraisonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessagingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MessagingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PageHomeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PageHomeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PhotoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanningCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PlanningCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductAutoReductionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductAutoReductionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductGuideType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductGuideType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPercentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductPercentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPeriodPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductPeriodPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReductionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductReductionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfilCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfilUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProgrammingDayPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProgrammingDayPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResponseAvisType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResponseAvisType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TableUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TableUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TarifDegressifType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TarifDegressifType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporteurEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporteurPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporteurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporteurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TvaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TvaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeAbonnementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TypeAbonnementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TypeLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypePrestationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TypePrestationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ValidPromoCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ValidPromoCodeType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbonnementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AbonnementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessoiresDeChambreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessoiresDeChambreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminPromoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminPromoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnonceCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnonceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnonceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AppFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AvisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AvisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BlogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CaracteristicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaracteristiqueVehiculeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CaracteristiqueVehiculeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnonceClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryAnnonceClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryAnnoncePrestataireRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryAnnoncePrestataireRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryMasterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryMasterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CautionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CautionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChambreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChambreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandPackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommandPackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommandProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommuneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommuneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DepartmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipementsCuisineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipementsCuisineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuelTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FuelTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GearboxTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GearboxTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageAnnoncesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageAnnoncesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LangueHoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LangueHoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitigeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LitigeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LitsChambreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LitsChambreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LivraisonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LivraisonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisatioHebergsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocalisatioHebergsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessagingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobilierExterieurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MobilierExterieurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageHomeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageHomeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaiementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaiementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PendingLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PendingReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PhotosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanningCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanningCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAgendaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductAgendaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAutoReductionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductAutoReductionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPercentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPercentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPeriodPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPeriodPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReductionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductReductionRepository"; 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\ProgrammingDayPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgrammingDayPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\AudienceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\AudienceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\CommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\CommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\ConversationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\ConversationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\EspaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\EspaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\NotificationTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\NotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\NotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostLikeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\PostLikeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PostphotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\PostphotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\PublicationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\PublicationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReseauSociaux\SharePostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReseauSociaux\SharePostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalleDeBainRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SalleDeBainRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SecurityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SecurityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TableUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifDegressifRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TarifDegressifRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransfertRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransfertRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporteurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporteurWeightPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporteurWeightPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TvaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TvaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeAbonnementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeAbonnementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeHebergementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeHebergementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocalisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeLocalisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeParticipantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeParticipantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypePrestationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypePrestationRepository"; 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\WishListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WishListRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\AdminPromoValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\AdminPromoValidator"; reason: abstract.
105
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Doctrine\Functions\GeoDistance"; reason: unused.
Removed service "App\Model\ContactDTO"; reason: unused.
Removed service "App\Serializer\CircularReferenceHandler"; reason: unused.
Removed service "App\Services\MangoPayRecurring"; reason: unused.
Removed service "App\Services\Password"; reason: unused.
Removed service "App\Services\TwigService"; reason: unused.
Removed service "App\Validator\AdminPromo"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~ZBDA8_q"; 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.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.user_providers"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "swiftmailer.transport.failover"; 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.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; 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 "Pentatrion\ViteBundle\Asset\ViteAssetVersionStrategy"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
385
Inlined service ".service_locator.GNc8e5B.App\Controller\AndranaController" to "App\Controller\AndranaController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminCommuneController" to "App\Controller\Back\AdminCommuneController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminController" to "App\Controller\Back\AdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminFinancesController" to "App\Controller\Back\AdminFinancesController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminLocationController" to "App\Controller\Back\AdminLocationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminPromoController" to "App\Controller\Back\AdminPromoController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AdminReservationController" to "App\Controller\Back\AdminReservationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AjoutTypeController" to "App\Controller\Back\AjoutTypeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\AvisController" to "App\Controller\Back\AvisController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\BlogController" to "App\Controller\Back\BlogController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\CategoryController" to "App\Controller\Back\CategoryController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\CautionController" to "App\Controller\Back\CautionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\CommandController" to "App\Controller\Back\CommandController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\CompanyController" to "App\Controller\Back\CompanyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\ConfigHebergementGestionController" to "App\Controller\Back\ConfigHebergementGestionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\DashboardController" to "App\Controller\Back\DashboardController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\LitigeController" to "App\Controller\Back\LitigeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\LivraisonController" to "App\Controller\Back\LivraisonController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\MessagingUser" to "App\Controller\Back\MessagingUser".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\PackController" to "App\Controller\Back\PackController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\PageController" to "App\Controller\Back\PageController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\PageHomeController" to "App\Controller\Back\PageHomeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\ProductController" to "App\Controller\Back\ProductController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\SliderController" to "App\Controller\Back\SliderController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\SubscriptionController" to "App\Controller\Back\SubscriptionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\TypeAbonnementController" to "App\Controller\Back\TypeAbonnementController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Back\UserController" to "App\Controller\Back\UserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\AnnonceController" to "App\Controller\ClientSpace\AnnonceController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\CommandController" to "App\Controller\ClientSpace\CommandController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\DashboardController" to "App\Controller\ClientSpace\DashboardController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\LitigeController" to "App\Controller\ClientSpace\LitigeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\LocationCliController" to "App\Controller\ClientSpace\LocationCliController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\PlanningClientController" to "App\Controller\ClientSpace\PlanningClientController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\ProfilController" to "App\Controller\ClientSpace\ProfilController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\ReservationCliController" to "App\Controller\ClientSpace\ReservationCliController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\TableController" to "App\Controller\ClientSpace\TableController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\TableUserController" to "App\Controller\ClientSpace\TableUserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\TicketController" to "App\Controller\ClientSpace\TicketController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ClientSpace\WishListController" to "App\Controller\ClientSpace\WishListController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\AnnonceCompanyController" to "App\Controller\CompanySpace\AnnonceCompanyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\AvisController" to "App\Controller\CompanySpace\AvisController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\ChargeSubscriptionController" to "App\Controller\CompanySpace\ChargeSubscriptionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\CommandController" to "App\Controller\CompanySpace\CommandController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\CompanyInfoController" to "App\Controller\CompanySpace\CompanyInfoController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\DashboardController" to "App\Controller\CompanySpace\DashboardController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\LocationCompanyController" to "App\Controller\CompanySpace\LocationCompanyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\PaymentController" to "App\Controller\CompanySpace\PaymentController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\PlanningController" to "App\Controller\CompanySpace\PlanningController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\ProductController" to "App\Controller\CompanySpace\ProductController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\ProfilController" to "App\Controller\CompanySpace\ProfilController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\ResevationCompanyController" to "App\Controller\CompanySpace\ResevationCompanyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\StripeSubscriptionController" to "App\Controller\CompanySpace\StripeSubscriptionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\SubscriptionController" to "App\Controller\CompanySpace\SubscriptionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\TchatController" to "App\Controller\CompanySpace\TchatController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\TicketController" to "App\Controller\CompanySpace\TicketController".
Inlined service ".service_locator.GNc8e5B.App\Controller\CompanySpace\WalletController" to "App\Controller\CompanySpace\WalletController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ConversationController" to "App\Controller\ConversationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\ArticleController" to "App\Controller\Front\ArticleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\BlogController" to "App\Controller\Front\BlogController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\CommandController" to "App\Controller\Front\CommandController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\CompanyController" to "App\Controller\Front\CompanyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\ContactController" to "App\Controller\Front\ContactController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\HomeController" to "App\Controller\Front\HomeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\LocationController" to "App\Controller\Front\LocationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\PackController" to "App\Controller\Front\PackController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\PageController" to "App\Controller\Front\PageController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\ProductController" to "App\Controller\Front\ProductController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\RechercheMap" to "App\Controller\Front\RechercheMap".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\ReservationController" to "App\Controller\Front\ReservationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Front\WishController" to "App\Controller\Front\WishController".
Inlined service ".service_locator.GNc8e5B.App\Controller\NotificationController" to "App\Controller\NotificationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\CommentsController" to "App\Controller\ReseauSociaux\CommentsController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\ConversationController" to "App\Controller\ReseauSociaux\ConversationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\LivestreamController" to "App\Controller\ReseauSociaux\LivestreamController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\MessageController" to "App\Controller\ReseauSociaux\MessageController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\NotificationController" to "App\Controller\ReseauSociaux\NotificationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\PostLikeController" to "App\Controller\ReseauSociaux\PostLikeController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\ProfilController" to "App\Controller\ReseauSociaux\ProfilController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\PublicationController" to "App\Controller\ReseauSociaux\PublicationController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\ReseauSociauxController" to "App\Controller\ReseauSociaux\ReseauSociauxController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ReseauSociaux\SearchKeyWordController" to "App\Controller\ReseauSociaux\SearchKeyWordController".
Inlined service ".service_locator.GNc8e5B.App\Controller\SatatusUserControler" to "App\Controller\SatatusUserControler".
Inlined service ".service_locator.GNc8e5B.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.GNc8e5B.App\Controller\TestMerController" to "App\Controller\TestMerController".
Inlined service ".service_locator.GNc8e5B.App\Controller\TestmailController" to "App\Controller\TestmailController".
Inlined service ".service_locator.GNc8e5B.App\Controller\UpdateOptionController" to "App\Controller\UpdateOptionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ViewTestController" to "App\Controller\ViewTestController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "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.handler.native" to "session.storage.native".
Inlined service ".service_locator.JzpSxHw" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.tAh4dE8" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.aLPzBe1" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "vite.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.bBRwv06" 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.bzEhbFu" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.mZHwscV" to "security.access_map".
Inlined service ".security.request_matcher.lMjck9N" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.login_api.json_login" to "security.authentication.listener.json.login_api".
Inlined service "security.authentication.failure_handler.login_api.json_login" to "security.authentication.listener.json.login_api".
Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.json.login_api".
Inlined service "security.exception_listener.login_api" to "security.firewall.map.context.login_api".
Inlined service "security.firewall.map.config.login_api" to "security.firewall.map.context.login_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.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~Ud_WWwl" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~Ud_WWwl" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~Ud_WWwl" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~Ud_WWwl" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
Inlined service "mercure.hub.default.publisher.traceable.inner" to "mercure.hub.default.publisher.traceable".
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 "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service ".1_TokenStorage~rRbBbcp" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.EyZUPFz" to ".service_locator.EyZUPFz.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "mercure.hub.default.jwt_provider" to "mercure.hub.default.publisher.traceable.inner".
Inlined service ".service_locator.2Rczues" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.EyZUPFz.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "mercure.hub.default.publisher.traceable", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.validator", but was never used.