Error 500 Internal Server Error

GET https://api-car.demo-projects.ifbegin.com/api/v1/car/position/last_vehicle_states?localeLang=ar&vehicle=

Forwarded to ErrorController (e9389a)

Exceptions

HTTP/2 400 returned for "https://api.navirec.com/last_vehicle_states/?vehicle=".

Exception

Symfony\Component\HttpClient\Exception\ ClientException

Show exception properties
Symfony\Component\HttpClient\Exception\ClientException {#3401
  -response: Symfony\Component\HttpClient\Response\TraceableResponse {#3373
    -client: Symfony\Component\HttpClient\UriTemplateHttpClient {#3253
      -expander: null
      -defaultVars: []
      -client: Symfony\Component\HttpClient\CurlHttpClient {#3252
        -defaultOptions: array:31 [
          "auth_basic" => null
          "auth_bearer" => null
          "query" => []
          "headers" => []
          "body" => ""
          "json" => null
          "user_data" => null
          "max_redirects" => 20
          "http_version" => null
          "base_uri" => null
          "buffer" => true
          "on_progress" => null
          "resolve" => []
          "proxy" => null
          "no_proxy" => null
          "timeout" => null
          "max_duration" => 0
          "bindto" => "0"
          "verify_peer" => true
          "verify_host" => true
          "cafile" => null
          "capath" => null
          "local_cert" => null
          "local_pk" => null
          "passphrase" => null
          "ciphers" => null
          "peer_fingerprint" => null
          "capture_peer_cert_chain" => false
          "crypto_method" => 33
          "extra" => []
          "auth_ntlm" => null
        ]
        -logger: Symfony\Component\HttpKernel\Log\Logger {#65
          -minLevelIndex: 0
          -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#429
            returnType: "string"
            this: Symfony\Component\HttpKernel\Log\Logger {#65}
            file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/Log/Logger.php"
            line: "139 to 164"
          }
          -debug: true
          -logs: array:2 [
            8 => array:42 [
              0 => array:7 [
                "channel" => null
                "context" => array:4 [
                  "route" => "CAR_LAST_STATES"
                  "route_parameters" => array:2 [
                    "_route" => "CAR_LAST_STATES"
                    "_controller" => "App\Controller\Api\V1\Car\CarApiController::getLastVehicleStates"
                  ]
                  "request_uri" => "https://api-car.demo-projects.ifbegin.com/api/v1/car/position/last_vehicle_states?localeLang=ar&vehicle="
                  "method" => "GET"
                ]
                "message" => "Matched route "{route}"."
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              1 => array:7 [
                "channel" => null
                "context" => array:1 [
                  "exception" => ErrorException {#624
                    #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
                    #code: 0
                    #file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
                    #line: 210
                    #severity: E_USER_DEPRECATED
                    trace: {
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                        Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                        › 
                        ›     @trigger_error($message, E_USER_DEPRECATED);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                        Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                        › 
                        ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:89 {
                        Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                        › if (! version_compare($version, '8.0.0', '>=')) {    Deprecation::trigger(        'doctrine/orm',
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                        Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                        › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                        Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                        › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/dbal/src/Connection.php:416 {
                        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                        › 
                        ›     return $this->_driver->createDatabasePlatformForVersion($version);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/dbal/src/Connection.php:318 {
                        Doctrine\DBAL\Connection->getDatabasePlatform() …
                        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:724 {
                        Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                        › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:546 {
                        Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                        › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:174 {
                        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                        › } else {    $this->completeIdGeneratorMapping($class);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                        Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                        › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                        › 
                        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                        › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/EntityManager.php:215 {
                        Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                        › {    return $this->metadataFactory->getMetadataFor($className);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                        › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:27 {
                        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                        › {    return $this->doGetRepository($entityManager, $entityName, true);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/EntityManager.php:490 {
                        Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                        › {    return $this->repositoryFactory->getRepository($this, $className);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php:45 {
                        Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager->__construct(ObjectManager $om, $class) …
                        › 
                        › $repository = $om->getRepository($class);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService.php:30 {
                        ContainerL7E1D6J\getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService::do($container, $lazyLoad = true) …
                        › 
                        ›     return $container->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager($a, 'App\\Entity\\RefreshToken');}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/App_KernelDevDebugContainer.php:562 {
                        ContainerL7E1D6J\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                        › 
                        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/getSecurity_Authenticator_RefreshJwt_ApiService.php:30 {
                        ContainerL7E1D6J\getSecurity_Authenticator_RefreshJwt_ApiService::do($container, $lazyLoad = true) …
                        › 
                        › $a = ($container->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $container->load('getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService'));}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/App_KernelDevDebugContainer.php:562 {
                        ContainerL7E1D6J\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                        › 
                        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/getSecurity_Authenticator_Manager_ApiService.php:30 {
                        ContainerL7E1D6J\getSecurity_Authenticator_Manager_ApiService::do($container, $lazyLoad = true) …
                        › }$b = ($container->privates['security.authenticator.refresh_jwt.api'] ?? $container->load('getSecurity_Authenticator_RefreshJwt_ApiService'));}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/App_KernelDevDebugContainer.php:562 {
                        ContainerL7E1D6J\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                        › 
                        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/getDebug_Security_Firewall_Authenticator_ApiService.php:24 {
                        ContainerL7E1D6J\getDebug_Security_Firewall_Authenticator_ApiService::do($container, $lazyLoad = true) …
                        › 
                        › $a = ($container->privates['security.authenticator.manager.api'] ?? $container->load('getSecurity_Authenticator_Manager_ApiService'));}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/App_KernelDevDebugContainer.php:562 {
                        ContainerL7E1D6J\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                        › 
                        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/var/cache/dev/ContainerL7E1D6J/getSecurity_Firewall_Map_Context_ApiService.php:34 {
                        ContainerL7E1D6J\getSecurity_Firewall_Map_Context_ApiService::ContainerL7E1D6J\{closure} …
                        › yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));yield 1 => ($container->privates['debug.security.firewall.authenticator.api'] ?? $container->load('getDebug_Security_Firewall_Authenticator_ApiService'));yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Firewall.php:77 {
                        Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http\{closure} …
                        › 
                        › foreach ($authenticationListeners as $listener) {    $listenerPriority = $this->getListenerPriority($listener);
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:54 {
                        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                        › 
                        › foreach ($listeners as $listener) {    if ($listener instanceof LazyFirewallContext) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Firewall.php:95 {
                        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                        › 
                        ›     $this->callListeners($event, $authenticationListeners());}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                        › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                        ›     }    $listener($event, $eventName, $this);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:159 {
                        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/Kernel.php:182 {
                        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                        › {    $response = $this->kernel->handle($this->request);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/autoload_runtime.php:29 {
                        require_once …
                        ›         ->getRunner($app)        ->run());
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public/index.php:5 {
                        › 
                        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
                    }
                  }
                ]
                "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              2 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "firewall_name" => "api"
                  "authenticators" => 2
                ]
                "message" => "Checking for authenticator support."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              3 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "firewall_name" => "api"
                  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
                ]
                "message" => "Checking support on authenticator."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              4 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "firewall_name" => "api"
                  "authenticator" => "Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
                ]
                "message" => "Checking support on authenticator."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              5 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "firewall_name" => "api"
                  "authenticator" => "Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator"
                ]
                "message" => "Authenticator does not support the request."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              6 => array:7 [
                "channel" => null
                "context" => array:1 [
                  "exception" => ErrorException {#500
                    #message: "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by Validator.php:55, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
                    #code: 0
                    #file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
                    #line: 210
                    #severity: E_USER_DEPRECATED
                    trace: {
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                        Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                        › 
                        ›     @trigger_error($message, E_USER_DEPRECATED);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                        Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                        › 
                        ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/Mapping/ArrayAccessImplementation.php:31 {
                        Doctrine\ORM\Mapping\FieldMapping->offsetGet(mixed $offset): mixed …
                        › {    Deprecation::trigger(        'doctrine/orm',
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/Mapping/Validator.php:55 {
                        Gedmo\SoftDeleteable\Mapping\Validator::validateField(ClassMetadata $meta, $field) …
                        › 
                        › if (!in_array($fieldMapping['type'], self::$validTypes, true)) {    throw new InvalidMappingException(sprintf('Field "%s" (type "%s") must be of one of the following types: "%s" in entity %s', $field, $fieldMapping['type'], implode(', ', self::$validTypes), $meta->getName()));
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/Mapping/Driver/Attribute.php:42 {
                        Gedmo\SoftDeleteable\Mapping\Driver\Attribute->readExtendedMetadata($meta, array &$config) …
                        › 
                        › Validator::validateField($meta, $annot->fieldName);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/Mapping/Driver/Chain.php:82 {
                        Gedmo\Mapping\Driver\Chain->readExtendedMetadata($meta, array &$config) …
                        › if (0 === strpos($meta->getName(), $namespace)) {    $extendedMetadata = $driver->readExtendedMetadata($meta, $config);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/Mapping/ExtensionMetadataFactory.php:155 {
                        Gedmo\Mapping\ExtensionMetadataFactory->getExtensionMetadata($meta) …
                        › 
                        › $extendedMetadata = $this->driver->readExtendedMetadata($meta, $config);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:259 {
                        Gedmo\Mapping\MappedEventSubscriber->loadMetadataForObjectClass(ObjectManager $objectManager, $metadata) …
                        › try {    $config = $factory->getExtensionMetadata($metadata);} catch (\ReflectionException $e) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php:144 {
                        Gedmo\SoftDeleteable\SoftDeleteableListener->loadClassMetadata(EventArgs $eventArgs) …
                        › {    $this->loadMetadataForObjectClass($eventArgs->getObjectManager(), $eventArgs->getClassMetadata());}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
                        Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
                        › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:246 {
                        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                        ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                        Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                        › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                        › 
                        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                        › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/EntityManager.php:215 {
                        Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                        › {    return $this->metadataFactory->getMetadataFor($className);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                        › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:27 {
                        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                        › {    return $this->doGetRepository($entityManager, $entityName, true);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/doctrine/orm/src/EntityManager.php:490 {
                        Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                        › {    return $this->repositoryFactory->getRepository($this, $className);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
                        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
                        › {    return $this->getObjectManager()->getRepository($this->classOrAlias);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:52 {
                        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->loadUserByIdentifier(string $identifier): UserInterface …
                        › {    $repository = $this->getRepository();    if (null !== $this->property) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php:208 {
                        Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator->loadUser(array $payload, string $identity): UserInterface …
                        › 
                        ›     return $this->userProvider->loadUserByIdentifier($identity);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php:105 {
                        Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator->Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\{closure} …
                        ›     (string) $payload[$idClaim],    fn ($userIdentifier) => $this->loadUser($payload, $userIdentifier))
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:87 {
                        Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
                        › if (null === $this->getAttributes()) {    $user = ($this->userLoader)($this->userIdentifier);} else {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
                        Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
                        › 
                        ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/EventListener/UserCheckerListener.php:42 {
                        Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
                        › 
                        ›     $this->userChecker->checkPreAuth($passport->getUser());}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                        › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                        ›     }    $listener($event, $eventName, $this);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:180 {
                        Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
                        › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
                        Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
                        › 
                        › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
                        Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
                        › 
                        ›     return $this->executeAuthenticators($authenticators, $request);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
                        Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                        › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
                        Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                        › 
                        › $this->authenticationManagerListener->authenticate($event);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                        › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
                        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
                        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
                        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                        › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/security-http/Firewall.php:95 {
                        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                        › 
                        ›     $this->callListeners($event, $authenticationListeners());}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                        › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                        ›     }    $listener($event, $eventName, $this);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:159 {
                        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/Kernel.php:182 {
                        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                        › {    $response = $this->kernel->handle($this->request);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/autoload_runtime.php:29 {
                        require_once …
                        ›         ->getRunner($app)        ->run());
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public/index.php:5 {
                        › 
                        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
                    }
                  }
                ]
                "message" => "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:31 called by Validator.php:55, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              7 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
                  "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              8 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
                  "listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              9 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
                  "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              10 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
                  "listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              11 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "security.authentication.success"
                  "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              12 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "token" => Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#3138
                    -user: App\Entity\UserCompany {#1231
                      -id: 120
                      -firstName: null
                      -nationality: null
                      -cardPlaceIssue: null
                      -licensePlaceIssue: null
                      -lastName: null
                      -email: "montasser@omancar.com"
                      -password: "$2y$15$J06vpHrXfLRamgyeAcvWDO.qsMgkGPr3y0qBlm.uQnG/djsuMcZB."
                      -username: "montasser@omancar.com"
                      -user: null
                      -company: Proxies\__CG__\App\Entity\Company {#1271
                        #container: ? Psr\Container\ContainerInterface
                        -id: 61
                        -name: ? ?string
                        -address: ? ?string
                        -phone: ? ?string
                        -email: ? ?string
                        -website: ? ?string
                        -taxNumber: ? ?string
                        -userCompanies: ? Doctrine\Common\Collections\Collection
                        -companyTranslates: ? Doctrine\Common\Collections\Collection
                        -companyAgencies: ? Doctrine\Common\Collections\Collection
                        -cars: ? Doctrine\Common\Collections\Collection
                        -bookingCars: ? Doctrine\Common\Collections\Collection
                        -companySetting: ? ?App\Entity\CompanySetting
                        -invoices: ? Doctrine\Common\Collections\Collection
                        -country: ? ?App\Entity\Country
                        -logo: ? ?string
                        -fax: ? ?string
                        -companyType: ? ?App\Entity\CompanyType
                        -type: ? ?string
                        -incomes: ? Doctrine\Common\Collections\Collection
                        -partners: ? Doctrine\Common\Collections\Collection
                        -contracts: ? Doctrine\Common\Collections\Collection
                        -partnerCars: ? Doctrine\Common\Collections\Collection
                        -expenses: ? Doctrine\Common\Collections\Collection
                        -longitude: ? ?float
                        -latitude: ? ?float
                        -requestPartnerCars: ? Doctrine\Common\Collections\Collection
                        -terms: ? ?App\Entity\Terms
                        -onlinePayment: ? ?bool
                        -cashPayment: ? ?bool
                        -carOptions: ? Doctrine\Common\Collections\Collection
                        -partnersCoverDamages: ? Doctrine\Common\Collections\Collection
                        -requestPartnerCarsTo: ? Doctrine\Common\Collections\Collection
                        -stations: ? Doctrine\Common\Collections\Collection
                        -penalties: ? Doctrine\Common\Collections\Collection
                        -bookingCharge: ? ?App\Entity\BookingCharge
                        -bookingPackages: ? Doctrine\Common\Collections\Collection
                        -phones: ? ?array
                        -badges: ? Doctrine\Common\Collections\Collection
                        -loyaltyCards: ? Doctrine\Common\Collections\Collection
                        -requestDiscounts: ? Doctrine\Common\Collections\Collection
                        -installmentPayment: ? ?bool
                        -userPoints: ? Doctrine\Common\Collections\Collection
                        -userBadges: ? Doctrine\Common\Collections\Collection
                        -damageTypes: ? Doctrine\Common\Collections\Collection
                        -packages: ? Doctrine\Common\Collections\Collection
                        -blackLists: ? Doctrine\Common\Collections\Collection
                        -deletedAt: ? ?DateTimeInterface
                        -banks: ? Doctrine\Common\Collections\Collection
                        -violations: ? Doctrine\Common\Collections\Collection
                        -vat: ? ?float
                        -letterHead: ? ?string
                        -letterSettings: ? Doctrine\Common\Collections\Collection
                        -letterTos: ? Doctrine\Common\Collections\Collection
                        -vatSettings: ? Doctrine\Common\Collections\Collection
                        -violationTypes: ? Doctrine\Common\Collections\Collection
                        -companyNumber: ? ?string
                        -lastImportViolation: ? ?DateTimeInterface
                        -lastViolationNumber: ? ?float
                        -companyCustomers: ? Doctrine\Common\Collections\Collection
                        -footerContent: ? ?string
                        -customerDeliveries: ? Doctrine\Common\Collections\Collection
                        -contractPackages: ? Doctrine\Common\Collections\Collection
                        -companyUserOrganizations: ? Doctrine\Common\Collections\Collection
                        -termsFullInsurances: ? Doctrine\Common\Collections\Collection
                        -bookingNotificationDuration: ? ?int
                        -authorityRoles: ? Doctrine\Common\Collections\Collection
                        -userOrganizations: ? Doctrine\Common\Collections\Collection
                        -isNewPartner: ? ?bool
                        -partnerCarsFromCompany: ? Doctrine\Common\Collections\Collection
                        -partnerCarsCompanyTo: ? Doctrine\Common\Collections\Collection
                        -createdAt: ? ?DateTime
                        -updatedAt: ? ?DateTime
                        -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#1339
                          +status: UNINITIALIZED_FULL
                          +realInstance: ? object
                           …2
                        }
                      }
                      -userRoles: Doctrine\ORM\PersistentCollection {#1377
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1427
                          -elements: []
                        }
                        #initialized: true
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#677 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1341 …}
                      }
                      -userRolesTransfered: Doctrine\ORM\PersistentCollection {#1426
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1425
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#260 …}
                        -backRefFieldName: "transferTo"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1341 …}
                      }
                      -address: null
                      -roles: array:1 [
                        0 => "ROLE_MANAGER"
                      ]
                      -userCompanyTranslates: Doctrine\ORM\PersistentCollection {#1542
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1543
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#663 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1424 …}
                      }
                      -optionValues: Doctrine\ORM\PersistentCollection {#1538
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1517
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#97 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1544 …}
                      }
                      -bookings: Doctrine\ORM\PersistentCollection {#1707
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1705
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#253 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
                      }
                      -companies: Doctrine\ORM\PersistentCollection {#1704
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1702
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#675 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#796 …}
                      }
                      -cars: Doctrine\ORM\PersistentCollection {#1933
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1934
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#683 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1700 …}
                      }
                      -companyAgencies: Doctrine\ORM\PersistentCollection {#1935
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1932
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#76 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#968 …}
                      }
                      -bookingsUpdated: Doctrine\ORM\PersistentCollection {#1931
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1930
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#100 …}
                        -backRefFieldName: "updatedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
                      }
                      -invoicesCreated: Doctrine\ORM\PersistentCollection {#1428
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1431
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#679 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1929 …}
                      }
                      -invoicesUpdated: Doctrine\ORM\PersistentCollection {#1406
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1430
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#37 …}
                        -backRefFieldName: "updatedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1929 …}
                      }
                      -maintenances: Doctrine\ORM\PersistentCollection {#2109
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2108
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#92 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1429 …}
                      }
                      -maintenancesUpdated: Doctrine\ORM\PersistentCollection {#2105
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2110
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#70 …}
                        -backRefFieldName: "updatedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1429 …}
                      }
                      -damageTypes: Doctrine\ORM\PersistentCollection {#1682
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1681
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#649 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2111 …}
                      }
                      -damageTypesUpdated: Doctrine\ORM\PersistentCollection {#1677
                        #collection: Doctrine\Common\Collections\ArrayCollection {#1683
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#671 …}
                        -backRefFieldName: "updatedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2111 …}
                      }
                      -paymentMethods: Doctrine\ORM\PersistentCollection {#2144
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2143
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#69 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2117 …}
                      }
                      -paymnetMethodsUpdated: Doctrine\ORM\PersistentCollection {#2141
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2145
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#82 …}
                        -backRefFieldName: "updatedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2117 …}
                      }
                      -notificationUsers: Doctrine\ORM\PersistentCollection {#2169
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2170
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#672 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2115 …}
                      }
                      -authorityRole: null
                      -role: Proxies\__CG__\App\Entity\Role {#2157
                        -id: 1
                        -role: ? ?string
                        -userCompanies: ? Doctrine\Common\Collections\Collection
                        -notificationTemplateTranslates: ? Doctrine\Common\Collections\Collection
                        -createdAt: ? ?DateTime
                        -updatedAt: ? ?DateTime
                        -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#2159
                          +status: UNINITIALIZED_FULL
                          +realInstance: ? object
                           …2
                        }
                      }
                      -companyAgency: null
                      -companyRelation: true
                      -avatar: "avatar.jpg"
                      -phone: null
                      -favoris: Doctrine\ORM\PersistentCollection {#2202
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2193
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#93 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2179 …}
                      }
                      -userHistories: Doctrine\ORM\PersistentCollection {#2183
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2196
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#682 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2190 …}
                      }
                      -feedBacks: Doctrine\ORM\PersistentCollection {#2224
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2184
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#91 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2207 …}
                      }
                      -ressources: Doctrine\ORM\PersistentCollection {#2270
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2269
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#656 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2219 …}
                      }
                      -birthDate: null
                      -cardNumber: null
                      -cadDateIssue: null
                      -cardExpiryDate: null
                      -licenseNumber: null
                      -licenseDateIssue: null
                      -licenseExpiryDate: null
                      -country: null
                      -maintenanceBuys: Doctrine\ORM\PersistentCollection {#2327
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2326
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#72 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2274 …}
                      }
                      -createdBy: null
                      -userCompanies: Doctrine\ORM\PersistentCollection {#2330
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2329
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#34 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#628 …}
                      }
                      -stripecustomerid: null
                      -chats: Doctrine\ORM\PersistentCollection {#2347
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2306
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#77 …}
                        -backRefFieldName: "participants"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2233 …}
                      }
                      -messages: Doctrine\ORM\PersistentCollection {#2386
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2385
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#606 …}
                        -backRefFieldName: "sender"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2264 …}
                      }
                      -supports: Doctrine\ORM\PersistentCollection {#2418
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2417
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#570 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2390 …}
                      }
                      -supportResponses: Doctrine\ORM\PersistentCollection {#2440
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2439
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#630 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2422 …}
                      }
                      -subscriptions: Doctrine\ORM\PersistentCollection {#2455
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2433
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#540 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2394 …}
                      }
                      -requests: Doctrine\ORM\PersistentCollection {#2497
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2495
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#590 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2405 …}
                      }
                      -bookingsCreatedBy: Doctrine\ORM\PersistentCollection {#2494
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2463
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#614 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
                      }
                      -requestPartnerCars: Doctrine\ORM\PersistentCollection {#2551
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2550
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#493 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2496 …}
                      }
                      -carExpenses: Doctrine\ORM\PersistentCollection {#2581
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2579
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#575 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2553 …}
                      }
                      -bookingsChecked: Doctrine\ORM\PersistentCollection {#2577
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2582
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#550 …}
                        -backRefFieldName: "checkedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
                      }
                      -bookingsDriver: Doctrine\ORM\PersistentCollection {#2583
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2584
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\ManyToManyInverseSideMapping {#583 …}
                        -backRefFieldName: "extraDrivers"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1513 …}
                      }
                      -bookingPackages: Doctrine\ORM\PersistentCollection {#2622
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2621
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#56 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2462 …}
                      }
                      -authorityRoles: Doctrine\ORM\PersistentCollection {#2588
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2636
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#543 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2623 …}
                      }
                      -phones: array:1 [
                        0 => "1125489"
                      ]
                      -discountLimit: null
                      -customerBadge: null
                      -userAffectedBadges: Doctrine\ORM\PersistentCollection {#2643
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2639
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#74 …}
                        -backRefFieldName: "affectedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#957 …}
                      }
                      -userOrganization: null
                      -requestDiscounts: Doctrine\ORM\PersistentCollection {#2678
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2677
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#635 …}
                        -backRefFieldName: "requestedBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2612 …}
                      }
                      -points: null
                      -userPoints: Doctrine\ORM\PersistentCollection {#2704
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2703
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#641 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2680 …}
                      }
                      -blackLists: Doctrine\ORM\PersistentCollection {#2734
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2735
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#455 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2708 …}
                      }
                      -deletedAt: null
                      -insurances: Doctrine\ORM\PersistentCollection {#2790
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2791
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#40 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2737 …}
                      }
                      -insurancesResponsible: Doctrine\ORM\PersistentCollection {#2792
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2789
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#542 …}
                        -backRefFieldName: "responsible"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2737 …}
                      }
                      -vehicleLicenses: Doctrine\ORM\PersistentCollection {#2839
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2840
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#545 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2788 …}
                      }
                      -vehicleLicensesResponsible: Doctrine\ORM\PersistentCollection {#2841
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2838
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#557 …}
                        -backRefFieldName: "responsible"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2788 …}
                      }
                      -paymentInstallments: Doctrine\ORM\PersistentCollection {#2889
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2888
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#456 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2837 …}
                      }
                      -banks: Doctrine\ORM\PersistentCollection {#2925
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2924
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#36 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2891 …}
                      }
                      -violations: Doctrine\ORM\PersistentCollection {#2964
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2963
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#633 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2921 …}
                      }
                      -incomes: Doctrine\ORM\PersistentCollection {#3012
                        #collection: Doctrine\Common\Collections\ArrayCollection {#3015
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#603 …}
                        -backRefFieldName: "userCompany"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2968 …}
                      }
                      -expenses: Doctrine\ORM\PersistentCollection {#3066
                        #collection: Doctrine\Common\Collections\ArrayCollection {#3065
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#505 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3014 …}
                      }
                      -companyCustomers: Doctrine\ORM\PersistentCollection {#3089
                        #collection: Doctrine\Common\Collections\ArrayCollection {#3085
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#642 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3067 …}
                      }
                      -agentDeliveries: Doctrine\ORM\PersistentCollection {#3114
                        #collection: Doctrine\Common\Collections\ArrayCollection {#2982
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#539 …}
                        -backRefFieldName: "agent"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3087 …}
                      }
                      -customerDeliveries: Doctrine\ORM\PersistentCollection {#3061
                        #collection: Doctrine\Common\Collections\ArrayCollection {#3125
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#565 …}
                        -backRefFieldName: "customer"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3087 …}
                      }
                      -userOrganizations: Doctrine\ORM\PersistentCollection {#3126
                        #collection: Doctrine\Common\Collections\ArrayCollection {#3127
                          -elements: []
                        }
                        #initialized: false
                        -snapshot: []
                        -owner: App\Entity\UserCompany {#1231}
                        -association: Doctrine\ORM\Mapping\OneToManyAssociationMapping {#525 …}
                        -backRefFieldName: "createdBy"
                        -isDirty: false
                        -em: ContainerL7E1D6J\EntityManagerGhost614a58f {#195 …12}
                        -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#960 …}
                      }
                      -resetToken: null
                      -resetTokenExpiresAt: null
                      -visaCardNumber: null
                      -createdAt: DateTime @1749455576 {#1228
                        date: 2025-06-09 07:52:56.0 UTC (+00:00)
                      }
                      -updatedAt: DateTime @1749455576 {#1229
                        date: 2025-06-09 07:52:56.0 UTC (+00:00)
                      }
                    }
                    -roleNames: array:2 [
                      0 => "ROLE_MANAGER"
                      1 => "ROLE_USER"
                    ]
                    -attributes: []
                    -firewallName: "api"
                    -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQzMDkwNDcsImV4cCI6MTc1NDM1MjI0NywiaWQiOjEyMCwiZmlyc3ROYW1lIjoi2YXZhtiq2LXYsSAiLCJsYXN0TmFtZSI6Itio2YYg2LnYqNiv2YTZhNmHICIsInBob25lIjpudWxsLCJlbWFpbCI6Im1vbnRhc3NlckBvbWFuY2FyLmNvbSIsInJvbGUiOlsiUk9MRV9NQU5BR0VSIiwiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoibW9udGFzc2VyQG9tYW5jYXIuY29tIiwiYXZhdGFyIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vYXZhdGFyX3Byb2ZpbGUucG5nIiwic2lnbmF0dXJlIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vdXBsb2Fkcy8yMDI1LzA2LzMwLzY4NjI4NGJjMmY0NDQucG5nIiwiY2FyZCI6Im5vLWNhcmQiLCJkaXNjb3VudExpbWl0IjpudWxsLCJjb3VudHJ5IjpudWxsLCJzdHJpcGVjdXN0b21lcmlkIjpudWxsLCJjYXJkTnVtYmVyIjpudWxsLCJjYXJkUGxhY2VJc3N1ZSI6bnVsbCwiY2FyZERhdGVJc3N1ZSI6bnVsbCwiY2FyZEV4cGlyeURhdGUiOm51bGwsImNhcmRJbWFnZSI6bnVsbCwibGljZW5zZU51bWJlciI6bnVsbCwibGljZW5zZVBsYWNlSXNzdWUiOm51bGwsImxpY2Vuc2VFeHBpcnlEYXRlIjpudWxsLCJsaWNlbnNlRGF0ZUlzc3VlIjpudWxsLCJsaWNlbnNlSW1hZ2UiOm51bGwsImNvbXBhbnlJZCI6NjEsImNvbXBhbnlOYW1lIjoi2LTYsdmD2Kkg2KfZhNix2YrYp9iv2KkgIn0.EravI6H_MtSzFN3qhXp05yil_RH_aUmuznGTIS_h7F5ElkRoNWa8_mo0G9dPtllQQTUYyboX0YVBI6OgHeLkPSh-irB5oOz4eD56fbqcnYI4npNKU2u58646YMKK0CV8S_qVEJQtidXlBT8kfHTS-j0dsrItnHTQlb9ta4NESI1KWvLJUtNCH3SGMDALrL8SGMecCWVU-2P1u2mC4LuYnq-Ry-dF9hD-czvmZX9bo_zXRyyr2AN4ucl2QeTHG1Dc9c2jMHz2lTqJFzo5tAq7EYedXAaL6Yerc4hj67109u8P9Ftd4vPbKc53BtvbaksWflz9IjcxXHTJrOnMF2u1kw"
                  }
                  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
                ]
                "message" => "Authenticator successful!"
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              13 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
                  "listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              14 => array:7 [
                "channel" => null
                "context" => array:1 [
                  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
                ]
                "message" => "Authenticator set no success response: request continues."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              15 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "debug.security.authorization.vote"
                  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              16 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "debug.security.authorization.vote"
                  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              17 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              18 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              19 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              20 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              21 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              22 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              23 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              24 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              25 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              26 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              27 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              28 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              29 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              30 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              31 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller"
                  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              32 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller"
                  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              33 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              34 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              35 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              36 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "ContainerL7E1D6J\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              37 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              38 => array:7 [
                "channel" => null
                "context" => []
                "message" => "Request: "GET https://api.navirec.com/last_vehicle_states/?vehicle=""
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              39 => array:7 [
                "channel" => null
                "context" => []
                "message" => "Response: "400 https://api.navirec.com/last_vehicle_states/?vehicle=""
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              40 => array:7 [
                "channel" => null
                "context" => array:1 [
                  "exception" => ErrorException {#3344
                    #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\ExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
                    #code: 0
                    #file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/error-handler/DebugClassLoader.php"
                    #line: 341
                    #severity: E_USER_DEPRECATED
                    trace: {
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                        ContainerL7E1D6J\App_KernelDevDebugContainer::ContainerL7E1D6J\{closure} …
                        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                        › 
                        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                        › 
                        › $this->preProcess($eventName);try {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:241 {
                        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                        › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › 
                        ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/Kernel.php:182 {
                        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                        › {    $response = $this->kernel->handle($this->request);}
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/autoload_runtime.php:29 {
                        require_once …
                        ›         ->getRunner($app)        ->run());
                      }
                      /home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public/index.php:5 {
                        › 
                        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';}
                    }
                  }
                ]
                "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\ExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
                "priority" => 200
                "priorityName" => "info"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              41 => array:7 [
                "channel" => null
                "context" => array:1 [
                  "exception" => Symfony\Component\HttpClient\Exception\ClientException {#3401}
                ]
                "message" => "Uncaught PHP Exception Symfony\Component\HttpClient\Exception\ClientException: "HTTP/2 400  returned for "https://api.navirec.com/last_vehicle_states/?vehicle="." at TraceableResponse.php line 209"
                "priority" => 500
                "priorityName" => "critical"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
            ]
            3562 => array:21 [
              0 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              1 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              2 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              3 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              4 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              5 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              6 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              7 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              8 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              9 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              10 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              11 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              12 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              13 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.request"
                  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              14 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller"
                  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              15 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller"
                  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              16 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              17 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              18 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              19 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "ContainerL7E1D6J\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
              20 => array:7 [
                "channel" => null
                "context" => array:2 [
                  "event" => "kernel.controller_arguments"
                  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
                ]
                "message" => "Notified event "{event}" to listener "{listener}"."
                "priority" => 100
                "priorityName" => "debug"
                "timestamp" => 1754309048
                "timestamp_rfc3339" => "2025-08-04T12:04:08.000+00:00"
              ]
            ]
          ]
          -errorCount: array:2 [
            8 => 1
            3562 => 0
          ]
          -handle: null
          -requestStack: Symfony\Component\HttpFoundation\RequestStack {#449
            -requests: array:2 [
              0 => Symfony\Component\HttpFoundation\Request {#8
                +attributes: Symfony\Component\HttpFoundation\ParameterBag {#60
                  #parameters: array:6 [
                    "_stopwatch_token" => "f6d84c"
                    "_nelmio_cors_should_allow_origin" => true
                    "_route" => "CAR_LAST_STATES"
                    "_controller" => "App\Controller\Api\V1\Car\CarApiController::getLastVehicleStates"
                    "_route_params" => []
                    "_firewall_context" => "security.firewall.map.context.api"
                  ]
                }
                +request: Symfony\Component\HttpFoundation\InputBag {#58
                  #parameters: []
                }
                +query: Symfony\Component\HttpFoundation\InputBag {#59
                  #parameters: array:2 [
                    "vehicle" => ""
                    "localeLang" => "ar"
                  ]
                }
                +server: Symfony\Component\HttpFoundation\ServerBag {#63
                  #parameters: array:72 [
                    "USER" => "ifbegin-api-car"
                    "HOME" => "/home/ifbegin-api-car"
                    "HTTP_PRIORITY" => "u=1, i"
                    "HTTP_ACCEPT_LANGUAGE" => "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6"
                    "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd"
                    "HTTP_SEC_FETCH_DEST" => "empty"
                    "HTTP_SEC_FETCH_MODE" => "cors"
                    "HTTP_SEC_FETCH_SITE" => "same-site"
                    "HTTP_ORIGIN" => "https://frontend-car.demo-projects.ifbegin.com"
                    "HTTP_SEC_CH_UA_MOBILE" => "?0"
                    "HTTP_SEC_CH_UA" => ""Opera";v="120", "Not-A.Brand";v="8", "Chromium";v="135""
                    "HTTP_ACCEPT" => "application/json, text/plain, */*"
                    "HTTP_USER_AGENT" => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0"
                    "HTTP_AUTHORIZATION" => "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQzMDkwNDcsImV4cCI6MTc1NDM1MjI0NywiaWQiOjEyMCwiZmlyc3ROYW1lIjoi2YXZhtiq2LXYsSAiLCJsYXN0TmFtZSI6Itio2YYg2LnYqNiv2YTZhNmHICIsInBob25lIjpudWxsLCJlbWFpbCI6Im1vbnRhc3NlckBvbWFuY2FyLmNvbSIsInJvbGUiOlsiUk9MRV9NQU5BR0VSIiwiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoibW9udGFzc2VyQG9tYW5jYXIuY29tIiwiYXZhdGFyIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vYXZhdGFyX3Byb2ZpbGUucG5nIiwic2lnbmF0dXJlIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vdXBsb2Fkcy8yMDI1LzA2LzMwLzY4NjI4NGJjMmY0NDQucG5nIiwiY2FyZCI6Im5vLWNhcmQiLCJkaXNjb3VudExpbWl0IjpudWxsLCJjb3VudHJ5IjpudWxsLCJzdHJpcGVjdXN0b21lcmlkIjpudWxsLCJjYXJkTnVtYmVyIjpudWxsLCJjYXJkUGxhY2VJc3N1ZSI6bnVsbCwiY2FyZERhdGVJc3N1ZSI6bnVsbCwiY2FyZEV4cGlyeURhdGUiOm51bGwsImNhcmRJbWFnZSI6bnVsbCwibGljZW5zZU51bWJlciI6bnVsbCwibGljZW5zZVBsYWNlSXNzdWUiOm51bGwsImxpY2Vuc2VFeHBpcnlEYXRlIjpudWxsLCJsaWNlbnNlRGF0ZUlzc3VlIjpudWxsLCJsaWNlbnNlSW1hZ2UiOm51bGwsImNvbXBhbnlJZCI6NjEsImNvbXBhbnlOYW1lIjoi2LTYsdmD2Kkg2KfZhNix2YrYp9iv2KkgIn0.EravI6H_MtSzFN3qhXp05yil_RH_aUmuznGTIS_h7F5ElkRoNWa8_mo0G9dPtllQQTUYyboX0YVBI6OgHeLkPSh-irB5oOz4eD56fbqcnYI4npNKU2u58646YMKK0CV8S_qVEJQtidXlBT8kfHTS-j0dsrItnHTQlb9ta4NESI1KWvLJUtNCH3SGMDALrL8SGMecCWVU-2P1u2mC4LuYnq-Ry-dF9hD-czvmZX9bo_zXRyyr2AN4ucl2QeTHG1Dc9c2jMHz2lTqJFzo5tAq7EYedXAaL6Yerc4hj67109u8P9Ftd4vPbKc53BtvbaksWflz9IjcxXHTJrOnMF2u1kw"
                    "HTTP_SEC_CH_UA_PLATFORM" => ""Windows""
                    "HTTP_CONNECTION" => "close"
                    "HTTP_X_FORWARDED_FOR" => "41.230.187.178"
                    "HTTP_X_REAL_IP" => "41.230.187.178"
                    "HTTP_X_FORWARDED_HOST" => "api-car.demo-projects.ifbegin.com"
                    "HTTP_HOST" => "api-car.demo-projects.ifbegin.com"
                    "PHP_VALUE" => """
                      \n
                      error_log=/home/ifbegin-api-car/logs/php/error.log;\n
                      memory_limit=1G;\n
                      max_execution_time=1800;\n
                      max_input_time=1800;\n
                      max_input_vars=20000;\n
                      post_max_size=256M;\n
                      upload_max_filesize=256M;\n
                      date.timezone=UTC;\n
                      display_errors=off;
                      """
                    "HTTPS" => "on"
                    "MGT" => "1"
                    "GEOIP_LONGITUDE" => "9.0000"
                    "GEOIP_LATITUDE" => "34.0000"
                    "GEOIP_CITY_CONTINENT_CODE" => "AF"
                    "GEOIP_POSTAL_CODE" => ""
                    "GEOIP_CITY" => ""
                    "GEOIP_REGION" => ""
                    "GEOIP_CITY_COUNTRY_NAME" => "Tunisia"
                    "GEOIP_CITY_COUNTRY_CODE3" => "TUN"
                    "GEOIP_CITY_COUNTRY_CODE" => "TN"
                    "GEOIP_COUNTRY_NAME" => "Tunisia"
                    "GEOIP_COUNTRY_CODE3" => "TUN"
                    "GEOIP_COUNTRY_CODE" => "TN"
                    "REDIRECT_STATUS" => "200"
                    "SERVER_NAME" => "api-car.demo-projects.ifbegin.com"
                    "SERVER_PORT" => "443"
                    "SERVER_ADDR" => "127.0.0.1"
                    "REMOTE_PORT" => ""
                    "REMOTE_ADDR" => "41.230.187.178"
                    "SERVER_SOFTWARE" => "nginx/1.21.4"
                    "GATEWAY_INTERFACE" => "CGI/1.1"
                    "SERVER_PROTOCOL" => "HTTP/1.0"
                    "DOCUMENT_ROOT" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public"
                    "DOCUMENT_URI" => "/index.php"
                    "REQUEST_URI" => "/api/v1/car/position/last_vehicle_states?vehicle=&localeLang=ar"
                    "SCRIPT_NAME" => "/index.php"
                    "SCRIPT_FILENAME" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public/index.php"
                    "CONTENT_LENGTH" => ""
                    "CONTENT_TYPE" => ""
                    "REQUEST_METHOD" => "GET"
                    "QUERY_STRING" => "vehicle=&localeLang=ar"
                    "FCGI_ROLE" => "RESPONDER"
                    "PHP_SELF" => "/index.php"
                    "REQUEST_TIME_FLOAT" => 1754309048.4155
                    "REQUEST_TIME" => 1754309048
                    "SYMFONY_DOTENV_PATH" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/.env"
                    "APP_ENV" => "dev"
                    "APP_SECRET" => "2181a72db44d5edbe031028912d84ffd"
                    "DATABASE_URL" => "mysql://apicaromanuser:8V1YUoYTswp70Zf07bV3@127.0.0.1:3306/apicaromandb?serverVersion=8.0"
                    "CORS_ALLOW_ORIGIN" => "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?\$"
                    "JWT_SECRET_KEY" => "%kernel.project_dir%/config/jwt/private.pem"
                    "JWT_PUBLIC_KEY" => "%kernel.project_dir%/config/jwt/public.pem"
                    "JWT_PASSPHRASE" => "32ae4b860e3643fdba1d485b882b5ee7"
                    "OMAN_CAR_HOST" => "https://api-car.demo-projects.ifbegin.com"
                    "APP_FRONTEND_URL" => "https://frontend-car.demo-projects.ifbegin.com"
                    "APP_MAILER_FROM_EMAIL" => "chatgpt.developer53@gmail.com"
                    "APP_MAILER_FROM_NAME" => "Oman Car"
                    "MAILER_DSN" => "smtp://chatgpt.developer53@gmail.com:wprumgnhlisqmobb@smtp.gmail.com:587?encryption=tls"
                    "SYMFONY_DOTENV_VARS" => "APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,OMAN_CAR_HOST,APP_FRONTEND_URL,APP_MAILER_FROM_EMAIL,APP_MAILER_FROM_NAME,MAILER_DSN"
                    "APP_DEBUG" => "1"
                  ]
                }
                +files: Symfony\Component\HttpFoundation\FileBag {#62
                  #parameters: []
                }
                +cookies: Symfony\Component\HttpFoundation\InputBag {#61
                  #parameters: []
                }
                +headers: Symfony\Component\HttpFoundation\HeaderBag {#64
                  #headers: array:19 [
                    "priority" => array:1 [
                      0 => "u=1, i"
                    ]
                    "accept-language" => array:1 [
                      0 => "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6"
                    ]
                    "accept-encoding" => array:1 [
                      0 => "gzip, deflate, br, zstd"
                    ]
                    "sec-fetch-dest" => array:1 [
                      0 => "empty"
                    ]
                    "sec-fetch-mode" => array:1 [
                      0 => "cors"
                    ]
                    "sec-fetch-site" => array:1 [
                      0 => "same-site"
                    ]
                    "origin" => array:1 [
                      0 => "https://frontend-car.demo-projects.ifbegin.com"
                    ]
                    "sec-ch-ua-mobile" => array:1 [
                      0 => "?0"
                    ]
                    "sec-ch-ua" => array:1 [
                      0 => ""Opera";v="120", "Not-A.Brand";v="8", "Chromium";v="135""
                    ]
                    "accept" => array:1 [
                      0 => "application/json, text/plain, */*"
                    ]
                    "user-agent" => array:1 [
                      0 => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0"
                    ]
                    "authorization" => array:1 [
                      0 => "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQzMDkwNDcsImV4cCI6MTc1NDM1MjI0NywiaWQiOjEyMCwiZmlyc3ROYW1lIjoi2YXZhtiq2LXYsSAiLCJsYXN0TmFtZSI6Itio2YYg2LnYqNiv2YTZhNmHICIsInBob25lIjpudWxsLCJlbWFpbCI6Im1vbnRhc3NlckBvbWFuY2FyLmNvbSIsInJvbGUiOlsiUk9MRV9NQU5BR0VSIiwiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoibW9udGFzc2VyQG9tYW5jYXIuY29tIiwiYXZhdGFyIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vYXZhdGFyX3Byb2ZpbGUucG5nIiwic2lnbmF0dXJlIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vdXBsb2Fkcy8yMDI1LzA2LzMwLzY4NjI4NGJjMmY0NDQucG5nIiwiY2FyZCI6Im5vLWNhcmQiLCJkaXNjb3VudExpbWl0IjpudWxsLCJjb3VudHJ5IjpudWxsLCJzdHJpcGVjdXN0b21lcmlkIjpudWxsLCJjYXJkTnVtYmVyIjpudWxsLCJjYXJkUGxhY2VJc3N1ZSI6bnVsbCwiY2FyZERhdGVJc3N1ZSI6bnVsbCwiY2FyZEV4cGlyeURhdGUiOm51bGwsImNhcmRJbWFnZSI6bnVsbCwibGljZW5zZU51bWJlciI6bnVsbCwibGljZW5zZVBsYWNlSXNzdWUiOm51bGwsImxpY2Vuc2VFeHBpcnlEYXRlIjpudWxsLCJsaWNlbnNlRGF0ZUlzc3VlIjpudWxsLCJsaWNlbnNlSW1hZ2UiOm51bGwsImNvbXBhbnlJZCI6NjEsImNvbXBhbnlOYW1lIjoi2LTYsdmD2Kkg2KfZhNix2YrYp9iv2KkgIn0.EravI6H_MtSzFN3qhXp05yil_RH_aUmuznGTIS_h7F5ElkRoNWa8_mo0G9dPtllQQTUYyboX0YVBI6OgHeLkPSh-irB5oOz4eD56fbqcnYI4npNKU2u58646YMKK0CV8S_qVEJQtidXlBT8kfHTS-j0dsrItnHTQlb9ta4NESI1KWvLJUtNCH3SGMDALrL8SGMecCWVU-2P1u2mC4LuYnq-Ry-dF9hD-czvmZX9bo_zXRyyr2AN4ucl2QeTHG1Dc9c2jMHz2lTqJFzo5tAq7EYedXAaL6Yerc4hj67109u8P9Ftd4vPbKc53BtvbaksWflz9IjcxXHTJrOnMF2u1kw"
                    ]
                    "sec-ch-ua-platform" => array:1 [
                      0 => ""Windows""
                    ]
                    "connection" => array:1 [
                      0 => "close"
                    ]
                    "x-forwarded-for" => array:1 [
                      0 => "41.230.187.178"
                    ]
                    "x-real-ip" => array:1 [
                      0 => "41.230.187.178"
                    ]
                    "x-forwarded-host" => array:1 [
                      0 => "api-car.demo-projects.ifbegin.com"
                    ]
                    "host" => array:1 [
                      0 => "api-car.demo-projects.ifbegin.com"
                    ]
                    "x-php-ob-level" => array:1 [
                      0 => "1"
                    ]
                  ]
                  #cacheControl: []
                }
                #content: null
                #languages: null
                #charsets: null
                #encodings: null
                #acceptableContentTypes: null
                #pathInfo: "/api/v1/car/position/last_vehicle_states"
                #requestUri: "/api/v1/car/position/last_vehicle_states?vehicle=&localeLang=ar"
                #baseUrl: ""
                #basePath: null
                #method: "GET"
                #format: null
                #session: Symfony\Component\HttpFoundation\Session\Session {#14
                  #storage: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage {#30
                    #bags: array:2 [
                      "attributes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#50
                        -bag: Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag {#24
                          #attributes: &36 array:1 [
                            "_locale" => "ar"
                          ]
                          -name: "attributes"
                          -storageKey: "_sf2_attributes"
                        }
                        -data: &37 array:2 [
                          "_sf2_attributes" => &36 array:1 [&36]
                          "_symfony_flashes" => &38 []
                        ]
                        -usageIndex: &39 12
                        -usageReporter: Symfony\Component\HttpKernel\EventListener\SessionListener::onSessionUsage(): void {#15
                          returnType: "void"
                          this: Symfony\Component\HttpKernel\EventListener\SessionListener {#374 …}
                          file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php"
                          line: "225 to 258"
                        }
                      }
                      "flashes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#33
                        -bag: Symfony\Component\HttpFoundation\Session\Flash\FlashBag {#48
                          -name: "flashes"
                          -flashes: &38 []
                          -storageKey: "_symfony_flashes"
                        }
                        -data: &37 array:2 [&37]
                        -usageIndex: &39 12
                        -usageReporter: Symfony\Component\HttpKernel\EventListener\SessionListener::onSessionUsage(): void {#15}
                      }
                    ]
                    #started: true
                    #closed: false
                    #saveHandler: Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy {#13
                      #wrapper: false
                      #saveHandlerName: "files"
                      #handler: Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler {#52
                        -sessionName: "PHPSESSID"
                        -prefetchId: ? string
                        -prefetchData: ? string
                        -newSessionId: "vt7kl6om1kbb96b2fbuaf856os"
                        -igbinaryEmptyData: ? string
                        -handler: SessionHandler {#27}
                        -doDestroy: ? bool
                      }
                    }
                    #metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#21
                      #meta: & array:3 [
                        "u" => 1754309048
                        "c" => 1754309048
                        "l" => 0
                      ]
                      -name: "__metadata"
                      -storageKey: "_sf2_meta"
                      -lastUsed: 1754309048
                      -updateThreshold: 0
                    }
                  }
                  -flashName: "flashes"
                  -attributeName: "attributes"
                  -data: &37 array:2 [&37]
                  -usageIndex: &39 12
                  -usageReporter: Symfony\Component\HttpKernel\EventListener\SessionListener::onSessionUsage(): void {#15}
                }
                #locale: "ar"
                #defaultLocale: "ar"
                -preferredFormat: null
                -isHostValid: true
                -isForwardedValid: true
                -isSafeContentPreferred: ? bool
                -trustedValuesCache: []
                -isIisRewrite: false
                basePath: ""
                format: "html"
              }
              1 => Symfony\Component\HttpFoundation\Request {#3562
                +attributes: Symfony\Component\HttpFoundation\ParameterBag {#3508
                  #parameters: array:4 [
                    "_controller" => "error_controller"
                    "exception" => Symfony\Component\HttpClient\Exception\ClientException {#3401}
                    "logger" => Symfony\Component\HttpKernel\Log\Logger {#65}
                    "_stopwatch_token" => "486988"
                  ]
                }
                +request: Symfony\Component\HttpFoundation\InputBag {#3564
                  #parameters: []
                }
                +query: Symfony\Component\HttpFoundation\InputBag {#3563
                  #parameters: array:2 [
                    "vehicle" => ""
                    "localeLang" => "ar"
                  ]
                }
                +server: Symfony\Component\HttpFoundation\ServerBag {#3560
                  #parameters: array:72 [
                    "USER" => "ifbegin-api-car"
                    "HOME" => "/home/ifbegin-api-car"
                    "HTTP_PRIORITY" => "u=1, i"
                    "HTTP_ACCEPT_LANGUAGE" => "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6"
                    "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd"
                    "HTTP_SEC_FETCH_DEST" => "empty"
                    "HTTP_SEC_FETCH_MODE" => "cors"
                    "HTTP_SEC_FETCH_SITE" => "same-site"
                    "HTTP_ORIGIN" => "https://frontend-car.demo-projects.ifbegin.com"
                    "HTTP_SEC_CH_UA_MOBILE" => "?0"
                    "HTTP_SEC_CH_UA" => ""Opera";v="120", "Not-A.Brand";v="8", "Chromium";v="135""
                    "HTTP_ACCEPT" => "application/json, text/plain, */*"
                    "HTTP_USER_AGENT" => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0"
                    "HTTP_AUTHORIZATION" => "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQzMDkwNDcsImV4cCI6MTc1NDM1MjI0NywiaWQiOjEyMCwiZmlyc3ROYW1lIjoi2YXZhtiq2LXYsSAiLCJsYXN0TmFtZSI6Itio2YYg2LnYqNiv2YTZhNmHICIsInBob25lIjpudWxsLCJlbWFpbCI6Im1vbnRhc3NlckBvbWFuY2FyLmNvbSIsInJvbGUiOlsiUk9MRV9NQU5BR0VSIiwiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoibW9udGFzc2VyQG9tYW5jYXIuY29tIiwiYXZhdGFyIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vYXZhdGFyX3Byb2ZpbGUucG5nIiwic2lnbmF0dXJlIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vdXBsb2Fkcy8yMDI1LzA2LzMwLzY4NjI4NGJjMmY0NDQucG5nIiwiY2FyZCI6Im5vLWNhcmQiLCJkaXNjb3VudExpbWl0IjpudWxsLCJjb3VudHJ5IjpudWxsLCJzdHJpcGVjdXN0b21lcmlkIjpudWxsLCJjYXJkTnVtYmVyIjpudWxsLCJjYXJkUGxhY2VJc3N1ZSI6bnVsbCwiY2FyZERhdGVJc3N1ZSI6bnVsbCwiY2FyZEV4cGlyeURhdGUiOm51bGwsImNhcmRJbWFnZSI6bnVsbCwibGljZW5zZU51bWJlciI6bnVsbCwibGljZW5zZVBsYWNlSXNzdWUiOm51bGwsImxpY2Vuc2VFeHBpcnlEYXRlIjpudWxsLCJsaWNlbnNlRGF0ZUlzc3VlIjpudWxsLCJsaWNlbnNlSW1hZ2UiOm51bGwsImNvbXBhbnlJZCI6NjEsImNvbXBhbnlOYW1lIjoi2LTYsdmD2Kkg2KfZhNix2YrYp9iv2KkgIn0.EravI6H_MtSzFN3qhXp05yil_RH_aUmuznGTIS_h7F5ElkRoNWa8_mo0G9dPtllQQTUYyboX0YVBI6OgHeLkPSh-irB5oOz4eD56fbqcnYI4npNKU2u58646YMKK0CV8S_qVEJQtidXlBT8kfHTS-j0dsrItnHTQlb9ta4NESI1KWvLJUtNCH3SGMDALrL8SGMecCWVU-2P1u2mC4LuYnq-Ry-dF9hD-czvmZX9bo_zXRyyr2AN4ucl2QeTHG1Dc9c2jMHz2lTqJFzo5tAq7EYedXAaL6Yerc4hj67109u8P9Ftd4vPbKc53BtvbaksWflz9IjcxXHTJrOnMF2u1kw"
                    "HTTP_SEC_CH_UA_PLATFORM" => ""Windows""
                    "HTTP_CONNECTION" => "close"
                    "HTTP_X_FORWARDED_FOR" => "41.230.187.178"
                    "HTTP_X_REAL_IP" => "41.230.187.178"
                    "HTTP_X_FORWARDED_HOST" => "api-car.demo-projects.ifbegin.com"
                    "HTTP_HOST" => "api-car.demo-projects.ifbegin.com"
                    "PHP_VALUE" => """
                      \n
                      error_log=/home/ifbegin-api-car/logs/php/error.log;\n
                      memory_limit=1G;\n
                      max_execution_time=1800;\n
                      max_input_time=1800;\n
                      max_input_vars=20000;\n
                      post_max_size=256M;\n
                      upload_max_filesize=256M;\n
                      date.timezone=UTC;\n
                      display_errors=off;
                      """
                    "HTTPS" => "on"
                    "MGT" => "1"
                    "GEOIP_LONGITUDE" => "9.0000"
                    "GEOIP_LATITUDE" => "34.0000"
                    "GEOIP_CITY_CONTINENT_CODE" => "AF"
                    "GEOIP_POSTAL_CODE" => ""
                    "GEOIP_CITY" => ""
                    "GEOIP_REGION" => ""
                    "GEOIP_CITY_COUNTRY_NAME" => "Tunisia"
                    "GEOIP_CITY_COUNTRY_CODE3" => "TUN"
                    "GEOIP_CITY_COUNTRY_CODE" => "TN"
                    "GEOIP_COUNTRY_NAME" => "Tunisia"
                    "GEOIP_COUNTRY_CODE3" => "TUN"
                    "GEOIP_COUNTRY_CODE" => "TN"
                    "REDIRECT_STATUS" => "200"
                    "SERVER_NAME" => "api-car.demo-projects.ifbegin.com"
                    "SERVER_PORT" => "443"
                    "SERVER_ADDR" => "127.0.0.1"
                    "REMOTE_PORT" => ""
                    "REMOTE_ADDR" => "41.230.187.178"
                    "SERVER_SOFTWARE" => "nginx/1.21.4"
                    "GATEWAY_INTERFACE" => "CGI/1.1"
                    "SERVER_PROTOCOL" => "HTTP/1.0"
                    "DOCUMENT_ROOT" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public"
                    "DOCUMENT_URI" => "/index.php"
                    "REQUEST_URI" => "/api/v1/car/position/last_vehicle_states?vehicle=&localeLang=ar"
                    "SCRIPT_NAME" => "/index.php"
                    "SCRIPT_FILENAME" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/public/index.php"
                    "CONTENT_LENGTH" => ""
                    "CONTENT_TYPE" => ""
                    "REQUEST_METHOD" => "GET"
                    "QUERY_STRING" => "vehicle=&localeLang=ar"
                    "FCGI_ROLE" => "RESPONDER"
                    "PHP_SELF" => "/index.php"
                    "REQUEST_TIME_FLOAT" => 1754309048.4155
                    "REQUEST_TIME" => 1754309048
                    "SYMFONY_DOTENV_PATH" => "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/.env"
                    "APP_ENV" => "dev"
                    "APP_SECRET" => "2181a72db44d5edbe031028912d84ffd"
                    "DATABASE_URL" => "mysql://apicaromanuser:8V1YUoYTswp70Zf07bV3@127.0.0.1:3306/apicaromandb?serverVersion=8.0"
                    "CORS_ALLOW_ORIGIN" => "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?\$"
                    "JWT_SECRET_KEY" => "%kernel.project_dir%/config/jwt/private.pem"
                    "JWT_PUBLIC_KEY" => "%kernel.project_dir%/config/jwt/public.pem"
                    "JWT_PASSPHRASE" => "32ae4b860e3643fdba1d485b882b5ee7"
                    "OMAN_CAR_HOST" => "https://api-car.demo-projects.ifbegin.com"
                    "APP_FRONTEND_URL" => "https://frontend-car.demo-projects.ifbegin.com"
                    "APP_MAILER_FROM_EMAIL" => "chatgpt.developer53@gmail.com"
                    "APP_MAILER_FROM_NAME" => "Oman Car"
                    "MAILER_DSN" => "smtp://chatgpt.developer53@gmail.com:wprumgnhlisqmobb@smtp.gmail.com:587?encryption=tls"
                    "SYMFONY_DOTENV_VARS" => "APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,OMAN_CAR_HOST,APP_FRONTEND_URL,APP_MAILER_FROM_EMAIL,APP_MAILER_FROM_NAME,MAILER_DSN"
                    "APP_DEBUG" => "1"
                  ]
                }
                +files: Symfony\Component\HttpFoundation\FileBag {#3559
                  #parameters: []
                }
                +cookies: Symfony\Component\HttpFoundation\InputBag {#3558
                  #parameters: []
                }
                +headers: Symfony\Component\HttpFoundation\HeaderBag {#3561
                  #headers: array:19 [
                    "priority" => array:1 [
                      0 => "u=1, i"
                    ]
                    "accept-language" => array:1 [
                      0 => "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ar;q=0.6"
                    ]
                    "accept-encoding" => array:1 [
                      0 => "gzip, deflate, br, zstd"
                    ]
                    "sec-fetch-dest" => array:1 [
                      0 => "empty"
                    ]
                    "sec-fetch-mode" => array:1 [
                      0 => "cors"
                    ]
                    "sec-fetch-site" => array:1 [
                      0 => "same-site"
                    ]
                    "origin" => array:1 [
                      0 => "https://frontend-car.demo-projects.ifbegin.com"
                    ]
                    "sec-ch-ua-mobile" => array:1 [
                      0 => "?0"
                    ]
                    "sec-ch-ua" => array:1 [
                      0 => ""Opera";v="120", "Not-A.Brand";v="8", "Chromium";v="135""
                    ]
                    "accept" => array:1 [
                      0 => "application/json, text/plain, */*"
                    ]
                    "user-agent" => array:1 [
                      0 => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0"
                    ]
                    "authorization" => array:1 [
                      0 => "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NTQzMDkwNDcsImV4cCI6MTc1NDM1MjI0NywiaWQiOjEyMCwiZmlyc3ROYW1lIjoi2YXZhtiq2LXYsSAiLCJsYXN0TmFtZSI6Itio2YYg2LnYqNiv2YTZhNmHICIsInBob25lIjpudWxsLCJlbWFpbCI6Im1vbnRhc3NlckBvbWFuY2FyLmNvbSIsInJvbGUiOlsiUk9MRV9NQU5BR0VSIiwiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoibW9udGFzc2VyQG9tYW5jYXIuY29tIiwiYXZhdGFyIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vYXZhdGFyX3Byb2ZpbGUucG5nIiwic2lnbmF0dXJlIjoiaHR0cHM6Ly9hcGktY2FyLmRlbW8tcHJvamVjdHMuaWZiZWdpbi5jb20vdXBsb2Fkcy8yMDI1LzA2LzMwLzY4NjI4NGJjMmY0NDQucG5nIiwiY2FyZCI6Im5vLWNhcmQiLCJkaXNjb3VudExpbWl0IjpudWxsLCJjb3VudHJ5IjpudWxsLCJzdHJpcGVjdXN0b21lcmlkIjpudWxsLCJjYXJkTnVtYmVyIjpudWxsLCJjYXJkUGxhY2VJc3N1ZSI6bnVsbCwiY2FyZERhdGVJc3N1ZSI6bnVsbCwiY2FyZEV4cGlyeURhdGUiOm51bGwsImNhcmRJbWFnZSI6bnVsbCwibGljZW5zZU51bWJlciI6bnVsbCwibGljZW5zZVBsYWNlSXNzdWUiOm51bGwsImxpY2Vuc2VFeHBpcnlEYXRlIjpudWxsLCJsaWNlbnNlRGF0ZUlzc3VlIjpudWxsLCJsaWNlbnNlSW1hZ2UiOm51bGwsImNvbXBhbnlJZCI6NjEsImNvbXBhbnlOYW1lIjoi2LTYsdmD2Kkg2KfZhNix2YrYp9iv2KkgIn0.EravI6H_MtSzFN3qhXp05yil_RH_aUmuznGTIS_h7F5ElkRoNWa8_mo0G9dPtllQQTUYyboX0YVBI6OgHeLkPSh-irB5oOz4eD56fbqcnYI4npNKU2u58646YMKK0CV8S_qVEJQtidXlBT8kfHTS-j0dsrItnHTQlb9ta4NESI1KWvLJUtNCH3SGMDALrL8SGMecCWVU-2P1u2mC4LuYnq-Ry-dF9hD-czvmZX9bo_zXRyyr2AN4ucl2QeTHG1Dc9c2jMHz2lTqJFzo5tAq7EYedXAaL6Yerc4hj67109u8P9Ftd4vPbKc53BtvbaksWflz9IjcxXHTJrOnMF2u1kw"
                    ]
                    "sec-ch-ua-platform" => array:1 [
                      0 => ""Windows""
                    ]
                    "connection" => array:1 [
                      0 => "close"
                    ]
                    "x-forwarded-for" => array:1 [
                      0 => "41.230.187.178"
                    ]
                    "x-real-ip" => array:1 [
                      0 => "41.230.187.178"
                    ]
                    "x-forwarded-host" => array:1 [
                      0 => "api-car.demo-projects.ifbegin.com"
                    ]
                    "host" => array:1 [
                      0 => "api-car.demo-projects.ifbegin.com"
                    ]
                    "x-php-ob-level" => array:1 [
                      0 => "1"
                    ]
                  ]
                  #cacheControl: []
                }
                #content: ""
                #languages: null
                #charsets: null
                #encodings: null
                #acceptableContentTypes: array:3 [
                  0 => "application/json"
                  1 => "text/plain"
                  2 => "*/*"
                ]
                #pathInfo: "/api/v1/car/position/last_vehicle_states"
                #requestUri: "/api/v1/car/position/last_vehicle_states?vehicle=&localeLang=ar"
                #baseUrl: ""
                #basePath: null
                #method: "GET"
                #format: null
                #session: Symfony\Component\HttpFoundation\Session\Session {#14}
                #locale: "ar"
                #defaultLocale: "ar"
                -preferredFormat: "json"
                -isHostValid: true
                -isForwardedValid: true
                -isSafeContentPreferred: ? bool
                -trustedValuesCache: []
                -isIisRewrite: false
                basePath: ""
                format: "html"
              }
            ]
          }
        }
        -maxHostConnections: 6
        -maxPendingPushes: 50
        -multi: Symfony\Component\HttpClient\Internal\CurlClientState {#3355 …}
      }
    }
    -response: Symfony\Component\HttpClient\Response\CurlResponse {#3353
      response_headers: array:15 [
        0 => "HTTP/2 400 "
        1 => "allow: GET, HEAD, OPTIONS"
        2 => "alt-svc: h3=":443"; ma=2592000"
        3 => "content-language: en"
        4 => "content-timezone: UTC"
        5 => "content-type: application/json"
        6 => "cross-origin-opener-policy: same-origin"
        7 => "date: Mon, 04 Aug 2025 12:04:08 GMT"
        8 => "referrer-policy: same-origin"
        9 => "server: navirec-api_gunicorn-live.18"
        10 => "vary: Accept, origin, Accept-Language"
        11 => "x-content-type-options: nosniff"
        12 => "x-frame-options: DENY"
        13 => "x-request-id: 51eb6f8a-8d80-45bb-b07a-78feda86c69d"
        14 => "content-length: 43"
      ]
      http_code: 400
      error: null
      canceled: false
      http_method: "GET"
      user_data: null
      max_duration: 0.0
      start_time: 1754309048.6225
      original_url: "https://api.navirec.com/last_vehicle_states/?vehicle="
      pause_handler: Closure(float $duration) {#3398
        class: "Symfony\Component\HttpClient\Response\CurlResponse"
        use: {
          $ch: CurlHandle {#3374 …}
          $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#3355 …}
          $execCounter: -9223372036854775808
        }
        file: "/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/symfony/http-client/Response/CurlResponse.php"
        line: "102 to 119"
      }
      redirect_url: null
      url: "https://api.navirec.com/last_vehicle_states/?vehicle="
      content_type: "application/json"
      header_size: 464
      request_size: 895
      filetime: -1
      ssl_verify_result: 0
      redirect_count: 0
      total_time: 0.256519
      namelookup_time: 0.048409
      connect_time: 0.078731
      pretransfer_time: 0.132603
      size_upload: 0.0
      size_download: 43.0
      speed_download: 167.0
      speed_upload: 0.0
      download_content_length: 43.0
      upload_content_length: -1.0
      starttransfer_time: 0.255366
      redirect_time: 0.0
      primary_ip: "194.204.42.155"
      certinfo: []
      primary_port: 443
      local_ip: "161.97.142.143"
      local_port: 43262
      http_version: 3
      protocol: 2
      ssl_verifyresult: 0
      scheme: "HTTPS"
      appconnect_time_us: 132305
      connect_time_us: 78731
      namelookup_time_us: 48409
      pretransfer_time_us: 132603
      redirect_time_us: 0
      starttransfer_time_us: 255366
      total_time_us: 256519
      effective_method: "GET"
      debug: """
        *   Trying 194.204.42.155:443...\n
        * Connected to api.navirec.com (194.204.42.155) port 443 (#0)\n
        * ALPN, offering h2\n
        * ALPN, offering http/1.1\n
        * successfully set certificate verify locations:\n
        *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
        *  CApath: /etc/ssl/certs\n
        * SSL connection using TLSv1.3 / TLS_CHACHA20_POLY1305_SHA256\n
        * ALPN, server accepted to use h2\n
        * Server certificate:\n
        *  subject: CN=api.navirec.com\n
        *  start date: Jul 19 20:56:17 2025 GMT\n
        *  expire date: Oct 17 20:56:16 2025 GMT\n
        *  subjectAltName: host "api.navirec.com" matched cert's "api.navirec.com"\n
        *  issuer: C=US; O=Let's Encrypt; CN=R11\n
        *  SSL certificate verify ok.\n
        * Using HTTP2, server supports multi-use\n
        * Connection state changed (HTTP/2 confirmed)\n
        * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n
        * Using Stream ID: 1 (easy handle 0x56020862b8d0)\n
        > GET /last_vehicle_states/?vehicle= HTTP/2\r\n
        Host: api.navirec.com\r\n
        accept: application/json; version=1.33.0\r\n
        authorization: Token eyJhbGciOiJSUzI1NiIsImtpZCI6Im5hdmlyZWMtMjAyNDEyMDQiLCJ0eXAiOiJKV1QifQ.eyJ0b2tlbiI6InNlc3Npb24iLCJzaWQiOiIzOWVkODUzMS1mZmM3LTQwYWEtODU3NC04ZGFkMjUzMDEyOTYiLCJjaWQiOiIiLCJ1aWQiOiI3M2I5Y2I0My1iNGE0LTRiZTYtYWVkZi1kYWZkY2I0OTgzNDEiLCJlbWFpbCI6Im1raGFmYWd1ZUBtb3ZlLWxvZ2ljLmNvbSIsImlzcyI6Im5hdmlyZWMiLCJhdWQiOlsiZ3NtYXV0byIsIm5hdmlyZWMiXSwiaWF0IjoxNzMzODM5NTAyfQ.FU0VmoDZttadLGQB_2BYsZnKABHXkAz4wD4E9VJM3YwZE2H6BU5DoZ4Op-s1ZCVla7QWFFthrhkLBoyyypMZUCqW0E_-buXJM_Yr9Wu9ps6MM6IcNm1FcVCl6F12RfjzVcxW0w5zfaxah3F1vl3kHOfbnkUJhMzPBWMll2gxNq6PbAkOkEcRt_QCaNGTCyGmw6TotRNuHMv4dMLYU43e21kRRCkvHWTuoRNL36Ti_QFmFMlSEI8IwmVE2uz--aK0xIKb0TZkwJbM9KTAnPe3_MLI94gNyoVGjwmw9VjuS9GHsIswqUyFyBilD4pf0j21fuhsPupnuAfeiNJejC_7qw\r\n
        user-agent: Symfony HttpClient (Curl)\r\n
        accept-encoding: gzip\r\n
        \r\n
        * Connection state changed (MAX_CONCURRENT_STREAMS == 250)!\n
        < HTTP/2 400 \r\n
        < allow: GET, HEAD, OPTIONS\r\n
        < alt-svc: h3=":443"; ma=2592000\r\n
        < content-language: en\r\n
        < content-timezone: UTC\r\n
        < content-type: application/json\r\n
        < cross-origin-opener-policy: same-origin\r\n
        < date: Mon, 04 Aug 2025 12:04:08 GMT\r\n
        < referrer-policy: same-origin\r\n
        < server: navirec-api_gunicorn-live.18\r\n
        < vary: Accept, origin, Accept-Language\r\n
        < x-content-type-options: nosniff\r\n
        < x-frame-options: DENY\r\n
        < x-request-id: 51eb6f8a-8d80-45bb-b07a-78feda86c69d\r\n
        < content-length: 43\r\n
        < \r\n
        * Connection #0 to host api.navirec.com left intact\n
        """
       …16
    }
    -content: & "{"vehicle":["This field may not be null."]}"
    -event: Symfony\Component\Stopwatch\StopwatchEvent {#3384
      -periods: array:1 [
        0 => Symfony\Component\Stopwatch\StopwatchPeriod {#3383
          -start: 171.1
          -end: 428.2
          -memory: 10485760
        }
      ]
      -origin: 1754309048451.5
      -category: "http_client"
      -started: []
      -name: "GET https://api.navirec.com/last_vehicle_states/"
      -morePrecision: true
    }
  }
}
  1.         if (500 <= $code) {
  2.             throw new ServerException($this);
  3.         }
  4.         if (400 <= $code) {
  5.             throw new ClientException($this);
  6.         }
  7.         if (300 <= $code) {
  8.             throw new RedirectionException($this);
  9.         }
  1.         } finally {
  2.             if ($this->event?->isStarted()) {
  3.                 $this->event->stop();
  4.             }
  5.             if ($throw) {
  6.                 $this->checkStatusCode($this->response->getStatusCode());
  7.             }
  8.         }
  9.     }
  10.     public function cancel(): void
TraceableResponse->toArray() in src/Controller/Api/V1/Car/CarApiController.php (line 2859)
  1.             'headers' => [
  2.                 'Accept' => 'application/json; version=1.33.0',
  3.                 'Authorization' => 'Token ' $this->getParameter('navirec_api_token'),
  4.             ],
  5.         ]);
  6.         $responseData $response->toArray(); // Convert response to an array
  7.         $vehicle $request->query->get('vehicle');
  8.         $car $this->carRepository->findOneBy(['gpsId' => $vehicle]);
  9.         if ($car) {
  10.             $responseData json_decode($responseData->getContent(), true);
  11.             if (count($responseData) > 0) {
in vendor/symfony/http-kernel/HttpKernel.php -> getLastVehicleStates (line 183)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.     ) {
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         if (Kernel::VERSION_ID >= 60400) {
  7.             $response->send(false);
  8.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Message
info 12:04:50 Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "latest"
    },
    "request_uri": "https://api-car.demo-projects.ifbegin.com/_profiler/latest?panel=exception&type=request",
    "method": "GET"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "ContainerL7E1D6J\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerL7E1D6J\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "ContainerL7E1D6J\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerL7E1D6J\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
debug 12:04:50 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
debug 12:04:50 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
debug 12:04:50 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
debug 12:04:50 Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
debug 12:04:50 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
debug 12:04:50 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "ContainerL7E1D6J\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerL7E1D6J\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
debug 12:04:50 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ClientException
Symfony\Component\HttpClient\Exception\ClientException:
HTTP/2 400  returned for "https://api.navirec.com/last_vehicle_states/?vehicle=".

  at vendor/symfony/http-client/Response/TraceableResponse.php:209
  at Symfony\Component\HttpClient\Response\TraceableResponse->checkStatusCode()
     (vendor/symfony/http-client/Response/TraceableResponse.php:118)
  at Symfony\Component\HttpClient\Response\TraceableResponse->toArray()
     (src/Controller/Api/V1/Car/CarApiController.php:2859)
  at App\Controller\Api\V1\Car\CarApiController->getLastVehicleStates()
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/ifbegin-api-car/htdocs/api-car.demo-projects.ifbegin.com/vendor/autoload_runtime.php')
     (public/index.php:5)