https://143.198.199.249/

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"app_index"
.
[
  "route" => "app_index"
  "route_parameters" => [
    "_route" => "app_index"
    "_controller" => "App\Controller\HomeController::index"
  ]
  "request_uri" => "https://143.198.199.249/"
  "method" => "POST"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 59

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
[
  "exception" => ErrorException {#995
    #message: "User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/symfony/web-server-bundle/WebServerBundle.php"
    #line: 23
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/symfony/web-server-bundle/WebServerBundle.php:23 {
        Symfony\Bundle\WebServerBundle\WebServerBundle->boot() …
        › {    @trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.', \E_USER_DEPRECATED);}
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:140 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        ›     $bundle->setContainer($this->container);    $bundle->boot();}
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
php (16 times) User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#804
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/amacsport_git/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
        ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2530 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_AddFormatService() …
        › {    return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1270 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());}, 1 => 'onKernelRequest'], 28);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/amacsport_git/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
    ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2530 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_AddFormatService() …
    › {    return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1270 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());}, 1 => 'onKernelRequest'], 28);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#700
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1175 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:3885 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
        › $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.customer_entity_manager'] ?? $this->getDoctrine_Orm_CustomerEntityManagerService()), NULL));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1890 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getValidatorService() …
        › {    return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2582 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService() …
        › 
        › return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {    yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2494 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
        › 
        ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2477 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
        › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1175 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:3885 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
    › $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.customer_entity_manager'] ?? $this->getDoctrine_Orm_CustomerEntityManagerService()), NULL));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1890 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getValidatorService() …
    › {    return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2582 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService() …
    › 
    › return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {    yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2494 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
    › 
    ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2477 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
    › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
php User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
[
  "exception" => ErrorException {#585
    #message: "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/amacsport_git/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
        ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, PropertyAccessorInterface $propertyAccessor = null, ResourceClassResolverInterface $resourceClassResolver = null, bool $metadataBackwardCompatibilityLayer = null) …
        › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2494 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
        › 
        ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2477 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
        › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/amacsport_git/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
    ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, PropertyAccessorInterface $propertyAccessor = null, ResourceClassResolverInterface $resourceClassResolver = null, bool $metadataBackwardCompatibilityLayer = null) …
    › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2494 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
    › 
    ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2477 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
    › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
php User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0.
[
  "exception" => ErrorException {#582
    #message: "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/amacsport_git/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
        ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, SubresourceDataProviderInterface $subresourceDataProvider = null, SerializerContextBuilderInterface $serializerContextBuilder = null, IdentifierConverterInterface $identifierConverter = null, ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, bool $metadataBackwardCompatibilityLayer = null) …
        › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/amacsport_git/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
    ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, SubresourceDataProviderInterface $subresourceDataProvider = null, SerializerContextBuilderInterface $serializerContextBuilder = null, IdentifierConverterInterface $identifierConverter = null, ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, bool $metadataBackwardCompatibilityLayer = null) …
    › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2550 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1291 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
php User Deprecated: The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future.
[
  "exception" => ErrorException {#513
    #message: "User Deprecated: The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future."
    #code: 0
    #file: "/var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/getApiPlatform_IriConverter_LegacyService.php"
    #line: 9
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/getApiPlatform_IriConverter_LegacyService.php:9 {
        require …
        › 
        › @trigger_error('The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future.', E_USER_DEPRECATED);}
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:953 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1741 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getSerializerService() …
        › $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());$p = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService.php'));$q = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2540 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1273 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/getApiPlatform_IriConverter_LegacyService.php:9 {
    require …
    › 
    › @trigger_error('The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future.', E_USER_DEPRECATED);}
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:953 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1741 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getSerializerService() …
    › $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());$p = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService.php'));$q = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2540 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1273 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
php (6 times) User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#2492
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/amacsport_git/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
        ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1745 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getSerializerService() …
        › 
        › return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->privates['App\\Serializer\\Normalizer\\AssignmentDetailNormalizer'] ?? $this->getAssignmentDetailNormalizerService()), 1 => new \App\Serializer\Normalizer\AttachmentNormalizer($e), 2 => ($this->privates['App\\Serializer\\Normalizer\\CustomerExcelNormalizer'] ?? $this->getCustomerExcelNormalizerService()), 3 => ($this->privates['App\\Serializer\\Normalizer\\CutExcelNormalizer'] ?? $this->getCutExcelNormalizerService()), 4 => ($this->privates['App\\Serializer\\Normalizer\\DesignNormalizer'] ?? $this->getDesignNormalizerService()), 5 => ($this->privates['App\\Serializer\\Normalizer\\FacilitySpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\FacilitySpecificationNormalizer'] = new \App\Serializer\Normalizer\FacilitySpecificationNormalizer())), 6 => ($this->privates['App\\Serializer\\Normalizer\\IngredientInspectionExcelNormalizer'] ?? $this->getIngredientInspectionExcelNormalizerService()), 7 => ($this->privates['App\\Serializer\\Normalizer\\ManufactureExcelNormalizer'] ?? $this->getManufactureExcelNormalizerService()), 8 => ($this->privates['App\\Serializer\\Normalizer\\ManufactureGeneralExcelNormalizer'] ?? $this->getManufactureGeneralExcelNormalizerService()), 9 => ($this->privates['App\\Serializer\\Normalizer\\NoteNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\NoteNormalizer'] = new \App\Serializer\Normalizer\NoteNormalizer())), 10 => ($this->privates['App\\Serializer\\Normalizer\\NoteOrderDetailNormalizer'] ?? $this->getNoteOrderDetailNormalizerService()), 11 => ($this->privates['App\\Serializer\\Normalizer\\OrderFilterExcelNormalizer'] ?? $this->getOrderFilterExcelNormalizerService()), 12 => ($this->privates['App\\Serializer\\Normalizer\\OrderSpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\OrderSpecificationNormalizer'] = new \App\Serializer\Normalizer\OrderSpecificationNormalizer())), 13 => ($this->privates['App\\Serializer\\Normalizer\\PaymentDeptNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PaymentDeptNormalizer'] = new \App\Serializer\Normalizer\PaymentDeptNormalizer())), 14 => ($this->privates['App\\Serializer\\Normalizer\\PaymentNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PaymentNormalizer'] = new \App\Serializer\Normalizer\PaymentNormalizer())), 15 => ($this->privates['App\\Serializer\\Normalizer\\PrintExcelNormalizer'] ?? $this->getPrintExcelNormalizerService()), 16 => ($this->privates['App\\Serializer\\Normalizer\\PrintGroupBySizeNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PrintGroupBySizeNormalizer'] = new \App\Serializer\Normalizer\PrintGroupBySizeNormalizer())), 17 => ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayOrderExcelNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayOrderExcelNormalizer'] = new \App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer())), 18 => ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayPaymentExcelNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayPaymentExcelNormalizer'] = new \App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer())), 19 => ($this->privates['App\\Serializer\\Normalizer\\SaleExcelNormalizer'] ?? $this->getSaleExcelNormalizerService()), 20 => ($this->privates['App\\Serializer\\Normalizer\\SalesReportByEmployeeNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\SalesReportByEmployeeNormalizer'] = new \App\Serializer\Normalizer\SalesReportByEmployeeNormalizer())), 21 => ($this->privates['App\\Serializer\\Normalizer\\SemiFinishedExcelNormalizer'] ?? $this->getSemiFinishedExcelNormalizerService()), 22 => ($this->privates['App\\Serializer\\Normalizer\\ShowAllSpecificationNormalizer'] ?? $this->getShowAllSpecificationNormalizerService()), 23 => ($this->privates['App\\Serializer\\Normalizer\\SpecificationDetailNormalizer'] ?? $this->getSpecificationDetailNormalizerService()), 24 => ($this->privates['App\\Serializer\\Normalizer\\SpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\SpecificationNormalizer'] = new \App\Serializer\Normalizer\SpecificationNormalizer())), 25 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 26 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 27 => $h, 28 => $m, 29 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($n, [], $b), 30 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $b), 31 => $m, 32 => $h, 33 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($i, $j, $k, $o, NULL, $n, NULL, $b), 34 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($i, $p, $n), 35 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($n, true), 36 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 37 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 38 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($i, $j, $k, $p, $o, $q, $c, $b, $a, [], new RewindableGenerator(function () {    yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService.php'));
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2540 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1273 {
        ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/amacsport_git/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
    ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1745 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getSerializerService() …
    › 
    › return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->privates['App\\Serializer\\Normalizer\\AssignmentDetailNormalizer'] ?? $this->getAssignmentDetailNormalizerService()), 1 => new \App\Serializer\Normalizer\AttachmentNormalizer($e), 2 => ($this->privates['App\\Serializer\\Normalizer\\CustomerExcelNormalizer'] ?? $this->getCustomerExcelNormalizerService()), 3 => ($this->privates['App\\Serializer\\Normalizer\\CutExcelNormalizer'] ?? $this->getCutExcelNormalizerService()), 4 => ($this->privates['App\\Serializer\\Normalizer\\DesignNormalizer'] ?? $this->getDesignNormalizerService()), 5 => ($this->privates['App\\Serializer\\Normalizer\\FacilitySpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\FacilitySpecificationNormalizer'] = new \App\Serializer\Normalizer\FacilitySpecificationNormalizer())), 6 => ($this->privates['App\\Serializer\\Normalizer\\IngredientInspectionExcelNormalizer'] ?? $this->getIngredientInspectionExcelNormalizerService()), 7 => ($this->privates['App\\Serializer\\Normalizer\\ManufactureExcelNormalizer'] ?? $this->getManufactureExcelNormalizerService()), 8 => ($this->privates['App\\Serializer\\Normalizer\\ManufactureGeneralExcelNormalizer'] ?? $this->getManufactureGeneralExcelNormalizerService()), 9 => ($this->privates['App\\Serializer\\Normalizer\\NoteNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\NoteNormalizer'] = new \App\Serializer\Normalizer\NoteNormalizer())), 10 => ($this->privates['App\\Serializer\\Normalizer\\NoteOrderDetailNormalizer'] ?? $this->getNoteOrderDetailNormalizerService()), 11 => ($this->privates['App\\Serializer\\Normalizer\\OrderFilterExcelNormalizer'] ?? $this->getOrderFilterExcelNormalizerService()), 12 => ($this->privates['App\\Serializer\\Normalizer\\OrderSpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\OrderSpecificationNormalizer'] = new \App\Serializer\Normalizer\OrderSpecificationNormalizer())), 13 => ($this->privates['App\\Serializer\\Normalizer\\PaymentDeptNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PaymentDeptNormalizer'] = new \App\Serializer\Normalizer\PaymentDeptNormalizer())), 14 => ($this->privates['App\\Serializer\\Normalizer\\PaymentNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PaymentNormalizer'] = new \App\Serializer\Normalizer\PaymentNormalizer())), 15 => ($this->privates['App\\Serializer\\Normalizer\\PrintExcelNormalizer'] ?? $this->getPrintExcelNormalizerService()), 16 => ($this->privates['App\\Serializer\\Normalizer\\PrintGroupBySizeNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\PrintGroupBySizeNormalizer'] = new \App\Serializer\Normalizer\PrintGroupBySizeNormalizer())), 17 => ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayOrderExcelNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayOrderExcelNormalizer'] = new \App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer())), 18 => ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayPaymentExcelNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\ReportEndOfDayPaymentExcelNormalizer'] = new \App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer())), 19 => ($this->privates['App\\Serializer\\Normalizer\\SaleExcelNormalizer'] ?? $this->getSaleExcelNormalizerService()), 20 => ($this->privates['App\\Serializer\\Normalizer\\SalesReportByEmployeeNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\SalesReportByEmployeeNormalizer'] = new \App\Serializer\Normalizer\SalesReportByEmployeeNormalizer())), 21 => ($this->privates['App\\Serializer\\Normalizer\\SemiFinishedExcelNormalizer'] ?? $this->getSemiFinishedExcelNormalizerService()), 22 => ($this->privates['App\\Serializer\\Normalizer\\ShowAllSpecificationNormalizer'] ?? $this->getShowAllSpecificationNormalizerService()), 23 => ($this->privates['App\\Serializer\\Normalizer\\SpecificationDetailNormalizer'] ?? $this->getSpecificationDetailNormalizerService()), 24 => ($this->privates['App\\Serializer\\Normalizer\\SpecificationNormalizer'] ?? ($this->privates['App\\Serializer\\Normalizer\\SpecificationNormalizer'] = new \App\Serializer\Normalizer\SpecificationNormalizer())), 25 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 26 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 27 => $h, 28 => $m, 29 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($n, [], $b), 30 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $b), 31 => $m, 32 => $h, 33 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($i, $j, $k, $o, NULL, $n, NULL, $b), 34 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($i, $p, $n), 35 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($n, true), 36 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 37 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 38 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($i, $j, $k, $p, $o, $q, $c, $b, $a, [], new RewindableGenerator(function () {    yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService.php'));
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:2540 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1273 {
    ContainerQQQ9Msy\srcApp_KernelDevDebugContainer->ContainerQQQ9Msy\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a (10 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "stof_doctrine_extensions" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "orm" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "mongodb" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "class" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "uploadable" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "message_bus" service is deprecated, use the "messenger.default_bus" service instead. It is being referenced by the "App\EventListener\OrderDeliveryUpdateListener" service.
n/a The "message_bus" service is deprecated, use the "messenger.default_bus" service instead. It is being referenced by the "App\Workflow\WorkflowProcess" service.
n/a The "controller_name_converter" service is deprecated since Symfony 4.3. It is being referenced by the "fos_rest.routing.loader.controller" service.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#8313
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/amacsport_git/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1175 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/amacsport_git/var/cache/dev/ContainerQQQ9Msy/srcApp_KernelDevDebugContainer.php:1175 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  }
}
n/a Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
n/a Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
n/a Using an "if" condition on "for" tag in "order/index-custom.html.twig" at line 485 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "order/index.html.twig" at line 402 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "order/index-stt.html.twig" at line 430 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).

Debug 70

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\WebAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\WebAuthenticator"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
security Access denied, the user is not fully authenticated; redirecting to authentication entry point.
[
  "exception" => Symfony\Component\Security\Core\Exception\AccessDeniedException {#2975
    -attributes: [
      "ROLE_USER"
    ]
    -subject: Symfony\Component\HttpFoundation\Request {#17 …}
    #message: "Access Denied."
    #code: 403
    #file: "/var/www/amacsport_git/vendor/symfony/security-http/Firewall/AccessListener.php"
    #line: 91
    trace: {
      /var/www/amacsport_git/vendor/symfony/security-http/Firewall/AccessListener.php:91 {
        Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
        › if (!$this->accessDecisionManager->decide($token, $attributes, $request, true)) {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
      }
      /var/www/amacsport_git/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/security-http/Firewall.php:98 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
        › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          $listeners: Generator {#3009 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#987 …}
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#987 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …22]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …22]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
        }
      }
      /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
        }
      }
      /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#17 …}
        }
      }
    }
  }
]
{
  /var/www/amacsport_git/vendor/symfony/security-http/Firewall/AccessListener.php:91 {
    Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
    › if (!$this->accessDecisionManager->decide($token, $attributes, $request, true)) {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
  }
  /var/www/amacsport_git/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:62 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = $listener instanceof AbstractListener ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/security-http/Firewall.php:98 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
    › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      $listeners: Generator {#3009 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#987 …}
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#987 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …22]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …22]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
    }
  }
  /var/www/amacsport_git/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#872 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
    }
  }
  /var/www/amacsport_git/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/amacsport_git/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#17 …}
    }
  }
}
security Calling Authentication entry point.
event Notified event
"kernel.exception"
to listener
"WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onException"
]
event Notified event
"kernel.exception"
to listener
"WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Sentry\SentryBundle\EventListener\ErrorListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Sentry\SentryBundle\EventListener\ErrorListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
event Listener
"ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Symfony\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Symfony\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 4564

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SensioLabs\Security\Command\SecurityCheckerCommand" (parent: .abstract.instanceof.SensioLabs\Security\Command\SecurityCheckerCommand).
  • Resolving inheritance for "SensioLabs\Security\Command\SecurityCheckerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SensioLabs\Security\Command\SecurityCheckerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoAddProductInventoryCommand" (parent: .abstract.instanceof.App\Command\AutoAddProductInventoryCommand).
  • Resolving inheritance for "App\Command\AutoAddProductInventoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoAddProductInventoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderDeliveryWithPartnerCommand" (parent: .abstract.instanceof.App\Command\AutoCheckOrderDeliveryWithPartnerCommand).
  • Resolving inheritance for "App\Command\AutoCheckOrderDeliveryWithPartnerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderDeliveryWithPartnerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderManagerCommand" (parent: .abstract.instanceof.App\Command\AutoCheckOrderManagerCommand).
  • Resolving inheritance for "App\Command\AutoCheckOrderManagerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderManagerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckQuantityCommand" (parent: .abstract.instanceof.App\Command\AutoCheckQuantityCommand).
  • Resolving inheritance for "App\Command\AutoCheckQuantityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckQuantityCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCreateOrderProductCommand" (parent: .abstract.instanceof.App\Command\AutoCreateOrderProductCommand).
  • Resolving inheritance for "App\Command\AutoCreateOrderProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCreateOrderProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillAddressDeliveryCommand" (parent: .abstract.instanceof.App\Command\AutoFillAddressDeliveryCommand).
  • Resolving inheritance for "App\Command\AutoFillAddressDeliveryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillAddressDeliveryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillCodeCustomerCommand" (parent: .abstract.instanceof.App\Command\AutoFillCodeCustomerCommand).
  • Resolving inheritance for "App\Command\AutoFillCodeCustomerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillCodeCustomerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeDeliveryOrderCommand" (parent: .abstract.instanceof.App\Command\AutoFillEmployeeDeliveryOrderCommand).
  • Resolving inheritance for "App\Command\AutoFillEmployeeDeliveryOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeDeliveryOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeFinishOrderCommand" (parent: .abstract.instanceof.App\Command\AutoFillEmployeeFinishOrderCommand).
  • Resolving inheritance for "App\Command\AutoFillEmployeeFinishOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeFinishOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillOrderTimeLineCommand" (parent: .abstract.instanceof.App\Command\AutoFillOrderTimeLineCommand).
  • Resolving inheritance for "App\Command\AutoFillOrderTimeLineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillOrderTimeLineCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillProductWithWarehouseCommand" (parent: .abstract.instanceof.App\Command\AutoFillProductWithWarehouseCommand).
  • Resolving inheritance for "App\Command\AutoFillProductWithWarehouseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillProductWithWarehouseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillTagLateCommand" (parent: .abstract.instanceof.App\Command\AutoFillTagLateCommand).
  • Resolving inheritance for "App\Command\AutoFillTagLateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillTagLateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeDistrictCommand" (parent: .abstract.instanceof.App\Command\AutoGenerateCodeDistrictCommand).
  • Resolving inheritance for "App\Command\AutoGenerateCodeDistrictCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeDistrictCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeProvinceCommand" (parent: .abstract.instanceof.App\Command\AutoGenerateCodeProvinceCommand).
  • Resolving inheritance for "App\Command\AutoGenerateCodeProvinceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeProvinceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeWardCommand" (parent: .abstract.instanceof.App\Command\AutoGenerateCodeWardCommand).
  • Resolving inheritance for "App\Command\AutoGenerateCodeWardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeWardCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateInvoiceFromPurchaseOrder" (parent: .abstract.instanceof.App\Command\AutoGenerateInvoiceFromPurchaseOrder).
  • Resolving inheritance for "App\Command\AutoGenerateInvoiceFromPurchaseOrder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateInvoiceFromPurchaseOrder).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGeneratePurchaseOrderWithOrder" (parent: .abstract.instanceof.App\Command\AutoGeneratePurchaseOrderWithOrder).
  • Resolving inheritance for "App\Command\AutoGeneratePurchaseOrderWithOrder" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGeneratePurchaseOrderWithOrder).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCommand" (parent: .abstract.instanceof.App\Command\AutoGenerateSpectificationProductCommand).
  • Resolving inheritance for "App\Command\AutoGenerateSpectificationProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCustoreCommand" (parent: .abstract.instanceof.App\Command\AutoGenerateSpectificationProductCustoreCommand).
  • Resolving inheritance for "App\Command\AutoGenerateSpectificationProductCustoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCustoreCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoInventoryCommand" (parent: .abstract.instanceof.App\Command\AutoInventoryCommand).
  • Resolving inheritance for "App\Command\AutoInventoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoInventoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRemoveAssigeeTaskCommand" (parent: .abstract.instanceof.App\Command\AutoRemoveAssigeeTaskCommand).
  • Resolving inheritance for "App\Command\AutoRemoveAssigeeTaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRemoveAssigeeTaskCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRenewTokenCommand" (parent: .abstract.instanceof.App\Command\AutoRenewTokenCommand).
  • Resolving inheritance for "App\Command\AutoRenewTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRenewTokenCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskFinishedCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateDeliveryTaskFinishedCommand).
  • Resolving inheritance for "App\Command\AutoUpdateDeliveryTaskFinishedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskFinishedCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskWorkedCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateDeliveryTaskWorkedCommand).
  • Resolving inheritance for "App\Command\AutoUpdateDeliveryTaskWorkedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskWorkedCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateOrderDeliveryTimeCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateOrderDeliveryTimeCommand).
  • Resolving inheritance for "App\Command\AutoUpdateOrderDeliveryTimeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateOrderDeliveryTimeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTotalPaymentCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateTotalPaymentCommand).
  • Resolving inheritance for "App\Command\AutoUpdateTotalPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTotalPaymentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateWorkedDeliveryCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateWorkedDeliveryCommand).
  • Resolving inheritance for "App\Command\AutoUpdateWorkedDeliveryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateWorkedDeliveryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoWalletCommand" (parent: .abstract.instanceof.App\Command\AutoWalletCommand).
  • Resolving inheritance for "App\Command\AutoWalletCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoWalletCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCreateOrderDeliveryCommand" (parent: .abstract.instanceof.App\Command\CheckCreateOrderDeliveryCommand).
  • Resolving inheritance for "App\Command\CheckCreateOrderDeliveryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCreateOrderDeliveryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMissingWebpCommand" (parent: .abstract.instanceof.App\Command\CheckMissingWebpCommand).
  • Resolving inheritance for "App\Command\CheckMissingWebpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMissingWebpCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnabledAssignmentOrderCancelCommand" (parent: .abstract.instanceof.App\Command\EnabledAssignmentOrderCancelCommand).
  • Resolving inheritance for "App\Command\EnabledAssignmentOrderCancelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnabledAssignmentOrderCancelCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishOrderCommand" (parent: .abstract.instanceof.App\Command\FinishOrderCommand).
  • Resolving inheritance for "App\Command\FinishOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GHNCloneWardCommand" (parent: .abstract.instanceof.App\Command\GHNCloneWardCommand).
  • Resolving inheritance for "App\Command\GHNCloneWardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GHNCloneWardCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneBranchCommand" (parent: .abstract.instanceof.App\Command\KiotvietCloneBranchCommand).
  • Resolving inheritance for "App\Command\KiotvietCloneBranchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneBranchCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerCommand" (parent: .abstract.instanceof.App\Command\KiotvietCloneCustomerCommand).
  • Resolving inheritance for "App\Command\KiotvietCloneCustomerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerGroupCommand" (parent: .abstract.instanceof.App\Command\KiotvietCloneCustomerGroupCommand).
  • Resolving inheritance for "App\Command\KiotvietCloneCustomerGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncBranchCommand" (parent: .abstract.instanceof.App\Command\KiotvietSyncBranchCommand).
  • Resolving inheritance for "App\Command\KiotvietSyncBranchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncBranchCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncCustomerCommand" (parent: .abstract.instanceof.App\Command\KiotvietSyncCustomerCommand).
  • Resolving inheritance for "App\Command\KiotvietSyncCustomerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncCustomerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MoveCustomerGroupCommand" (parent: .abstract.instanceof.App\Command\MoveCustomerGroupCommand).
  • Resolving inheritance for "App\Command\MoveCustomerGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MoveCustomerGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDistrictCommand" (parent: .abstract.instanceof.App\Command\SyncDistrictCommand).
  • Resolving inheritance for "App\Command\SyncDistrictCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDistrictCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncWardCommand" (parent: .abstract.instanceof.App\Command\SyncWardCommand).
  • Resolving inheritance for "App\Command\SyncWardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncWardCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestQueryPerformanceCommand" (parent: .abstract.instanceof.App\Command\TestQueryPerformanceCommand).
  • Resolving inheritance for "App\Command\TestQueryPerformanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestQueryPerformanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserAmountsCommand" (parent: .abstract.instanceof.App\Command\UpdateUserAmountsCommand).
  • Resolving inheritance for "App\Command\UpdateUserAmountsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserAmountsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidCustomerAmacCommand" (parent: .abstract.instanceof.App\Command\ValidCustomerAmacCommand).
  • Resolving inheritance for "App\Command\ValidCustomerAmacCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidCustomerAmacCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidDistrictCommand" (parent: .abstract.instanceof.App\Command\ValidDistrictCommand).
  • Resolving inheritance for "App\Command\ValidDistrictCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidDistrictCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController" (parent: .abstract.instanceof.App\Controller\ActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController).
  • Resolving inheritance for "App\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalInvoiceController" (parent: .abstract.instanceof.App\Controller\AdditionalInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalInvoiceController).
  • Resolving inheritance for "App\Controller\AdditionalInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ActivityController" (parent: .abstract.instanceof.App\Controller\Ajax\ActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ActivityController).
  • Resolving inheritance for "App\Controller\Ajax\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AddressBookController" (parent: .abstract.instanceof.App\Controller\Ajax\AddressBookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AddressBookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AddressBookController).
  • Resolving inheritance for "App\Controller\Ajax\AddressBookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AddressBookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacAddressController" (parent: .abstract.instanceof.App\Controller\Ajax\AmacAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacAddressController).
  • Resolving inheritance for "App\Controller\Ajax\AmacAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacRequestController" (parent: .abstract.instanceof.App\Controller\Ajax\AmacRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacRequestController).
  • Resolving inheritance for "App\Controller\Ajax\AmacRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AssignmentController" (parent: .abstract.instanceof.App\Controller\Ajax\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AssignmentController).
  • Resolving inheritance for "App\Controller\Ajax\AssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerController" (parent: .abstract.instanceof.App\Controller\Ajax\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerController).
  • Resolving inheritance for "App\Controller\Ajax\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerExportController" (parent: .abstract.instanceof.App\Controller\Ajax\CustomerExportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerExportController).
  • Resolving inheritance for "App\Controller\Ajax\CustomerExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerExportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerSourceController" (parent: .abstract.instanceof.App\Controller\Ajax\CustomerSourceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerSourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerSourceController).
  • Resolving inheritance for "App\Controller\Ajax\CustomerSourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerSourceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\DocumentController" (parent: .abstract.instanceof.App\Controller\Ajax\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\DocumentController).
  • Resolving inheritance for "App\Controller\Ajax\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\EmployeeController" (parent: .abstract.instanceof.App\Controller\Ajax\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\EmployeeController).
  • Resolving inheritance for "App\Controller\Ajax\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\GetInformationController" (parent: .abstract.instanceof.App\Controller\Ajax\GetInformationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\GetInformationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\GetInformationController).
  • Resolving inheritance for "App\Controller\Ajax\GetInformationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\GetInformationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\JTAddressController" (parent: .abstract.instanceof.App\Controller\Ajax\JTAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\JTAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\JTAddressController).
  • Resolving inheritance for "App\Controller\Ajax\JTAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\JTAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderAssignmentController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderAssignmentController).
  • Resolving inheritance for "App\Controller\Ajax\OrderAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderController).
  • Resolving inheritance for "App\Controller\Ajax\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderDeliveryController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderDeliveryController).
  • Resolving inheritance for "App\Controller\Ajax\OrderDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderExportCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvController).
  • Resolving inheritance for "App\Controller\Ajax\OrderExportCsvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvSalaryController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderExportCsvSalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvSalaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvSalaryController).
  • Resolving inheritance for "App\Controller\Ajax\OrderExportCsvSalaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvSalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderLateController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderLateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderLateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderLateController).
  • Resolving inheritance for "App\Controller\Ajax\OrderLateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderLateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderManagerController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderManagerController).
  • Resolving inheritance for "App\Controller\Ajax\OrderManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderRequestController" (parent: .abstract.instanceof.App\Controller\Ajax\OrderRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderRequestController).
  • Resolving inheritance for "App\Controller\Ajax\OrderRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PaymentController" (parent: .abstract.instanceof.App\Controller\Ajax\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PaymentController).
  • Resolving inheritance for "App\Controller\Ajax\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintDeliveryNoteController" (parent: .abstract.instanceof.App\Controller\Ajax\PrintDeliveryNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintDeliveryNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintDeliveryNoteController).
  • Resolving inheritance for "App\Controller\Ajax\PrintDeliveryNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintDeliveryNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderImageController" (parent: .abstract.instanceof.App\Controller\Ajax\PrintOrderImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderImageController).
  • Resolving inheritance for "App\Controller\Ajax\PrintOrderImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderPDFController" (parent: .abstract.instanceof.App\Controller\Ajax\PrintOrderPDFController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderPDFController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderPDFController).
  • Resolving inheritance for "App\Controller\Ajax\PrintOrderPDFController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderPDFController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttachmentController" (parent: .abstract.instanceof.App\Controller\Ajax\ProductAttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttachmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttachmentController).
  • Resolving inheritance for "App\Controller\Ajax\ProductAttachmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttributeController" (parent: .abstract.instanceof.App\Controller\Ajax\ProductAttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttributeController).
  • Resolving inheritance for "App\Controller\Ajax\ProductAttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttributeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Ajax\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductCategoryController).
  • Resolving inheritance for "App\Controller\Ajax\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductController" (parent: .abstract.instanceof.App\Controller\Ajax\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductController).
  • Resolving inheritance for "App\Controller\Ajax\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportOrderEndOfDayController" (parent: .abstract.instanceof.App\Controller\Ajax\ReportOrderEndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportOrderEndOfDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportOrderEndOfDayController).
  • Resolving inheritance for "App\Controller\Ajax\ReportOrderEndOfDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportOrderEndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportPaymentEndOfDayController" (parent: .abstract.instanceof.App\Controller\Ajax\ReportPaymentEndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportPaymentEndOfDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportPaymentEndOfDayController).
  • Resolving inheritance for "App\Controller\Ajax\ReportPaymentEndOfDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportPaymentEndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByBranchController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByBranchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByBranchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByBranchController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByBranchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByBranchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerGroupController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByCustomerGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerGroupController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByCustomerGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByEmployeeController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByEmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByEmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByEmployeeController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByEmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByEmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByProductController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByProductController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByRefundController" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByRefundController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByRefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByRefundController).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByRefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByRefundController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByTimeline" (parent: .abstract.instanceof.App\Controller\Ajax\SalesReportByTimeline).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByTimeline" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByTimeline).
  • Resolving inheritance for "App\Controller\Ajax\SalesReportByTimeline" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByTimeline).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SellController" (parent: .abstract.instanceof.App\Controller\Ajax\SellController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SellController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SellController).
  • Resolving inheritance for "App\Controller\Ajax\SellController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SellController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SettingController" (parent: .abstract.instanceof.App\Controller\Ajax\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SettingController).
  • Resolving inheritance for "App\Controller\Ajax\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\StatisticsAssignmentController" (parent: .abstract.instanceof.App\Controller\Ajax\StatisticsAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\StatisticsAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\StatisticsAssignmentController).
  • Resolving inheritance for "App\Controller\Ajax\StatisticsAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\StatisticsAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SupplierController" (parent: .abstract.instanceof.App\Controller\Ajax\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SupplierController).
  • Resolving inheritance for "App\Controller\Ajax\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TaskController" (parent: .abstract.instanceof.App\Controller\Ajax\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TaskController).
  • Resolving inheritance for "App\Controller\Ajax\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TestJTController" (parent: .abstract.instanceof.App\Controller\Ajax\TestJTController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TestJTController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TestJTController).
  • Resolving inheritance for "App\Controller\Ajax\TestJTController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TestJTController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\UploadFileS3" (parent: .abstract.instanceof.App\Controller\Ajax\UploadFileS3).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\UploadFileS3" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\UploadFileS3).
  • Resolving inheritance for "App\Controller\Ajax\UploadFileS3" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\UploadFileS3).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\VoucherOrderController" (parent: .abstract.instanceof.App\Controller\Ajax\VoucherOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\VoucherOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\VoucherOrderController).
  • Resolving inheritance for "App\Controller\Ajax\VoucherOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\VoucherOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\APIController" (parent: .abstract.instanceof.App\Controller\Api\APIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\APIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\APIController).
  • Resolving inheritance for "App\Controller\Api\APIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\APIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Assignment\AssignmentDesignController" (parent: .abstract.instanceof.App\Controller\Api\Assignment\AssignmentDesignController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Assignment\AssignmentDesignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Assignment\AssignmentDesignController).
  • Resolving inheritance for "App\Controller\Api\Assignment\AssignmentDesignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Assignment\AssignmentDesignController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerController" (parent: .abstract.instanceof.App\Controller\Api\Customer\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerController).
  • Resolving inheritance for "App\Controller\Api\Customer\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerTagController" (parent: .abstract.instanceof.App\Controller\Api\Customer\CustomerTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerTagController).
  • Resolving inheritance for "App\Controller\Api\Customer\CustomerTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Delivery\PartnerDeliveryController" (parent: .abstract.instanceof.App\Controller\Api\Delivery\PartnerDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Delivery\PartnerDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Delivery\PartnerDeliveryController).
  • Resolving inheritance for "App\Controller\Api\Delivery\PartnerDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Delivery\PartnerDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceController" (parent: .abstract.instanceof.App\Controller\Api\Invoice\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceController).
  • Resolving inheritance for "App\Controller\Api\Invoice\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceOrderController" (parent: .abstract.instanceof.App\Controller\Api\Invoice\InvoiceOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceOrderController).
  • Resolving inheritance for "App\Controller\Api\Invoice\InvoiceOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRefundController" (parent: .abstract.instanceof.App\Controller\Api\Invoice\InvoiceRefundController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRefundController).
  • Resolving inheritance for "App\Controller\Api\Invoice\InvoiceRefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRefundController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRequestController" (parent: .abstract.instanceof.App\Controller\Api\Invoice\InvoiceRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRequestController).
  • Resolving inheritance for "App\Controller\Api\Invoice\InvoiceRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoicePayment\InvoicePaymentController" (parent: .abstract.instanceof.App\Controller\Api\InvoicePayment\InvoicePaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoicePayment\InvoicePaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoicePayment\InvoicePaymentController).
  • Resolving inheritance for "App\Controller\Api\InvoicePayment\InvoicePaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoicePayment\InvoicePaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Order\SearchOrderController" (parent: .abstract.instanceof.App\Controller\Api\Order\SearchOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Order\SearchOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Order\SearchOrderController).
  • Resolving inheritance for "App\Controller\Api\Order\SearchOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Order\SearchOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderError\OrderErrorController" (parent: .abstract.instanceof.App\Controller\Api\OrderError\OrderErrorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderError\OrderErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderError\OrderErrorController).
  • Resolving inheritance for "App\Controller\Api\OrderError\OrderErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderError\OrderErrorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderProduct\OrderProductController" (parent: .abstract.instanceof.App\Controller\Api\OrderProduct\OrderProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderProduct\OrderProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderProduct\OrderProductController).
  • Resolving inheritance for "App\Controller\Api\OrderProduct\OrderProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderProduct\OrderProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderTrait\OrderPDFController" (parent: .abstract.instanceof.App\Controller\Api\OrderTrait\OrderPDFController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderTrait\OrderPDFController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderTrait\OrderPDFController).
  • Resolving inheritance for "App\Controller\Api\OrderTrait\OrderPDFController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderTrait\OrderPDFController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Product\ProductController" (parent: .abstract.instanceof.App\Controller\Api\Product\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Product\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Product\ProductController).
  • Resolving inheritance for "App\Controller\Api\Product\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Product\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController" (parent: .abstract.instanceof.App\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController).
  • Resolving inheritance for "App\Controller\Api\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\ConvertMaketController" (parent: .abstract.instanceof.App\Controller\Api\PurchaseOrder\ConvertMaketController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\ConvertMaketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\ConvertMaketController).
  • Resolving inheritance for "App\Controller\Api\PurchaseOrder\ConvertMaketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\ConvertMaketController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController" (parent: .abstract.instanceof.App\Controller\Api\PurchaseOrder\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController).
  • Resolving inheritance for "App\Controller\Api\PurchaseOrder\PurchaseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReportProgressOrderController" (parent: .abstract.instanceof.App\Controller\Api\ReportProgressOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReportProgressOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReportProgressOrderController).
  • Resolving inheritance for "App\Controller\Api\ReportProgressOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReportProgressOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Sale\SaleController" (parent: .abstract.instanceof.App\Controller\Api\Sale\SaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Sale\SaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Sale\SaleController).
  • Resolving inheritance for "App\Controller\Api\Sale\SaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Sale\SaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionCommentController" (parent: .abstract.instanceof.App\Controller\Api\Wallet\APITransactionCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionCommentController).
  • Resolving inheritance for "App\Controller\Api\Wallet\APITransactionCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionCommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionController" (parent: .abstract.instanceof.App\Controller\Api\Wallet\APITransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionController).
  • Resolving inheritance for "App\Controller\Api\Wallet\APITransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentController" (parent: .abstract.instanceof.App\Controller\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentController).
  • Resolving inheritance for "App\Controller\AssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentHistoryController" (parent: .abstract.instanceof.App\Controller\AssignmentHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentHistoryController).
  • Resolving inheritance for "App\Controller\AssignmentHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentNewController" (parent: .abstract.instanceof.App\Controller\AssignmentNewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentNewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentNewController).
  • Resolving inheritance for "App\Controller\AssignmentNewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentNewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentTagController" (parent: .abstract.instanceof.App\Controller\AssignmentTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentTagController).
  • Resolving inheritance for "App\Controller\AssignmentTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentUpdateQrCodeController" (parent: .abstract.instanceof.App\Controller\AssignmentUpdateQrCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentUpdateQrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentUpdateQrCodeController).
  • Resolving inheritance for "App\Controller\AssignmentUpdateQrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentUpdateQrCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentAssignmentController" (parent: .abstract.instanceof.App\Controller\AttachmentAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentAssignmentController).
  • Resolving inheritance for "App\Controller\AttachmentAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentAssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentController" (parent: .abstract.instanceof.App\Controller\AttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentController).
  • Resolving inheritance for "App\Controller\AttachmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoSpecificationController" (parent: .abstract.instanceof.App\Controller\AutoSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoSpecificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoSpecificationController).
  • Resolving inheritance for "App\Controller\AutoSpecificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderApiController" (parent: .abstract.instanceof.App\Controller\BatchOrder\BatchOrderApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderApiController).
  • Resolving inheritance for "App\Controller\BatchOrder\BatchOrderApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderController" (parent: .abstract.instanceof.App\Controller\BatchOrder\BatchOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderController).
  • Resolving inheritance for "App\Controller\BatchOrder\BatchOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierController" (parent: .abstract.instanceof.App\Controller\CarrierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierController).
  • Resolving inheritance for "App\Controller\CarrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController).
  • Resolving inheritance for "App\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDebtController" (parent: .abstract.instanceof.App\Controller\CustomerDebtController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDebtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDebtController).
  • Resolving inheritance for "App\Controller\CustomerDebtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDebtController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerGroupController" (parent: .abstract.instanceof.App\Controller\CustomerGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerGroupController).
  • Resolving inheritance for "App\Controller\CustomerGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerMiddleController" (parent: .abstract.instanceof.App\Controller\CustomerMiddleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerMiddleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerMiddleController).
  • Resolving inheritance for "App\Controller\CustomerMiddleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerMiddleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerReceptionController" (parent: .abstract.instanceof.App\Controller\CustomerReceptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerReceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerReceptionController).
  • Resolving inheritance for "App\Controller\CustomerReceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerReceptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ApiDashboardController" (parent: .abstract.instanceof.App\Controller\Dashboard\ApiDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ApiDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ApiDashboardController).
  • Resolving inheritance for "App\Controller\Dashboard\ApiDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ApiDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardEmployeeController" (parent: .abstract.instanceof.App\Controller\Dashboard\DashboardEmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardEmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardEmployeeController).
  • Resolving inheritance for "App\Controller\Dashboard\DashboardEmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardEmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSaleController" (parent: .abstract.instanceof.App\Controller\Dashboard\DashboardSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSaleController).
  • Resolving inheritance for "App\Controller\Dashboard\DashboardSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\HomeController" (parent: .abstract.instanceof.App\Controller\Dashboard\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\HomeController).
  • Resolving inheritance for "App\Controller\Dashboard\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeadLineGuideController" (parent: .abstract.instanceof.App\Controller\DeadLineGuideController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeadLineGuideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeadLineGuideController).
  • Resolving inheritance for "App\Controller\DeadLineGuideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeadLineGuideController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
  • Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\CheckShipmentFeeController" (parent: .abstract.instanceof.App\Controller\Delivery\CheckShipmentFeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\CheckShipmentFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\CheckShipmentFeeController).
  • Resolving inheritance for "App\Controller\Delivery\CheckShipmentFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\CheckShipmentFeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAccountController" (parent: .abstract.instanceof.App\Controller\Delivery\DeliveryAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAccountController).
  • Resolving inheritance for "App\Controller\Delivery\DeliveryAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAddressController" (parent: .abstract.instanceof.App\Controller\Delivery\DeliveryAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAddressController).
  • Resolving inheritance for "App\Controller\Delivery\DeliveryAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryConfigController" (parent: .abstract.instanceof.App\Controller\Delivery\DeliveryConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryConfigController).
  • Resolving inheritance for "App\Controller\Delivery\DeliveryConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetAddressController" (parent: .abstract.instanceof.App\Controller\Delivery\GetAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetAddressController).
  • Resolving inheritance for "App\Controller\Delivery\GetAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetListOrderController" (parent: .abstract.instanceof.App\Controller\Delivery\GetListOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetListOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetListOrderController).
  • Resolving inheritance for "App\Controller\Delivery\GetListOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetListOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryController" (parent: .abstract.instanceof.App\Controller\Delivery\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryController).
  • Resolving inheritance for "App\Controller\Delivery\OrderDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryExportController" (parent: .abstract.instanceof.App\Controller\Delivery\OrderDeliveryExportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryExportController).
  • Resolving inheritance for "App\Controller\Delivery\OrderDeliveryExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryExportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryHistoryController" (parent: .abstract.instanceof.App\Controller\Delivery\OrderDeliveryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryHistoryController).
  • Resolving inheritance for "App\Controller\Delivery\OrderDeliveryHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryWebhookController" (parent: .abstract.instanceof.App\Controller\Delivery\OrderDeliveryWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryWebhookController).
  • Resolving inheritance for "App\Controller\Delivery\OrderDeliveryWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ParentDeliveryController" (parent: .abstract.instanceof.App\Controller\Delivery\ParentDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ParentDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ParentDeliveryController).
  • Resolving inheritance for "App\Controller\Delivery\ParentDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ParentDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\PartnerDeliveryHistoryController" (parent: .abstract.instanceof.App\Controller\Delivery\PartnerDeliveryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\PartnerDeliveryHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\PartnerDeliveryHistoryController).
  • Resolving inheritance for "App\Controller\Delivery\PartnerDeliveryHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\PartnerDeliveryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ReportOrderDeliveryController" (parent: .abstract.instanceof.App\Controller\Delivery\ReportOrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ReportOrderDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ReportOrderDeliveryController).
  • Resolving inheritance for "App\Controller\Delivery\ReportOrderDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ReportOrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\StoreController" (parent: .abstract.instanceof.App\Controller\Delivery\StoreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\StoreController).
  • Resolving inheritance for "App\Controller\Delivery\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\StoreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistrictController" (parent: .abstract.instanceof.App\Controller\DistrictController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistrictController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistrictController).
  • Resolving inheritance for "App\Controller\DistrictController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistrictController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadFileController" (parent: .abstract.instanceof.App\Controller\DownloadFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadFileController).
  • Resolving inheritance for "App\Controller\DownloadFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeController" (parent: .abstract.instanceof.App\Controller\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeController).
  • Resolving inheritance for "App\Controller\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndOfDayController" (parent: .abstract.instanceof.App\Controller\EndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndOfDayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndOfDayController).
  • Resolving inheritance for "App\Controller\EndOfDayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndOfDayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController" (parent: .abstract.instanceof.App\Controller\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController).
  • Resolving inheritance for "App\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportCustomerWithCsvController" (parent: .abstract.instanceof.App\Controller\Export\ExportCustomerWithCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportCustomerWithCsvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportCustomerWithCsvController).
  • Resolving inheritance for "App\Controller\Export\ExportCustomerWithCsvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportCustomerWithCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportOrderWithCsvController" (parent: .abstract.instanceof.App\Controller\Export\ExportOrderWithCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportOrderWithCsvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportOrderWithCsvController).
  • Resolving inheritance for "App\Controller\Export\ExportOrderWithCsvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportOrderWithCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportExcelOrderByFilterController" (parent: .abstract.instanceof.App\Controller\ExportExcelOrderByFilterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportExcelOrderByFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportExcelOrderByFilterController).
  • Resolving inheritance for "App\Controller\ExportExcelOrderByFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportExcelOrderByFilterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacilityGroupController" (parent: .abstract.instanceof.App\Controller\FacilityGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacilityGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacilityGroupController).
  • Resolving inheritance for "App\Controller\FacilityGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacilityGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\CategoryController" (parent: .abstract.instanceof.App\Controller\Help\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\CategoryController).
  • Resolving inheritance for "App\Controller\Help\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\DocumentController" (parent: .abstract.instanceof.App\Controller\Help\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\DocumentController).
  • Resolving inheritance for "App\Controller\Help\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\PostController" (parent: .abstract.instanceof.App\Controller\Help\PostController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\PostController).
  • Resolving inheritance for "App\Controller\Help\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\PostController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HistoryController" (parent: .abstract.instanceof.App\Controller\HistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HistoryController).
  • Resolving inheritance for "App\Controller\HistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController" (parent: .abstract.instanceof.App\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController).
  • Resolving inheritance for "App\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceRequestController" (parent: .abstract.instanceof.App\Controller\InvoiceRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceRequestController).
  • Resolving inheritance for "App\Controller\InvoiceRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\ImportDataCustomerController" (parent: .abstract.instanceof.App\Controller\Kiotviet\ImportDataCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\ImportDataCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\ImportDataCustomerController).
  • Resolving inheritance for "App\Controller\Kiotviet\ImportDataCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\ImportDataCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietBranchController" (parent: .abstract.instanceof.App\Controller\Kiotviet\KiotvietBranchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietBranchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietBranchController).
  • Resolving inheritance for "App\Controller\Kiotviet\KiotvietBranchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietBranchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietCustomerController" (parent: .abstract.instanceof.App\Controller\Kiotviet\KiotvietCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietCustomerController).
  • Resolving inheritance for "App\Controller\Kiotviet\KiotvietCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietSyncLogController" (parent: .abstract.instanceof.App\Controller\Kiotviet\KiotvietSyncLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietSyncLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietSyncLogController).
  • Resolving inheritance for "App\Controller\Kiotviet\KiotvietSyncLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietSyncLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\WebhookCreateCustomerController" (parent: .abstract.instanceof.App\Controller\Kiotviet\WebhookCreateCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\WebhookCreateCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\WebhookCreateCustomerController).
  • Resolving inheritance for "App\Controller\Kiotviet\WebhookCreateCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\WebhookCreateCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController" (parent: .abstract.instanceof.App\Controller\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController).
  • Resolving inheritance for "App\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
  • Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Order\OrderController" (parent: .abstract.instanceof.App\Controller\Order\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Order\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Order\OrderController).
  • Resolving inheritance for "App\Controller\Order\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Order\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCheckController" (parent: .abstract.instanceof.App\Controller\OrderCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCheckController).
  • Resolving inheritance for "App\Controller\OrderCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController).
  • Resolving inheritance for "App\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportCsvController" (parent: .abstract.instanceof.App\Controller\OrderExportCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportCsvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportCsvController).
  • Resolving inheritance for "App\Controller\OrderExportCsvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportCsvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportExcelController" (parent: .abstract.instanceof.App\Controller\OrderExportExcelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportExcelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportExcelController).
  • Resolving inheritance for "App\Controller\OrderExportExcelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportExcelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportSalaryController" (parent: .abstract.instanceof.App\Controller\OrderExportSalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportSalaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportSalaryController).
  • Resolving inheritance for "App\Controller\OrderExportSalaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportSalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderGenerateController" (parent: .abstract.instanceof.App\Controller\OrderGenerateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderGenerateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderGenerateController).
  • Resolving inheritance for "App\Controller\OrderGenerateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderGenerateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderManagerController" (parent: .abstract.instanceof.App\Controller\OrderManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderManagerController).
  • Resolving inheritance for "App\Controller\OrderManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNoteController" (parent: .abstract.instanceof.App\Controller\OrderNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNoteController).
  • Resolving inheritance for "App\Controller\OrderNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNowController" (parent: .abstract.instanceof.App\Controller\OrderNowController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNowController).
  • Resolving inheritance for "App\Controller\OrderNowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNowController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderReportManufactureController" (parent: .abstract.instanceof.App\Controller\OrderReportManufactureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderReportManufactureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderReportManufactureController).
  • Resolving inheritance for "App\Controller\OrderReportManufactureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderReportManufactureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderRequestController" (parent: .abstract.instanceof.App\Controller\OrderRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderRequestController).
  • Resolving inheritance for "App\Controller\OrderRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderRequestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderSpecificationController" (parent: .abstract.instanceof.App\Controller\OrderSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderSpecificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderSpecificationController).
  • Resolving inheritance for "App\Controller\OrderSpecificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderSpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTagController" (parent: .abstract.instanceof.App\Controller\OrderTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTagController).
  • Resolving inheritance for "App\Controller\OrderTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
  • Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PositionController" (parent: .abstract.instanceof.App\Controller\PositionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PositionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PositionController).
  • Resolving inheritance for "App\Controller\PositionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PositionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController" (parent: .abstract.instanceof.App\Controller\ProcedureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController).
  • Resolving inheritance for "App\Controller\ProcedureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
  • Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductSpecficationController" (parent: .abstract.instanceof.App\Controller\ProductSpecficationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductSpecficationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductSpecficationController).
  • Resolving inheritance for "App\Controller\ProductSpecficationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductSpecficationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductTagController" (parent: .abstract.instanceof.App\Controller\ProductTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductTagController).
  • Resolving inheritance for "App\Controller\ProductTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
  • Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinceController" (parent: .abstract.instanceof.App\Controller\ProvinceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinceController).
  • Resolving inheritance for "App\Controller\ProvinceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicLinkController" (parent: .abstract.instanceof.App\Controller\PublicLinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicLinkController).
  • Resolving inheritance for "App\Controller\PublicLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicLinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController" (parent: .abstract.instanceof.App\Controller\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController).
  • Resolving inheritance for "App\Controller\PurchaseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundInvoiceController" (parent: .abstract.instanceof.App\Controller\RefundInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundInvoiceController).
  • Resolving inheritance for "App\Controller\RefundInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportCustomerController" (parent: .abstract.instanceof.App\Controller\Report\ReportCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportCustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportCustomerController).
  • Resolving inheritance for "App\Controller\Report\ReportCustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportCustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportDepartmentController" (parent: .abstract.instanceof.App\Controller\Report\ReportDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportDepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportDepartmentController).
  • Resolving inheritance for "App\Controller\Report\ReportDepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportOrderController" (parent: .abstract.instanceof.App\Controller\Report\ReportOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportOrderController).
  • Resolving inheritance for "App\Controller\Report\ReportOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductActivityController" (parent: .abstract.instanceof.App\Controller\Report\ReportProductActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductActivityController).
  • Resolving inheritance for "App\Controller\Report\ReportProductActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductController" (parent: .abstract.instanceof.App\Controller\Report\ReportProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductController).
  • Resolving inheritance for "App\Controller\Report\ReportProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProgressController" (parent: .abstract.instanceof.App\Controller\Report\ReportProgressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProgressController).
  • Resolving inheritance for "App\Controller\Report\ReportProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProgressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportRevenueController" (parent: .abstract.instanceof.App\Controller\Report\ReportRevenueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportRevenueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportRevenueController).
  • Resolving inheritance for "App\Controller\Report\ReportRevenueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportRevenueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesReportController" (parent: .abstract.instanceof.App\Controller\Report\SalesReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesReportController).
  • Resolving inheritance for "App\Controller\Report\SalesReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportOrderController" (parent: .abstract.instanceof.App\Controller\ReportOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportOrderController).
  • Resolving inheritance for "App\Controller\ReportOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController" (parent: .abstract.instanceof.App\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController).
  • Resolving inheritance for "App\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendMailController" (parent: .abstract.instanceof.App\Controller\SendMailController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendMailController).
  • Resolving inheritance for "App\Controller\SendMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendMailController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendTelegramStatusController" (parent: .abstract.instanceof.App\Controller\SendTelegramStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendTelegramStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendTelegramStatusController).
  • Resolving inheritance for "App\Controller\SendTelegramStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendTelegramStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController" (parent: .abstract.instanceof.App\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController).
  • Resolving inheritance for "App\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecificationController" (parent: .abstract.instanceof.App\Controller\SpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecificationController).
  • Resolving inheritance for "App\Controller\SpecificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController" (parent: .abstract.instanceof.App\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController).
  • Resolving inheritance for "App\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMessageSNS" (parent: .abstract.instanceof.App\Controller\TestMessageSNS).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMessageSNS" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMessageSNS).
  • Resolving inheritance for "App\Controller\TestMessageSNS" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMessageSNS).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestService\TestOrderProductController" (parent: .abstract.instanceof.App\Controller\TestService\TestOrderProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestService\TestOrderProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestService\TestOrderProductController).
  • Resolving inheritance for "App\Controller\TestService\TestOrderProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestService\TestOrderProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController" (parent: .abstract.instanceof.App\Controller\VoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController).
  • Resolving inheritance for "App\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Wallet\WalletController" (parent: .abstract.instanceof.App\Controller\Wallet\WalletController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Wallet\WalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Wallet\WalletController).
  • Resolving inheritance for "App\Controller\Wallet\WalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Wallet\WalletController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\AdditionalInvoiceController" (parent: .abstract.instanceof.App\Controller\WareHouse\AdditionalInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\AdditionalInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\AdditionalInvoiceController).
  • Resolving inheritance for "App\Controller\WareHouse\AdditionalInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\AdditionalInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\CensorController" (parent: .abstract.instanceof.App\Controller\WareHouse\CensorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\CensorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\CensorController).
  • Resolving inheritance for "App\Controller\WareHouse\CensorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\CensorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\DeliveryInventoryController" (parent: .abstract.instanceof.App\Controller\WareHouse\DeliveryInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\DeliveryInventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\DeliveryInventoryController).
  • Resolving inheritance for "App\Controller\WareHouse\DeliveryInventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\DeliveryInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryCheckController" (parent: .abstract.instanceof.App\Controller\WareHouse\InventoryCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryCheckController).
  • Resolving inheritance for "App\Controller\WareHouse\InventoryCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryCheckController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryTransferController" (parent: .abstract.instanceof.App\Controller\WareHouse\InventoryTransferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryTransferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryTransferController).
  • Resolving inheritance for "App\Controller\WareHouse\InventoryTransferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryTransferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryController" (parent: .abstract.instanceof.App\Controller\WareHouse\ProductInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryController).
  • Resolving inheritance for "App\Controller\WareHouse\ProductInventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryHistoryController" (parent: .abstract.instanceof.App\Controller\WareHouse\ProductInventoryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryHistoryController).
  • Resolving inheritance for "App\Controller\WareHouse\ProductInventoryHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryHistoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\RecieptController" (parent: .abstract.instanceof.App\Controller\WareHouse\RecieptController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\RecieptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\RecieptController).
  • Resolving inheritance for "App\Controller\WareHouse\RecieptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\RecieptController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseController" (parent: .abstract.instanceof.App\Controller\WareHouse\WareHouseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseController).
  • Resolving inheritance for "App\Controller\WareHouse\WareHouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseControllerController" (parent: .abstract.instanceof.App\Controller\WareHouse\WareHouseControllerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseControllerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseControllerController).
  • Resolving inheritance for "App\Controller\WareHouse\WareHouseControllerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseControllerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\ZaloMiniAppWebhookController" (parent: .abstract.instanceof.App\Controller\Webhook\ZaloMiniAppWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\ZaloMiniAppWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\ZaloMiniAppWebhookController).
  • Resolving inheritance for "App\Controller\Webhook\ZaloMiniAppWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\ZaloMiniAppWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZaloController" (parent: .abstract.instanceof.App\Controller\ZaloController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZaloController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZaloController).
  • Resolving inheritance for "App\Controller\ZaloController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZaloController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ColorFixture" (parent: .abstract.instanceof.App\DataFixtures\ColorFixture).
  • Resolving inheritance for "App\DataFixtures\ColorFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ColorFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerGroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\CustomerGroupFixtures).
  • Resolving inheritance for "App\DataFixtures\CustomerGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerGroupFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistrictFixtures" (parent: .abstract.instanceof.App\DataFixtures\DistrictFixtures).
  • Resolving inheritance for "App\DataFixtures\DistrictFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistrictFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FacilitySpecificationFixture" (parent: .abstract.instanceof.App\DataFixtures\FacilitySpecificationFixture).
  • Resolving inheritance for "App\DataFixtures\FacilitySpecificationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FacilitySpecificationFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NoteFixture" (parent: .abstract.instanceof.App\DataFixtures\NoteFixture).
  • Resolving inheritance for "App\DataFixtures\NoteFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NoteFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PositionFixture" (parent: .abstract.instanceof.App\DataFixtures\PositionFixture).
  • Resolving inheritance for "App\DataFixtures\PositionFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PositionFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProcedureFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProcedureFixtures).
  • Resolving inheritance for "App\DataFixtures\ProcedureFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProcedureFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProvinceFixtures" (parent: .abstract.instanceof.App\DataFixtures\ProvinceFixtures).
  • Resolving inheritance for "App\DataFixtures\ProvinceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProvinceFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixture" (parent: .abstract.instanceof.App\DataFixtures\RoleFixture).
  • Resolving inheritance for "App\DataFixtures\RoleFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShirtFormFixture" (parent: .abstract.instanceof.App\DataFixtures\ShirtFormFixture).
  • Resolving inheritance for "App\DataFixtures\ShirtFormFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShirtFormFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SizeFixture" (parent: .abstract.instanceof.App\DataFixtures\SizeFixture).
  • Resolving inheritance for "App\DataFixtures\SizeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SizeFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SleeveTypeFixture" (parent: .abstract.instanceof.App\DataFixtures\SleeveTypeFixture).
  • Resolving inheritance for "App\DataFixtures\SleeveTypeFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SleeveTypeFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SpecificationFixture" (parent: .abstract.instanceof.App\DataFixtures\SpecificationFixture).
  • Resolving inheritance for "App\DataFixtures\SpecificationFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SpecificationFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskFixtures" (parent: .abstract.instanceof.App\DataFixtures\TaskFixtures).
  • Resolving inheritance for "App\DataFixtures\TaskFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\UserFixture).
  • Resolving inheritance for "App\DataFixtures\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbstractApiType" (parent: .abstract.instanceof.App\Form\AbstractApiType).
  • Resolving inheritance for "App\Form\AbstractApiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbstractApiType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType" (parent: .abstract.instanceof.App\Form\ActivityType).
  • Resolving inheritance for "App\Form\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmacRequestType" (parent: .abstract.instanceof.App\Form\AmacRequestType).
  • Resolving inheritance for "App\Form\AmacRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmacRequestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentQueueType" (parent: .abstract.instanceof.App\Form\AssignmentQueueType).
  • Resolving inheritance for "App\Form\AssignmentQueueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentQueueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentTagType" (parent: .abstract.instanceof.App\Form\AssignmentTagType).
  • Resolving inheritance for "App\Form\AssignmentTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
  • Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClothePartType" (parent: .abstract.instanceof.App\Form\ClothePartType).
  • Resolving inheritance for "App\Form\ClothePartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClothePartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ColorType" (parent: .abstract.instanceof.App\Form\ColorType).
  • Resolving inheritance for "App\Form\ColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ColorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerCreateOrderType" (parent: .abstract.instanceof.App\Form\CustomerCreateOrderType).
  • Resolving inheritance for "App\Form\CustomerCreateOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerCreateOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerGroupUserType" (parent: .abstract.instanceof.App\Form\CustomerGroupUserType).
  • Resolving inheritance for "App\Form\CustomerGroupUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerGroupUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeadLineGuideType" (parent: .abstract.instanceof.App\Form\DeadLineGuideType).
  • Resolving inheritance for "App\Form\DeadLineGuideType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeadLineGuideType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAccountType" (parent: .abstract.instanceof.App\Form\DeliveryAccountType).
  • Resolving inheritance for "App\Form\DeliveryAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportExcelType" (parent: .abstract.instanceof.App\Form\ExportExcelType).
  • Resolving inheritance for "App\Form\ExportExcelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportExcelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacilitySpecificationType" (parent: .abstract.instanceof.App\Form\FacilitySpecificationType).
  • Resolving inheritance for "App\Form\FacilitySpecificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacilitySpecificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType" (parent: .abstract.instanceof.App\Form\NoteType).
  • Resolving inheritance for "App\Form\NoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCancelType" (parent: .abstract.instanceof.App\Form\OrderCancelType).
  • Resolving inheritance for "App\Form\OrderCancelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCancelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateMaketType" (parent: .abstract.instanceof.App\Form\OrderCreateMaketType).
  • Resolving inheritance for "App\Form\OrderCreateMaketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateMaketType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateType" (parent: .abstract.instanceof.App\Form\OrderCreateType).
  • Resolving inheritance for "App\Form\OrderCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeliveryType" (parent: .abstract.instanceof.App\Form\OrderDeliveryType).
  • Resolving inheritance for "App\Form\OrderDeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeliveryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderEditType" (parent: .abstract.instanceof.App\Form\OrderEditType).
  • Resolving inheritance for "App\Form\OrderEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderManagerType" (parent: .abstract.instanceof.App\Form\OrderManagerType).
  • Resolving inheritance for "App\Form\OrderManagerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderManagerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNote1Type" (parent: .abstract.instanceof.App\Form\OrderNote1Type).
  • Resolving inheritance for "App\Form\OrderNote1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNote1Type).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNoteType" (parent: .abstract.instanceof.App\Form\OrderNoteType).
  • Resolving inheritance for "App\Form\OrderNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNoteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNowType" (parent: .abstract.instanceof.App\Form\OrderNowType).
  • Resolving inheritance for "App\Form\OrderNowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNowType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRequestType" (parent: .abstract.instanceof.App\Form\OrderRequestType).
  • Resolving inheritance for "App\Form\OrderRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRequestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderSpecificationType" (parent: .abstract.instanceof.App\Form\OrderSpecificationType).
  • Resolving inheritance for "App\Form\OrderSpecificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderSpecificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTagType" (parent: .abstract.instanceof.App\Form\OrderTagType).
  • Resolving inheritance for "App\Form\OrderTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentNewType" (parent: .abstract.instanceof.App\Form\PaymentNewType).
  • Resolving inheritance for "App\Form\PaymentNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentNewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType" (parent: .abstract.instanceof.App\Form\PaymentType).
  • Resolving inheritance for "App\Form\PaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PositionType" (parent: .abstract.instanceof.App\Form\PositionType).
  • Resolving inheritance for "App\Form\PositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType" (parent: .abstract.instanceof.App\Form\PostType).
  • Resolving inheritance for "App\Form\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintMultipleDeliveryNotesType" (parent: .abstract.instanceof.App\Form\PrintMultipleDeliveryNotesType).
  • Resolving inheritance for "App\Form\PrintMultipleDeliveryNotesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintMultipleDeliveryNotesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcedureType" (parent: .abstract.instanceof.App\Form\ProcedureType).
  • Resolving inheritance for "App\Form\ProcedureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcedureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType" (parent: .abstract.instanceof.App\Form\ProductTagType).
  • Resolving inheritance for "App\Form\ProductTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
  • Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleAssignmentType" (parent: .abstract.instanceof.App\Form\RoleAssignmentType).
  • Resolving inheritance for "App\Form\RoleAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType" (parent: .abstract.instanceof.App\Form\RoleType).
  • Resolving inheritance for "App\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType" (parent: .abstract.instanceof.App\Form\SettingType).
  • Resolving inheritance for "App\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificationType" (parent: .abstract.instanceof.App\Form\SpecificationType).
  • Resolving inheritance for "App\Form\SpecificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType" (parent: .abstract.instanceof.App\Form\TagType).
  • Resolving inheritance for "App\Form\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssignmentType" (parent: .abstract.instanceof.App\Form\Type\AssignmentType).
  • Resolving inheritance for "App\Form\Type\AssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CarrierType" (parent: .abstract.instanceof.App\Form\Type\CarrierType).
  • Resolving inheritance for "App\Form\Type\CarrierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CarrierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType" (parent: .abstract.instanceof.App\Form\Type\ChangePasswordType).
  • Resolving inheritance for "App\Form\Type\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType" (parent: .abstract.instanceof.App\Form\Type\CustomerType).
  • Resolving inheritance for "App\Form\Type\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType" (parent: .abstract.instanceof.App\Form\Type\ProfileType).
  • Resolving inheritance for "App\Form\Type\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UpdateTaskStateType" (parent: .abstract.instanceof.App\Form\Type\UpdateTaskStateType).
  • Resolving inheritance for "App\Form\Type\UpdateTaskStateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UpdateTaskStateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
  • Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType" (parent: .abstract.instanceof.App\Form\VoucherType).
  • Resolving inheritance for "App\Form\VoucherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloFollowEventType" (parent: .abstract.instanceof.App\Form\ZaloFollowEventType).
  • Resolving inheritance for "App\Form\ZaloFollowEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloFollowEventType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloIdType" (parent: .abstract.instanceof.App\Form\ZaloIdType).
  • Resolving inheritance for "App\Form\ZaloIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloIdType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\CheckOrderManagerHandler" (parent: .abstract.instanceof.App\Handler\CheckOrderManagerHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\CheckOrderManagerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\CheckOrderManagerHandler).
  • Resolving inheritance for "App\Handler\CheckOrderManagerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\CheckOrderManagerHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishDesignSendTelegramHandler" (parent: .abstract.instanceof.App\Handler\FinishDesignSendTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishDesignSendTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishDesignSendTelegramHandler).
  • Resolving inheritance for "App\Handler\FinishDesignSendTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishDesignSendTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendDocumentTelegramHandler" (parent: .abstract.instanceof.App\Handler\FinishReceiveSendDocumentTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendDocumentTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendDocumentTelegramHandler).
  • Resolving inheritance for "App\Handler\FinishReceiveSendDocumentTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendDocumentTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendTelegramHandler" (parent: .abstract.instanceof.App\Handler\FinishReceiveSendTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendTelegramHandler).
  • Resolving inheritance for "App\Handler\FinishReceiveSendTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\NotificationHandler" (parent: .abstract.instanceof.App\Handler\NotificationHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\NotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\NotificationHandler).
  • Resolving inheritance for "App\Handler\NotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\NotificationHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendChannelNotificationHandler" (parent: .abstract.instanceof.App\Handler\SendChannelNotificationHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendChannelNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendChannelNotificationHandler).
  • Resolving inheritance for "App\Handler\SendChannelNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendChannelNotificationHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendFileTelegramHandler" (parent: .abstract.instanceof.App\Handler\SendFileTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendFileTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendFileTelegramHandler).
  • Resolving inheritance for "App\Handler\SendFileTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendFileTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendPhotoTelegramHandler" (parent: .abstract.instanceof.App\Handler\SendPhotoTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendPhotoTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendPhotoTelegramHandler).
  • Resolving inheritance for "App\Handler\SendPhotoTelegramHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendPhotoTelegramHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\TelegramMessageHandler" (parent: .abstract.instanceof.App\Handler\TelegramMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\TelegramMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\TelegramMessageHandler).
  • Resolving inheritance for "App\Handler\TelegramMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\TelegramMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateDeliveryInventoryWithPOHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateDeliveryInventoryWithPOHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateDeliveryInventoryWithPOHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateDeliveryInventoryWithPOHandler).
  • Resolving inheritance for "App\MessageHandler\CreateDeliveryInventoryWithPOHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateDeliveryInventoryWithPOHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateOrderDeliveryWithPOHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateOrderDeliveryWithPOHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateOrderDeliveryWithPOHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateOrderDeliveryWithPOHandler).
  • Resolving inheritance for "App\MessageHandler\CreateOrderDeliveryWithPOHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateOrderDeliveryWithPOHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler).
  • Resolving inheritance for "App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishProductOnProductionMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\FinishProductOnProductionMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishProductOnProductionMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishProductOnProductionMessageHandler).
  • Resolving inheritance for "App\MessageHandler\FinishProductOnProductionMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishProductOnProductionMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramBatchOrderHandler" (parent: .abstract.instanceof.App\MessageHandler\SendTelegramBatchOrderHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramBatchOrderHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramBatchOrderHandler).
  • Resolving inheritance for "App\MessageHandler\SendTelegramBatchOrderHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramBatchOrderHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderManagerHandler" (parent: .abstract.instanceof.App\MessageHandler\SendTelegramOrderManagerHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderManagerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderManagerHandler).
  • Resolving inheritance for "App\MessageHandler\SendTelegramOrderManagerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderManagerHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler" (parent: .abstract.instanceof.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler).
  • Resolving inheritance for "App\MessageHandler\SendTelegramOrderRequestTypeRushHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SyncOrderWithPOMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\SyncOrderWithPOMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SyncOrderWithPOMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SyncOrderWithPOMessageHandler).
  • Resolving inheritance for "App\MessageHandler\SyncOrderWithPOMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SyncOrderWithPOMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UpdateRelationOrderProductMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\UpdateRelationOrderProductMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\UpdateRelationOrderProductMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UpdateRelationOrderProductMessageHandler).
  • Resolving inheritance for "App\MessageHandler\UpdateRelationOrderProductMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\UpdateRelationOrderProductMessageHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository" (parent: .abstract.instanceof.App\Repository\ActivityFieldRepository).
  • Resolving inheritance for "App\Repository\ActivityFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository\ActivityFieldRepository" (parent: .abstract.instanceof.App\Repository\ActivityFieldRepository\ActivityFieldRepository).
  • Resolving inheritance for "App\Repository\ActivityFieldRepository\ActivityFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository\ActivityFieldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository" (parent: .abstract.instanceof.App\Repository\ActivityRepository).
  • Resolving inheritance for "App\Repository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository\ActivityRepository" (parent: .abstract.instanceof.App\Repository\ActivityRepository\ActivityRepository).
  • Resolving inheritance for "App\Repository\ActivityRepository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository\ActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalInvoiceRepository" (parent: .abstract.instanceof.App\Repository\AdditionalInvoiceRepository).
  • Resolving inheritance for "App\Repository\AdditionalInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalInvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository" (parent: .abstract.instanceof.App\Repository\AddressBookRepository).
  • Resolving inheritance for "App\Repository\AddressBookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository\AddressBookRepository" (parent: .abstract.instanceof.App\Repository\AddressBookRepository\AddressBookRepository).
  • Resolving inheritance for "App\Repository\AddressBookRepository\AddressBookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository\AddressBookRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\DistrictRepository" (parent: .abstract.instanceof.App\Repository\AddressCityRepository\DistrictRepository).
  • Resolving inheritance for "App\Repository\AddressCityRepository\DistrictRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\DistrictRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\ProvinceRepository" (parent: .abstract.instanceof.App\Repository\AddressCityRepository\ProvinceRepository).
  • Resolving inheritance for "App\Repository\AddressCityRepository\ProvinceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\ProvinceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\WardRepository" (parent: .abstract.instanceof.App\Repository\AddressCityRepository\WardRepository).
  • Resolving inheritance for "App\Repository\AddressCityRepository\WardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\WardRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository" (parent: .abstract.instanceof.App\Repository\AmacRequestRepository).
  • Resolving inheritance for "App\Repository\AmacRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository\AmacRequestRepository" (parent: .abstract.instanceof.App\Repository\AmacRequestRepository\AmacRequestRepository).
  • Resolving inheritance for "App\Repository\AmacRequestRepository\AmacRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository\AmacRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentAssignedRepository" (parent: .abstract.instanceof.App\Repository\AssignmentAssignedRepository).
  • Resolving inheritance for "App\Repository\AssignmentAssignedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentAssignedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentHistoryRepository" (parent: .abstract.instanceof.App\Repository\AssignmentHistoryRepository).
  • Resolving inheritance for "App\Repository\AssignmentHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository" (parent: .abstract.instanceof.App\Repository\AssignmentRepository).
  • Resolving inheritance for "App\Repository\AssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentRepository" (parent: .abstract.instanceof.App\Repository\AssignmentRepository\AssigmentRepository).
  • Resolving inheritance for "App\Repository\AssignmentRepository\AssigmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentTagRepository" (parent: .abstract.instanceof.App\Repository\AssignmentRepository\AssigmentTagRepository).
  • Resolving inheritance for "App\Repository\AssignmentRepository\AssigmentTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentSortRepository" (parent: .abstract.instanceof.App\Repository\AssignmentSortRepository).
  • Resolving inheritance for "App\Repository\AssignmentSortRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentSortRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentTagRepository" (parent: .abstract.instanceof.App\Repository\AssignmentTagRepository).
  • Resolving inheritance for "App\Repository\AssignmentTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentAssignmentRepository" (parent: .abstract.instanceof.App\Repository\AttachmentAssignmentRepository).
  • Resolving inheritance for "App\Repository\AttachmentAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentAssignmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentOrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\AttachmentOrderDeliveryRepository).
  • Resolving inheritance for "App\Repository\AttachmentOrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentOrderDeliveryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository" (parent: .abstract.instanceof.App\Repository\AttachmentRepository).
  • Resolving inheritance for "App\Repository\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository\AttachmentRepository" (parent: .abstract.instanceof.App\Repository\AttachmentRepository\AttachmentRepository).
  • Resolving inheritance for "App\Repository\AttachmentRepository\AttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository\AttachmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository" (parent: .abstract.instanceof.App\Repository\AttributeRepository).
  • Resolving inheritance for "App\Repository\AttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderDetailRepository" (parent: .abstract.instanceof.App\Repository\BatchOrderDetailRepository).
  • Resolving inheritance for "App\Repository\BatchOrderDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderHistoryRepository" (parent: .abstract.instanceof.App\Repository\BatchOrderHistoryRepository).
  • Resolving inheritance for "App\Repository\BatchOrderHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderRepository" (parent: .abstract.instanceof.App\Repository\BatchOrderRepository).
  • Resolving inheritance for "App\Repository\BatchOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository" (parent: .abstract.instanceof.App\Repository\BranchRepository).
  • Resolving inheritance for "App\Repository\BranchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository\BranchRepository" (parent: .abstract.instanceof.App\Repository\BranchRepository\BranchRepository).
  • Resolving inheritance for "App\Repository\BranchRepository\BranchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository\BranchRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository" (parent: .abstract.instanceof.App\Repository\CarrierRepository).
  • Resolving inheritance for "App\Repository\CarrierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository\CarrierRepository" (parent: .abstract.instanceof.App\Repository\CarrierRepository\CarrierRepository).
  • Resolving inheritance for "App\Repository\CarrierRepository\CarrierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository\CarrierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
  • Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CensorRepository" (parent: .abstract.instanceof.App\Repository\CensorRepository).
  • Resolving inheritance for "App\Repository\CensorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CensorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository" (parent: .abstract.instanceof.App\Repository\ColorRepository).
  • Resolving inheritance for "App\Repository\ColorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository" (parent: .abstract.instanceof.App\Repository\CustomerCodeRepository).
  • Resolving inheritance for "App\Repository\CustomerCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository\CustomerCodeRepository" (parent: .abstract.instanceof.App\Repository\CustomerCodeRepository\CustomerCodeRepository).
  • Resolving inheritance for "App\Repository\CustomerCodeRepository\CustomerCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository\CustomerCodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository" (parent: .abstract.instanceof.App\Repository\CustomerGroupRepository).
  • Resolving inheritance for "App\Repository\CustomerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupUserRepository" (parent: .abstract.instanceof.App\Repository\CustomerGroupUserRepository).
  • Resolving inheritance for "App\Repository\CustomerGroupUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository" (parent: .abstract.instanceof.App\Repository\CustomerReceptionRepository).
  • Resolving inheritance for "App\Repository\CustomerReceptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository\CustomerReceptionRepository" (parent: .abstract.instanceof.App\Repository\CustomerReceptionRepository\CustomerReceptionRepository).
  • Resolving inheritance for "App\Repository\CustomerReceptionRepository\CustomerReceptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository\CustomerReceptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerGroupUserRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository\CustomerGroupUserRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository\CustomerGroupUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerGroupUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSourceRepository" (parent: .abstract.instanceof.App\Repository\CustomerSourceRepository).
  • Resolving inheritance for "App\Repository\CustomerSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSourceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerTagRepository" (parent: .abstract.instanceof.App\Repository\CustomerTagRepository).
  • Resolving inheritance for "App\Repository\CustomerTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardAssignmentRepository" (parent: .abstract.instanceof.App\Repository\Dashboard\DashboardAssignmentRepository).
  • Resolving inheritance for "App\Repository\Dashboard\DashboardAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardAssignmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardCustomerRepository" (parent: .abstract.instanceof.App\Repository\Dashboard\DashboardCustomerRepository).
  • Resolving inheritance for "App\Repository\Dashboard\DashboardCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardEmployeeRepository" (parent: .abstract.instanceof.App\Repository\Dashboard\DashboardEmployeeRepository).
  • Resolving inheritance for "App\Repository\Dashboard\DashboardEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardEmployeeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardOrderRepository" (parent: .abstract.instanceof.App\Repository\Dashboard\DashboardOrderRepository).
  • Resolving inheritance for "App\Repository\Dashboard\DashboardOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardPaymentRepository" (parent: .abstract.instanceof.App\Repository\Dashboard\DashboardPaymentRepository).
  • Resolving inheritance for "App\Repository\Dashboard\DashboardPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeadlineGuideRepository" (parent: .abstract.instanceof.App\Repository\DeadlineGuideRepository).
  • Resolving inheritance for "App\Repository\DeadlineGuideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeadlineGuideRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Delivery\OrderRepository" (parent: .abstract.instanceof.App\Repository\Delivery\OrderRepository).
  • Resolving inheritance for "App\Repository\Delivery\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Delivery\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryAccountRepository" (parent: .abstract.instanceof.App\Repository\DeliveryAccountRepository).
  • Resolving inheritance for "App\Repository\DeliveryAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryAccountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryConfigRepository" (parent: .abstract.instanceof.App\Repository\DeliveryConfigRepository).
  • Resolving inheritance for "App\Repository\DeliveryConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryConfigRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryDetailRepository" (parent: .abstract.instanceof.App\Repository\DeliveryInventoryDetailRepository).
  • Resolving inheritance for "App\Repository\DeliveryInventoryDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryRepository" (parent: .abstract.instanceof.App\Repository\DeliveryInventoryRepository).
  • Resolving inheritance for "App\Repository\DeliveryInventoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistrictRepository" (parent: .abstract.instanceof.App\Repository\DistrictRepository).
  • Resolving inheritance for "App\Repository\DistrictRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistrictRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\CustomerRepository" (parent: .abstract.instanceof.App\Repository\Export\CustomerRepository).
  • Resolving inheritance for "App\Repository\Export\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\OrderRepository" (parent: .abstract.instanceof.App\Repository\Export\OrderRepository).
  • Resolving inheritance for "App\Repository\Export\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacilitySpecificationRepository" (parent: .abstract.instanceof.App\Repository\FacilitySpecificationRepository).
  • Resolving inheritance for "App\Repository\FacilitySpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacilitySpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNDistrictRepository" (parent: .abstract.instanceof.App\Repository\GHNDistrictRepository).
  • Resolving inheritance for "App\Repository\GHNDistrictRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNDistrictRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNProvinceRepository" (parent: .abstract.instanceof.App\Repository\GHNProvinceRepository).
  • Resolving inheritance for "App\Repository\GHNProvinceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNProvinceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNWardRepository" (parent: .abstract.instanceof.App\Repository\GHNWardRepository).
  • Resolving inheritance for "App\Repository\GHNWardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNWardRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository" (parent: .abstract.instanceof.App\Repository\HistoryRepository).
  • Resolving inheritance for "App\Repository\HistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckDetailRepository" (parent: .abstract.instanceof.App\Repository\InventoryCheckDetailRepository).
  • Resolving inheritance for "App\Repository\InventoryCheckDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckRepository" (parent: .abstract.instanceof.App\Repository\InventoryCheckRepository).
  • Resolving inheritance for "App\Repository\InventoryCheckRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferDetailRepository" (parent: .abstract.instanceof.App\Repository\InventoryTransferDetailRepository).
  • Resolving inheritance for "App\Repository\InventoryTransferDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferRepository" (parent: .abstract.instanceof.App\Repository\InventoryTransferRepository).
  • Resolving inheritance for "App\Repository\InventoryTransferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\InvoiceOrderDeliveryRepository).
  • Resolving inheritance for "App\Repository\InvoiceOrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOrderDeliveryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository" (parent: .abstract.instanceof.App\Repository\InvoicePaymentRepository).
  • Resolving inheritance for "App\Repository\InvoicePaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRefundRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRefundRepository).
  • Resolving inheritance for "App\Repository\InvoiceRefundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRefundRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRelationProductRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRelationProductRepository).
  • Resolving inheritance for "App\Repository\InvoiceRelationProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRelationProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
  • Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRequestRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRequestRepository).
  • Resolving inheritance for "App\Repository\InvoiceRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JTAddressRepository" (parent: .abstract.instanceof.App\Repository\JTAddressRepository).
  • Resolving inheritance for "App\Repository\JTAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JTAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncBranchRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncBranchRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncBranchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncBranchRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerGroupRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncCustomerGroupRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncCustomerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncCustomerRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncLogRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncLogRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository" (parent: .abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository).
  • Resolving inheritance for "App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NameRepository" (parent: .abstract.instanceof.App\Repository\NameRepository).
  • Resolving inheritance for "App\Repository\NameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NameRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository" (parent: .abstract.instanceof.App\Repository\NoteRepository).
  • Resolving inheritance for "App\Repository\NoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
  • Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository" (parent: .abstract.instanceof.App\Repository\OrderCodeRepository).
  • Resolving inheritance for "App\Repository\OrderCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository\OrderCodeRepository" (parent: .abstract.instanceof.App\Repository\OrderCodeRepository\OrderCodeRepository).
  • Resolving inheritance for "App\Repository\OrderCodeRepository\OrderCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository\OrderCodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryDetailRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryDetailRepository).
  • Resolving inheritance for "App\Repository\OrderDeliveryDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryHistoryRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryHistoryRepository).
  • Resolving inheritance for "App\Repository\OrderDeliveryHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInventoryRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryInventoryRepository).
  • Resolving inheritance for "App\Repository\OrderDeliveryInventoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInventoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInvoiceRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryInvoiceRepository).
  • Resolving inheritance for "App\Repository\OrderDeliveryInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\OrderDeliveryRepository).
  • Resolving inheritance for "App\Repository\OrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderErrorRepository" (parent: .abstract.instanceof.App\Repository\OrderErrorRepository).
  • Resolving inheritance for "App\Repository\OrderErrorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderErrorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelFilterRepository" (parent: .abstract.instanceof.App\Repository\OrderExportExcelFilterRepository).
  • Resolving inheritance for "App\Repository\OrderExportExcelFilterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelFilterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelRepository" (parent: .abstract.instanceof.App\Repository\OrderExportExcelRepository).
  • Resolving inheritance for "App\Repository\OrderExportExcelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFileRepository" (parent: .abstract.instanceof.App\Repository\OrderFileRepository).
  • Resolving inheritance for "App\Repository\OrderFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderMaketRepository" (parent: .abstract.instanceof.App\Repository\OrderMaketRepository).
  • Resolving inheritance for "App\Repository\OrderMaketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderMaketRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerDetailRepository" (parent: .abstract.instanceof.App\Repository\OrderManagerDetailRepository).
  • Resolving inheritance for "App\Repository\OrderManagerDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerRepository" (parent: .abstract.instanceof.App\Repository\OrderManagerRepository).
  • Resolving inheritance for "App\Repository\OrderManagerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNoteRepository" (parent: .abstract.instanceof.App\Repository\OrderNoteRepository).
  • Resolving inheritance for "App\Repository\OrderNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository" (parent: .abstract.instanceof.App\Repository\OrderNowRepository).
  • Resolving inheritance for "App\Repository\OrderNowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository\OrderNowRepository" (parent: .abstract.instanceof.App\Repository\OrderNowRepository\OrderNowRepository).
  • Resolving inheritance for "App\Repository\OrderNowRepository\OrderNowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository\OrderNowRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNumberRepository" (parent: .abstract.instanceof.App\Repository\OrderNumberRepository).
  • Resolving inheritance for "App\Repository\OrderNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNumberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository" (parent: .abstract.instanceof.App\Repository\OrderProductRepository).
  • Resolving inheritance for "App\Repository\OrderProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
  • Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderMaketRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository\OrderMaketRepository).
  • Resolving inheritance for "App\Repository\OrderRepository\OrderMaketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderMaketRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderProductRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository\OrderProductRepository).
  • Resolving inheritance for "App\Repository\OrderRepository\OrderProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository\OrderRepository).
  • Resolving inheritance for "App\Repository\OrderRepository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderSpecificationRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository\OrderSpecificationRepository).
  • Resolving inheritance for "App\Repository\OrderRepository\OrderSpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderSpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestFileRepository" (parent: .abstract.instanceof.App\Repository\OrderRequestFileRepository).
  • Resolving inheritance for "App\Repository\OrderRequestFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository" (parent: .abstract.instanceof.App\Repository\OrderRequestRepository).
  • Resolving inheritance for "App\Repository\OrderRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository\OrderRequestRepository" (parent: .abstract.instanceof.App\Repository\OrderRequestRepository\OrderRequestRepository).
  • Resolving inheritance for "App\Repository\OrderRequestRepository\OrderRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository\OrderRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSpecificationRepository" (parent: .abstract.instanceof.App\Repository\OrderSpecificationRepository).
  • Resolving inheritance for "App\Repository\OrderSpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTagRepository" (parent: .abstract.instanceof.App\Repository\OrderTagRepository).
  • Resolving inheritance for "App\Repository\OrderTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimeLineRepository" (parent: .abstract.instanceof.App\Repository\OrderTimeLineRepository).
  • Resolving inheritance for "App\Repository\OrderTimeLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimeLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderVoucherRepository" (parent: .abstract.instanceof.App\Repository\OrderVoucherRepository).
  • Resolving inheritance for "App\Repository\OrderVoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderVoucherRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryHistoryRepository" (parent: .abstract.instanceof.App\Repository\PartnerDeliveryHistoryRepository).
  • Resolving inheritance for "App\Repository\PartnerDeliveryHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryRepository" (parent: .abstract.instanceof.App\Repository\PartnerDeliveryRepository).
  • Resolving inheritance for "App\Repository\PartnerDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryServiceRepository" (parent: .abstract.instanceof.App\Repository\PartnerDeliveryServiceRepository).
  • Resolving inheritance for "App\Repository\PartnerDeliveryServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryServiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentDetailRepository" (parent: .abstract.instanceof.App\Repository\PaymentDetailRepository).
  • Resolving inheritance for "App\Repository\PaymentDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository).
  • Resolving inheritance for "App\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentDetailRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository\PaymentDetailRepository).
  • Resolving inheritance for "App\Repository\PaymentRepository\PaymentDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository\PaymentRepository).
  • Resolving inheritance for "App\Repository\PaymentRepository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PositionRepository" (parent: .abstract.instanceof.App\Repository\PositionRepository).
  • Resolving inheritance for "App\Repository\PositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PositionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository" (parent: .abstract.instanceof.App\Repository\PostRepository).
  • Resolving inheritance for "App\Repository\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrintNameNumberRepository" (parent: .abstract.instanceof.App\Repository\PrintNameNumberRepository).
  • Resolving inheritance for "App\Repository\PrintNameNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrintNameNumberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRepository" (parent: .abstract.instanceof.App\Repository\ProcedureRepository).
  • Resolving inheritance for "App\Repository\ProcedureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRequireRepository" (parent: .abstract.instanceof.App\Repository\ProcedureRequireRepository).
  • Resolving inheritance for "App\Repository\ProcedureRequireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRequireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttachmentRepository" (parent: .abstract.instanceof.App\Repository\ProductAttachmentRepository).
  • Resolving inheritance for "App\Repository\ProductAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttachmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository" (parent: .abstract.instanceof.App\Repository\ProductAttributeRepository).
  • Resolving inheritance for "App\Repository\ProductAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository" (parent: .abstract.instanceof.App\Repository\ProductCategoryRepository).
  • Resolving inheritance for "App\Repository\ProductCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategorySpecificationRepository" (parent: .abstract.instanceof.App\Repository\ProductCategorySpecificationRepository).
  • Resolving inheritance for "App\Repository\ProductCategorySpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategorySpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryHistoryRepository" (parent: .abstract.instanceof.App\Repository\ProductInventoryHistoryRepository).
  • Resolving inheritance for "App\Repository\ProductInventoryHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryRepository" (parent: .abstract.instanceof.App\Repository\ProductInventoryRepository).
  • Resolving inheritance for "App\Repository\ProductInventoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductNoteRepository" (parent: .abstract.instanceof.App\Repository\ProductNoteRepository).
  • Resolving inheritance for "App\Repository\ProductNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductNoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpecificationRepository" (parent: .abstract.instanceof.App\Repository\ProductSpecificationRepository).
  • Resolving inheritance for "App\Repository\ProductSpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository" (parent: .abstract.instanceof.App\Repository\ProductTagRepository).
  • Resolving inheritance for "App\Repository\ProductTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository" (parent: .abstract.instanceof.App\Repository\ProvinceRepository).
  • Resolving inheritance for "App\Repository\ProvinceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Provinces\DistrictsRepository" (parent: .abstract.instanceof.App\Repository\Provinces\DistrictsRepository).
  • Resolving inheritance for "App\Repository\Provinces\DistrictsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Provinces\DistrictsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderDeliveryRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderDeliveryRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderDeliveryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationOrderRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderRelationOrderRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderRelationOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationProductRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderRelationProductRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderRelationProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderStatusRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderStatusRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReasonRepository" (parent: .abstract.instanceof.App\Repository\ReasonRepository).
  • Resolving inheritance for "App\Repository\ReasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReasonRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDetailRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDetailRepository).
  • Resolving inheritance for "App\Repository\ReceiptDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDetailRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository" (parent: .abstract.instanceof.App\Repository\ReceiptRepository).
  • Resolving inheritance for "App\Repository\ReceiptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportAssignmentTimeLineRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportAssignmentTimeLineRepository).
  • Resolving inheritance for "App\Repository\Report\ReportAssignmentTimeLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportAssignmentTimeLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportCustomerRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportCustomerRepository).
  • Resolving inheritance for "App\Repository\Report\ReportCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportDepartmentRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportDepartmentRepository).
  • Resolving inheritance for "App\Repository\Report\ReportDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderMaketRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportOrderMaketRepository).
  • Resolving inheritance for "App\Repository\Report\ReportOrderMaketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderMaketRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportOrderRepository).
  • Resolving inheritance for "App\Repository\Report\ReportOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderStatusRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportOrderStatusRepository).
  • Resolving inheritance for "App\Repository\Report\ReportOrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityCustomerRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportProductActivityCustomerRepository).
  • Resolving inheritance for "App\Repository\Report\ReportProductActivityCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportProductActivityRepository).
  • Resolving inheritance for "App\Repository\Report\ReportProductActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProgressRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportProgressRepository).
  • Resolving inheritance for "App\Repository\Report\ReportProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProgressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportSaleRepository" (parent: .abstract.instanceof.App\Repository\Report\ReportSaleRepository).
  • Resolving inheritance for "App\Repository\Report\ReportSaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportSaleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAssignmentRepository" (parent: .abstract.instanceof.App\Repository\RoleAssignmentRepository).
  • Resolving inheritance for "App\Repository\RoleAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAssignmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
  • Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository\RoleRepository).
  • Resolving inheritance for "App\Repository\RoleRepository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleRepository" (parent: .abstract.instanceof.App\Repository\SaleRepository).
  • Resolving inheritance for "App\Repository\SaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendTelegramStatusRepository" (parent: .abstract.instanceof.App\Repository\SendTelegramStatusRepository).
  • Resolving inheritance for "App\Repository\SendTelegramStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendTelegramStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
  • Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository" (parent: .abstract.instanceof.App\Repository\ShirtFormRepository).
  • Resolving inheritance for "App\Repository\ShirtFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository\ShirtFormRepository" (parent: .abstract.instanceof.App\Repository\ShirtFormRepository\ShirtFormRepository).
  • Resolving inheritance for "App\Repository\ShirtFormRepository\ShirtFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository\ShirtFormRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SizeRepository" (parent: .abstract.instanceof.App\Repository\SizeRepository).
  • Resolving inheritance for "App\Repository\SizeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SizeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SleeveTypeRepository" (parent: .abstract.instanceof.App\Repository\SleeveTypeRepository).
  • Resolving inheritance for "App\Repository\SleeveTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SleeveTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SortRepository" (parent: .abstract.instanceof.App\Repository\SortRepository).
  • Resolving inheritance for "App\Repository\SortRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SortRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository" (parent: .abstract.instanceof.App\Repository\SpecificationRepository).
  • Resolving inheritance for "App\Repository\SpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository\SpecificationRepository" (parent: .abstract.instanceof.App\Repository\SpecificationRepository\SpecificationRepository).
  • Resolving inheritance for "App\Repository\SpecificationRepository\SpecificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository\SpecificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticsAssignmentRepository" (parent: .abstract.instanceof.App\Repository\StatisticsAssignmentRepository).
  • Resolving inheritance for "App\Repository\StatisticsAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticsAssignmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository" (parent: .abstract.instanceof.App\Repository\StatusRepository).
  • Resolving inheritance for "App\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository" (parent: .abstract.instanceof.App\Repository\SupplierRepository).
  • Resolving inheritance for "App\Repository\SupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
  • Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository\TagRepository).
  • Resolving inheritance for "App\Repository\TagRepository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository).
  • Resolving inheritance for "App\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository\TaskRepository).
  • Resolving inheritance for "App\Repository\TaskRepository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository\TaskRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionCommentRepository" (parent: .abstract.instanceof.App\Repository\TransactionCommentRepository).
  • Resolving inheritance for "App\Repository\TransactionCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository" (parent: .abstract.instanceof.App\Repository\TransactionRepository).
  • Resolving inheritance for "App\Repository\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeRepository" (parent: .abstract.instanceof.App\Repository\TypeRepository).
  • Resolving inheritance for "App\Repository\TypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationRepository).
  • Resolving inheritance for "App\Repository\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ViewOrderReportRepository" (parent: .abstract.instanceof.App\Repository\ViewOrderReportRepository).
  • Resolving inheritance for "App\Repository\ViewOrderReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ViewOrderReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoterRepository" (parent: .abstract.instanceof.App\Repository\VoterRepository).
  • Resolving inheritance for "App\Repository\VoterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository" (parent: .abstract.instanceof.App\Repository\VoucherRepository).
  • Resolving inheritance for "App\Repository\VoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletHistoryRepository" (parent: .abstract.instanceof.App\Repository\WalletHistoryRepository).
  • Resolving inheritance for "App\Repository\WalletHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository" (parent: .abstract.instanceof.App\Repository\WalletRepository).
  • Resolving inheritance for "App\Repository\WalletRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WardRepository" (parent: .abstract.instanceof.App\Repository\WardRepository).
  • Resolving inheritance for "App\Repository\WardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WardRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WareHouseRepository" (parent: .abstract.instanceof.App\Repository\WareHouseRepository).
  • Resolving inheritance for "App\Repository\WareHouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WareHouseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Warehouse\OrderRepository" (parent: .abstract.instanceof.App\Repository\Warehouse\OrderRepository).
  • Resolving inheritance for "App\Repository\Warehouse\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Warehouse\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseUserRepository" (parent: .abstract.instanceof.App\Repository\WarehouseUserRepository).
  • Resolving inheritance for "App\Repository\WarehouseUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseUserRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AssignmentVoter" (parent: .abstract.instanceof.App\Security\Voter\AssignmentVoter).
  • Resolving inheritance for "App\Security\Voter\AssignmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AssignmentVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CarrierVoter" (parent: .abstract.instanceof.App\Security\Voter\CarrierVoter).
  • Resolving inheritance for "App\Security\Voter\CarrierVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CarrierVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerVoter" (parent: .abstract.instanceof.App\Security\Voter\CustomerVoter).
  • Resolving inheritance for "App\Security\Voter\CustomerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FacilitySpecificationVoter" (parent: .abstract.instanceof.App\Security\Voter\FacilitySpecificationVoter).
  • Resolving inheritance for "App\Security\Voter\FacilitySpecificationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FacilitySpecificationVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter" (parent: .abstract.instanceof.App\Security\Voter\NoteVoter).
  • Resolving inheritance for "App\Security\Voter\NoteVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderDeliveryVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderDeliveryVoter).
  • Resolving inheritance for "App\Security\Voter\OrderDeliveryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderDeliveryVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter" (parent: .abstract.instanceof.App\Security\Voter\OrderVoter).
  • Resolving inheritance for "App\Security\Voter\OrderVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PaymentVoter" (parent: .abstract.instanceof.App\Security\Voter\PaymentVoter).
  • Resolving inheritance for "App\Security\Voter\PaymentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PaymentVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for "App\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PositionVoter" (parent: .abstract.instanceof.App\Security\Voter\PositionVoter).
  • Resolving inheritance for "App\Security\Voter\PositionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PositionVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter" (parent: .abstract.instanceof.App\Security\Voter\ProductVoter).
  • Resolving inheritance for "App\Security\Voter\ProductVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SpecificationVoter" (parent: .abstract.instanceof.App\Security\Voter\SpecificationVoter).
  • Resolving inheritance for "App\Security\Voter\SpecificationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SpecificationVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaskVoter" (parent: .abstract.instanceof.App\Security\Voter\TaskVoter).
  • Resolving inheritance for "App\Security\Voter\TaskVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaskVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
  • Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AssignmentDetailNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AssignmentDetailNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\AssignmentDetailNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AssignmentDetailNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AttachmentNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\AttachmentNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\AttachmentNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AttachmentNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CustomerExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\CustomerExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\CustomerExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CustomerExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CutExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\CutExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\CutExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CutExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DesignNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\DesignNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\DesignNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DesignNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\FacilitySpecificationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\FacilitySpecificationNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\FacilitySpecificationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\FacilitySpecificationNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\IngredientInspectionExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\IngredientInspectionExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\IngredientInspectionExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\IngredientInspectionExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ManufactureExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\ManufactureExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\NoteNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\NoteNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteOrderDetailNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\NoteOrderDetailNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\NoteOrderDetailNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteOrderDetailNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderFilterExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\OrderFilterExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\OrderFilterExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderFilterExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderSpecificationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\OrderSpecificationNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\OrderSpecificationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderSpecificationNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentDeptNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PaymentDeptNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\PaymentDeptNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentDeptNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PaymentNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\PaymentNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PrintExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\PrintExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintGroupBySizeNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PrintGroupBySizeNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\PrintGroupBySizeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintGroupBySizeNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SaleExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\SaleExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\SaleExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SaleExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SalesReportByEmployeeNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\SalesReportByEmployeeNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\SalesReportByEmployeeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SalesReportByEmployeeNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SemiFinishedExcelNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\SemiFinishedExcelNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\SemiFinishedExcelNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SemiFinishedExcelNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ShowAllSpecificationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ShowAllSpecificationNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\ShowAllSpecificationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ShowAllSpecificationNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationDetailNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\SpecificationDetailNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\SpecificationDetailNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationDetailNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\SpecificationNormalizer).
  • Resolving inheritance for "App\Serializer\Normalizer\SpecificationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationNormalizer).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\ActivityExtension" (parent: .abstract.instanceof.App\Twig\ActivityExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ActivityExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\ActivityExtension).
  • Resolving inheritance for "App\Twig\ActivityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ActivityExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AssignmentExtension" (parent: .abstract.instanceof.App\Twig\AssignmentExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssignmentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AssignmentExtension).
  • Resolving inheritance for "App\Twig\AssignmentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssignmentExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\BaseExtension" (parent: .abstract.instanceof.App\Twig\BaseExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BaseExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\BaseExtension).
  • Resolving inheritance for "App\Twig\BaseExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BaseExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\DeadlineGuideExtension" (parent: .abstract.instanceof.App\Twig\DeadlineGuideExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeadlineGuideExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\DeadlineGuideExtension).
  • Resolving inheritance for "App\Twig\DeadlineGuideExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeadlineGuideExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\OrderExtension" (parent: .abstract.instanceof.App\Twig\OrderExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\OrderExtension).
  • Resolving inheritance for "App\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\PaymentExtension" (parent: .abstract.instanceof.App\Twig\PaymentExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\PaymentExtension).
  • Resolving inheritance for "App\Twig\PaymentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\PostExtension" (parent: .abstract.instanceof.App\Twig\PostExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PostExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\PostExtension).
  • Resolving inheritance for "App\Twig\PostExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PostExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\ProductExtension" (parent: .abstract.instanceof.App\Twig\ProductExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProductExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\ProductExtension).
  • Resolving inheritance for "App\Twig\ProductExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProductExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SettingExtension" (parent: .abstract.instanceof.App\Twig\SettingExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SettingExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SettingExtension).
  • Resolving inheritance for "App\Twig\SettingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SettingExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SpecificationExtension" (parent: .abstract.instanceof.App\Twig\SpecificationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SpecificationExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SpecificationExtension).
  • Resolving inheritance for "App\Twig\SpecificationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SpecificationExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\UserExtension" (parent: .abstract.instanceof.App\Twig\UserExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\UserExtension).
  • Resolving inheritance for "App\Twig\UserExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.dbal.customer_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.customer" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.customer" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.customer_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.customer_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.customer_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.customer_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.customer_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.login" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.login" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "oneup_flysystem.public_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
  • Resolving inheritance for "oneup_flysystem.private_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
  • Resolving inheritance for "oneup_flysystem.delivery_uploads_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
  • Resolving inheritance for "oneup_flysystem.public_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "oneup_flysystem.private_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "oneup_flysystem.delivery_uploads_filesystem_filesystem" (parent: oneup_flysystem.filesystem).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
  • Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
  • Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_data_provider" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_data_persister" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger_audit" (parent: monolog.logger_prototype).
  • Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
1472
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Workflow\WorkflowInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.customer_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.customer_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.customer_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.customer_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.login"; reason: private alias.
  • Removed service "security.user_checker.login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemInterface $publicUploadsFilesystem"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemInterface $privateUploadsFilesystem"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemInterface $deliveryUploadsFilesystem"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
  • Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
  • Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
  • Removed service "nelmio_alice.generator.caller"; reason: private alias.
  • Removed service "nelmio_alice.generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
  • Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
  • Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
  • Removed service "nelmio_alice.property_accessor"; reason: private alias.
  • Removed service "nelmio_alice.file_locator"; reason: private alias.
  • Removed service "nelmio_alice.file_parser"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
  • Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
  • Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "api_platform.serializer"; reason: private alias.
  • Removed service "api_platform.property_accessor"; reason: private alias.
  • Removed service "api_platform.property_info"; reason: private alias.
  • Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver"; reason: private alias.
  • Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor"; reason: private alias.
  • Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
  • Removed service "api_platform.state_provider"; reason: private alias.
  • Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
  • Removed service "api_platform.pagination"; reason: private alias.
  • Removed service "api_platform.state_processor"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
  • Removed service "api_platform.route_loader"; reason: private alias.
  • Removed service "api_platform.iri_converter"; reason: private alias.
  • Removed service "api_platform.cache.metadata.property"; reason: private alias.
  • Removed service "api_platform.openapi.factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
  • Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
  • Removed service "api_platform.path_segment_name_generator"; reason: private alias.
  • Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
  • Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.extractor.yaml"; reason: private alias.
  • Removed service "api_platform.metadata.extractor.xml"; reason: private alias.
  • Removed service "api_platform.metadata.property_extractor.xml"; reason: private alias.
  • Removed service "api_platform.metadata.resource_extractor.xml"; reason: private alias.
  • Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
  • Removed service "api_platform.swagger_ui.listener"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
  • Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
  • Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
  • Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "api_platform.message_bus"; reason: private alias.
  • Removed service "api_platform.security.expression_language"; reason: private alias.
  • Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerAuditLogger"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "api_platform.name_converter"; reason: private alias.
  • Removed service ".service_locator.Ipbcee."; reason: private alias.
  • Removed service ".service_locator.bNAOU3F"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.c3XszGA"; reason: private alias.
  • Removed service ".service_locator.BgI5J6G"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; reason: private alias.
  • Removed service ".service_locator.O_vap.e"; reason: private alias.
  • Removed service ".service_locator.jDsZRlz"; reason: private alias.
  • Removed service ".service_locator.ZyAcTiu"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.validator.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "mercure.hub.default.publisher"; reason: private alias.
  • Removed service "lexik_jwt_authentication.api_platform.openapi.factory.inner"; reason: private alias.
  • Removed service "api_platform.serializer.context_builder"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
  • Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
  • Removed service "api_platform.collection_data_provider"; reason: private alias.
  • Removed service "api_platform.item_data_provider"; reason: private alias.
  • Removed service "api_platform.subresource_data_provider"; reason: private alias.
  • Removed service "api_platform.data_persister"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "api_platform.openapi.normalizer"; reason: private alias.
  • Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
  • Removed service "api_platform.route_name_resolver"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
  • Removed service "api_platform.subresource_operation_factory"; reason: private alias.
351
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Command\AutoCreateOrderProductCommand" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "App\Controller\Api\APIController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataFixtures\AppFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataFixtures\UserFixture" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EventListener\AssignmentFinishedListener" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "App\EventListener\OrderDeliveryUpdateListener" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "App\Order\HandleOrderBranch" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "App\Order\OrderDuplication" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Security\WebAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\WebAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Workflow\WorkflowProcess" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "twig.extension.pagerfanta" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
  • Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
  • Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
  • Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.metadata.property.metadata_factory.validator.legacy" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.doctrine.orm.listener.mercure.publish" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.gObQTkw" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.4m_A0Ft" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.KCGAVaV" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.FFlm448" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.UMIOkXb" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.FRY4WEM" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.tnRHVj9" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.Kw07NIq" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.fdYviRR" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.FoGWOxp" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.Xj5liz4" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.mu75vVa" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.cgQDBTV" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.SHJ0_vZ" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.g2S8Vyi" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.A_VVtz9" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.NyM9jkR" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.YgkN2Ra" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.rreHLNV" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.4jsQ_IU" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.RYvgLLV" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.GocMzpk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.GocMzpk" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.ieoc.yb" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ysymllL" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.CJKZIX9" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.1K1t0cd" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.bnGGil6" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.UOr6Dif" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.L7bwUdB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.iT8qfKg" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.FS9di8s" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.UCMTM8_" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.EGPEorp" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator..mNlp.l" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.w8FaoQj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.AM9gIfF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.GkduDC2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator..oguOku" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.zpo_Qlc" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.7CeLcFd" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.jx6eIht" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.AGwz49L" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.uG08UQI" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.DsB5thd" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.lMzMz2x" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.1S9Xumz" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.9XE3OgC" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.CCTmIC0" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\AssignmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\CarrierVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\CustomerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\FacilitySpecificationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\NoteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\OrderDeliveryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\OrderVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PaymentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\PositionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\ProductVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\SpecificationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\TaskVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.mBOKSRM" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.mBOKSRM" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.mBOKSRM" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.14cjsiv" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.14cjsiv" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.14cjsiv" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.kSKy4VW" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.kSKy4VW" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.kSKy4VW" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.kSKy4VW" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
  • Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
180
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.local"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.cached"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.nulladapter"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.zip"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.awss3v2"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.dropbox"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.rackspace"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.webdav"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.gridfs"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.fallback"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.gaufrette"; reason: abstract.
  • Removed service "oneup_flysystem.adapter.replicate"; reason: abstract.
  • Removed service "oneup_flysystem.filesystem"; reason: abstract.
  • Removed service "oneup_flysystem.cache.adapter"; reason: abstract.
  • Removed service "oneup_flysystem.cache.memory"; reason: abstract.
  • Removed service "oneup_flysystem.cache.noop"; reason: abstract.
  • Removed service "oneup_flysystem.cache.memcached"; reason: abstract.
  • Removed service "oneup_flysystem.cache.predis"; reason: abstract.
  • Removed service "oneup_flysystem.cache.php_redis"; reason: abstract.
  • Removed service "oneup_flysystem.cache.stash"; reason: abstract.
  • Removed service "oneup_flysystem.cache.psr6"; reason: abstract.
  • Removed service "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
  • Removed service "api_platform.serializer.property_filter"; reason: abstract.
  • Removed service "api_platform.serializer.group_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SensioLabs\Security\Command\SecurityCheckerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.SensioLabs\Security\Command\SecurityCheckerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoAddProductInventoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoAddProductInventoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderDeliveryWithPartnerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoCheckOrderDeliveryWithPartnerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckOrderManagerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoCheckOrderManagerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCheckQuantityCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoCheckQuantityCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoCreateOrderProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoCreateOrderProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillAddressDeliveryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillAddressDeliveryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillCodeCustomerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillCodeCustomerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeDeliveryOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillEmployeeDeliveryOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillEmployeeFinishOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillEmployeeFinishOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillOrderTimeLineCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillOrderTimeLineCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillProductWithWarehouseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillProductWithWarehouseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoFillTagLateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoFillTagLateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeDistrictCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateCodeDistrictCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeProvinceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateCodeProvinceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateCodeWardCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateCodeWardCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateInvoiceFromPurchaseOrder"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateInvoiceFromPurchaseOrder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGeneratePurchaseOrderWithOrder"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGeneratePurchaseOrderWithOrder"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateSpectificationProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoGenerateSpectificationProductCustoreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoGenerateSpectificationProductCustoreCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoInventoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoInventoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRemoveAssigeeTaskCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoRemoveAssigeeTaskCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoRenewTokenCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoRenewTokenCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskFinishedCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoUpdateDeliveryTaskFinishedCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateDeliveryTaskWorkedCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoUpdateDeliveryTaskWorkedCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateOrderDeliveryTimeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoUpdateOrderDeliveryTimeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTotalPaymentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoUpdateTotalPaymentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateWorkedDeliveryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoUpdateWorkedDeliveryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoWalletCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AutoWalletCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCreateOrderDeliveryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckCreateOrderDeliveryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMissingWebpCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckMissingWebpCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnabledAssignmentOrderCancelCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\EnabledAssignmentOrderCancelCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinishOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FinishOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GHNCloneWardCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GHNCloneWardCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneBranchCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\KiotvietCloneBranchCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\KiotvietCloneCustomerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietCloneCustomerGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\KiotvietCloneCustomerGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncBranchCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\KiotvietSyncBranchCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KiotvietSyncCustomerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\KiotvietSyncCustomerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MoveCustomerGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MoveCustomerGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDistrictCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SyncDistrictCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncWardCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SyncWardCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestQueryPerformanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\TestQueryPerformanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserAmountsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateUserAmountsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidCustomerAmacCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ValidCustomerAmacCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidDistrictCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ValidDistrictCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ActivityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AddressBookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AddressBookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\AddressBookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\AmacAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AmacRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AmacRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\AmacRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\AssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerExportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\CustomerExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\CustomerSourceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\CustomerSourceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\CustomerSourceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\EmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\GetInformationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\GetInformationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\GetInformationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\JTAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\JTAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\JTAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderExportCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderExportCsvSalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderExportCsvSalaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderExportCsvSalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderLateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderLateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderLateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\OrderRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\OrderRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\OrderRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintDeliveryNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintDeliveryNoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\PrintDeliveryNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\PrintOrderImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\PrintOrderPDFController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\PrintOrderPDFController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\PrintOrderPDFController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttachmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ProductAttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductAttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductAttributeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ProductAttributeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportOrderEndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportOrderEndOfDayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ReportOrderEndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\ReportPaymentEndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\ReportPaymentEndOfDayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\ReportPaymentEndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByBranchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByBranchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByBranchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByCustomerGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByCustomerGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByCustomerGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByEmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByEmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByEmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByRefundController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByRefundController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByRefundController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SalesReportByTimeline"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SalesReportByTimeline"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SalesReportByTimeline"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SellController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SellController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SellController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\StatisticsAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\StatisticsAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\StatisticsAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\SupplierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\TestJTController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\TestJTController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\TestJTController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\UploadFileS3"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\UploadFileS3"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\UploadFileS3"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ajax\VoucherOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ajax\VoucherOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ajax\VoucherOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\APIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\APIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\APIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Assignment\AssignmentDesignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Assignment\AssignmentDesignController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Assignment\AssignmentDesignController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Customer\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Customer\CustomerTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Customer\CustomerTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Customer\CustomerTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Delivery\PartnerDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Delivery\PartnerDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Delivery\PartnerDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Invoice\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Invoice\InvoiceOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRefundController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRefundController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Invoice\InvoiceRefundController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Invoice\InvoiceRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Invoice\InvoiceRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Invoice\InvoiceRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InvoicePayment\InvoicePaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InvoicePayment\InvoicePaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\InvoicePayment\InvoicePaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Order\SearchOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Order\SearchOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Order\SearchOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderError\OrderErrorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderError\OrderErrorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\OrderError\OrderErrorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderProduct\OrderProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderProduct\OrderProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\OrderProduct\OrderProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\OrderTrait\OrderPDFController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\OrderTrait\OrderPDFController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\OrderTrait\OrderPDFController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Product\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Product\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Product\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\ConvertMaketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\ConvertMaketController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PurchaseOrder\ConvertMaketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PurchaseOrder\PurchaseOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PurchaseOrder\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReportProgressOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReportProgressOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ReportProgressOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Sale\SaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Sale\SaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Sale\SaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionCommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Wallet\APITransactionCommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Wallet\APITransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Wallet\APITransactionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Wallet\APITransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentHistoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssignmentHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentNewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentNewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssignmentNewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssignmentTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssignmentUpdateQrCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssignmentUpdateQrCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssignmentUpdateQrCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentAssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AttachmentAssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttachmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AttachmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoSpecificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AutoSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BatchOrder\BatchOrderApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BatchOrder\BatchOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BatchOrder\BatchOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BatchOrder\BatchOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CarrierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerMiddleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerMiddleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerMiddleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerReceptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerReceptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerReceptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ApiDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ApiDashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Dashboard\ApiDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardEmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardEmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Dashboard\DashboardEmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Dashboard\DashboardSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Dashboard\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeadLineGuideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeadLineGuideController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DeadLineGuideController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\CheckShipmentFeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\CheckShipmentFeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\CheckShipmentFeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\DeliveryAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\DeliveryAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\DeliveryConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\DeliveryConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\DeliveryConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\GetAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\GetListOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\GetListOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\GetListOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryExportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\OrderDeliveryExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryHistoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\OrderDeliveryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\OrderDeliveryWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\OrderDeliveryWebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\OrderDeliveryWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ParentDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ParentDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\ParentDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\PartnerDeliveryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\PartnerDeliveryHistoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\PartnerDeliveryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\ReportOrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\ReportOrderDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\ReportOrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Delivery\StoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Delivery\StoreController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Delivery\StoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistrictController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistrictController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DistrictController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DownloadFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EndOfDayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EndOfDayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EventController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportCustomerWithCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportCustomerWithCsvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Export\ExportCustomerWithCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportOrderWithCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportOrderWithCsvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Export\ExportOrderWithCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportExcelOrderByFilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportExcelOrderByFilterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ExportExcelOrderByFilterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacilityGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacilityGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FacilityGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Help\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Help\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Help\PostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Help\PostController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Help\PostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoiceRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoiceRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\InvoiceRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\ImportDataCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\ImportDataCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Kiotviet\ImportDataCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietBranchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietBranchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Kiotviet\KiotvietBranchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Kiotviet\KiotvietCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\KiotvietSyncLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\KiotvietSyncLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Kiotviet\KiotvietSyncLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Kiotviet\WebhookCreateCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Kiotviet\WebhookCreateCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Kiotviet\WebhookCreateCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Order\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Order\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Order\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderCheckController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportCsvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderExportCsvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportExcelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportExcelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderExportExcelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderExportSalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderExportSalaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderExportSalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderGenerateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderGenerateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderGenerateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderNoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderNowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderNowController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderNowController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderReportManufactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderReportManufactureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderReportManufactureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderRequestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderRequestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderSpecificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderSpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OrderTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PositionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProcedureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductSpecficationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductSpecficationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductSpecficationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProvinceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublicLinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublicLinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PublicLinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PurchaseOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundInvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RefundInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportCustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportCustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportDepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductActivityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportProductActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportProgressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportProgressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportProgressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ReportRevenueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ReportRevenueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\ReportRevenueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SalesReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SalesReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Report\SalesReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ReportOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendMailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendMailController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SendMailController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SendTelegramStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SendTelegramStatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SendTelegramStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SpecificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestMessageSNS"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestMessageSNS"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestMessageSNS"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestService\TestOrderProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestService\TestOrderProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestService\TestOrderProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VoucherController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\VoucherController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Wallet\WalletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Wallet\WalletController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Wallet\WalletController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\AdditionalInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\CensorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\CensorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\CensorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\DeliveryInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\DeliveryInventoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\DeliveryInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryCheckController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\InventoryCheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\InventoryTransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\InventoryTransferController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\InventoryTransferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\ProductInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\ProductInventoryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\ProductInventoryHistoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\ProductInventoryHistoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\RecieptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\RecieptController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\RecieptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\WareHouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WareHouse\WareHouseControllerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WareHouse\WareHouseControllerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WareHouse\WareHouseControllerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\ZaloMiniAppWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\ZaloMiniAppWebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Webhook\ZaloMiniAppWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZaloController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZaloController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ZaloController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ColorFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ColorFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CustomerGroupFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\CustomerGroupFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\DistrictFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\DistrictFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\FacilitySpecificationFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\FacilitySpecificationFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\NoteFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\NoteFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PositionFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\PositionFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProcedureFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ProcedureFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ProvinceFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ProvinceFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RoleFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\RoleFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ShirtFormFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ShirtFormFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SizeFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\SizeFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SleeveTypeFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\SleeveTypeFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SpecificationFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\SpecificationFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\TaskFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\TaskFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixture"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AbstractApiType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AbstractApiType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ActivityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ActivityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AmacRequestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AmacRequestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentQueueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AssignmentQueueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AssignmentTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AssignmentTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClothePartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClothePartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ColorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ColorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerCreateOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerCreateOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerGroupUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerGroupUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeadLineGuideType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DeadLineGuideType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DeliveryAccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportExcelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ExportExcelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacilitySpecificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacilitySpecificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCancelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderCancelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateMaketType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderCreateMaketType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderCreateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderCreateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderDeliveryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderDeliveryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderManagerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderManagerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNote1Type"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderNote1Type"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNoteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderNoteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderNowType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderNowType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderRequestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderRequestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderSpecificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderSpecificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentNewType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PaymentNewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PostType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrintMultipleDeliveryNotesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PrintMultipleDeliveryNotesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcedureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcedureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RoleAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RoleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SpecificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\AssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CarrierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CarrierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ChangePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ProfileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UpdateTaskStateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UpdateTaskStateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VoucherType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VoucherType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloFollowEventType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ZaloFollowEventType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ZaloIdType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ZaloIdType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\CheckOrderManagerHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\CheckOrderManagerHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\CheckOrderManagerHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishDesignSendTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishDesignSendTelegramHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\FinishDesignSendTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendDocumentTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendDocumentTelegramHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\FinishReceiveSendDocumentTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\FinishReceiveSendTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\FinishReceiveSendTelegramHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\FinishReceiveSendTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\NotificationHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\NotificationHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\NotificationHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendChannelNotificationHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendChannelNotificationHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\SendChannelNotificationHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendFileTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendFileTelegramHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\SendFileTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\SendPhotoTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\SendPhotoTelegramHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\SendPhotoTelegramHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Handler\TelegramMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\Handler\TelegramMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Handler\TelegramMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateDeliveryInventoryWithPOHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateDeliveryInventoryWithPOHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\CreateDeliveryInventoryWithPOHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateOrderDeliveryWithPOHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\CreateOrderDeliveryWithPOHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\CreateOrderDeliveryWithPOHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\FinishProductOnProductionMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\FinishProductOnProductionMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\FinishProductOnProductionMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramBatchOrderHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramBatchOrderHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\SendTelegramBatchOrderHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderManagerHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderManagerHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\SendTelegramOrderManagerHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\SendTelegramOrderRequestTypeRushHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SyncOrderWithPOMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\SyncOrderWithPOMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\SyncOrderWithPOMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\UpdateRelationOrderProductMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\UpdateRelationOrderProductMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\UpdateRelationOrderProductMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ActivityFieldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityFieldRepository\ActivityFieldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ActivityFieldRepository\ActivityFieldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository\ActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ActivityRepository\ActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalInvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdditionalInvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddressBookRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository\AddressBookRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddressBookRepository\AddressBookRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\DistrictRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddressCityRepository\DistrictRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\ProvinceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddressCityRepository\ProvinceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressCityRepository\WardRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AddressCityRepository\WardRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AmacRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AmacRequestRepository\AmacRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AmacRequestRepository\AmacRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentAssignedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentAssignedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentRepository\AssigmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentRepository\AssigmentTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentRepository\AssigmentTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentSortRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentSortRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssignmentTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssignmentTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentAssignmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttachmentAssignmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentOrderDeliveryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttachmentOrderDeliveryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttachmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttachmentRepository\AttachmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttachmentRepository\AttachmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BatchOrderDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BatchOrderHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BatchOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BatchOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BranchRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BranchRepository\BranchRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BranchRepository\BranchRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CarrierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierRepository\CarrierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CarrierRepository\CarrierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CensorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CensorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerCodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCodeRepository\CustomerCodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerCodeRepository\CustomerCodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerGroupUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerReceptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerReceptionRepository\CustomerReceptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerReceptionRepository\CustomerReceptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerGroupUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository\CustomerGroupUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository\Report\ReportCustomerPlaceOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerSourceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerSourceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardAssignmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Dashboard\DashboardAssignmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Dashboard\DashboardCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardEmployeeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Dashboard\DashboardEmployeeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Dashboard\DashboardOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Dashboard\DashboardPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Dashboard\DashboardPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeadlineGuideRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeadlineGuideRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Delivery\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Delivery\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryAccountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryAccountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryConfigRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryConfigRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryInventoryDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryInventoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryInventoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistrictRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistrictRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Export\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Export\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Export\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacilitySpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacilitySpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNDistrictRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GHNDistrictRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNProvinceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GHNProvinceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GHNWardRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GHNWardRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InventoryCheckDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryCheckRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InventoryCheckRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InventoryTransferDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InventoryTransferRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InventoryTransferRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOrderDeliveryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceOrderDeliveryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoicePaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoicePaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRefundRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRefundRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRelationProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRelationProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\JTAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\JTAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncBranchRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncBranchRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncCustomerGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncBranchRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\KiotvietSyncRepository\KiotvietSyncLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NameRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NameRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderCodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCodeRepository\OrderCodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderCodeRepository\OrderCodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDeliveryDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDeliveryHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInventoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDeliveryInventoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryInvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDeliveryInvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDeliveryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDeliveryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderErrorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderErrorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelFilterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderExportExcelFilterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderExportExcelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderExportExcelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderMaketRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderMaketRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderManagerDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderManagerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderManagerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderNowRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNowRepository\OrderNowRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderNowRepository\OrderNowRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderNumberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderNumberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderMaketRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository\OrderMaketRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository\OrderProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository\OrderSpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository\OrderSpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRequestFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRequestRepository\OrderRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRequestRepository\OrderRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderSpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimeLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderTimeLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderVoucherRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderVoucherRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PartnerDeliveryHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PartnerDeliveryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerDeliveryServiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PartnerDeliveryServiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentRepository\PaymentDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentRepository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PositionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PositionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PostRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrintNameNumberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PrintNameNumberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcedureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcedureRequireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcedureRequireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttachmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductAttachmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductAttributeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCategorySpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductCategorySpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductInventoryHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInventoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductInventoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductNoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductNoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductSpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProvinceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProvinceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Provinces\DistrictsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Provinces\DistrictsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderDeliveryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderDeliveryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderRelationOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRelationProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderRelationProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReasonRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReasonRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDetailRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDetailRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportAssignmentTimeLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportAssignmentTimeLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderMaketRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportOrderMaketRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportOrderStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportOrderStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportProductActivityCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProductActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportProductActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportProgressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportProgressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Report\ReportSaleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Report\ReportSaleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleAssignmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleAssignmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleRepository\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SaleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendTelegramStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SendTelegramStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ShirtFormRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShirtFormRepository\ShirtFormRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ShirtFormRepository\ShirtFormRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SizeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SizeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SleeveTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SleeveTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SortRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SortRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificationRepository\SpecificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SpecificationRepository\SpecificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticsAssignmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatisticsAssignmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SupplierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TagRepository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository\TaskRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaskRepository\TaskRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TransactionCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserNotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ViewOrderReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ViewOrderReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VoterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VoucherRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WalletHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WalletRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WalletRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WardRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WardRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WareHouseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WareHouseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Warehouse\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Warehouse\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\WarehouseUserRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\AssignmentVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\AssignmentVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CarrierVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\CarrierVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\CustomerVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\FacilitySpecificationVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\FacilitySpecificationVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\NoteVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderDeliveryVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\OrderDeliveryVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\OrderVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\OrderVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PaymentVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PaymentVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PermissionVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\PositionVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\PositionVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ProductVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\ProductVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SpecificationVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\SpecificationVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\TaskVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\TaskVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AssignmentDetailNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\AssignmentDetailNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\AttachmentNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\AttachmentNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CustomerExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\CustomerExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\CutExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\CutExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\DesignNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\DesignNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\FacilitySpecificationNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\FacilitySpecificationNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\IngredientInspectionExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\IngredientInspectionExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\ManufactureExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\ManufactureGeneralExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\NoteNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\NoteOrderDetailNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\NoteOrderDetailNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderFilterExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\OrderFilterExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\OrderSpecificationNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\OrderSpecificationNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentDeptNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\PaymentDeptNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PaymentNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\PaymentNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\PrintExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PrintGroupBySizeNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\PrintGroupBySizeNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\ReportEndOfDayOrderExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\ReportEndOfDayPaymentExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SaleExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\SaleExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SalesReportByEmployeeNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\SalesReportByEmployeeNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SemiFinishedExcelNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\SemiFinishedExcelNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ShowAllSpecificationNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\ShowAllSpecificationNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationDetailNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\SpecificationDetailNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\SpecificationNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\Normalizer\SpecificationNormalizer"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\ActivityExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ActivityExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\ActivityExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AssignmentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssignmentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AssignmentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\BaseExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BaseExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\BaseExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\DeadlineGuideExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeadlineGuideExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\DeadlineGuideExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\OrderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\OrderExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\OrderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\PaymentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaymentExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\PaymentExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\PostExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PostExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\PostExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\ProductExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ProductExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\ProductExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SettingExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SettingExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SettingExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SpecificationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SpecificationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SpecificationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\UserExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\UserExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\UserExtension"; reason: abstract.
1463
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\CheckRequirement\CheckAssignment"; reason: unused.
  • Removed service "App\CheckRequirement\CheckInitProcedure"; reason: unused.
  • Removed service "App\CheckRequirement\CheckLastAssignment"; reason: unused.
  • Removed service "App\DataResponse\OrderResponse"; reason: unused.
  • Removed service "App\Delivery\Amac\AmacActions"; reason: unused.
  • Removed service "App\Delivery\GiaoHangNhanh\GHNActions"; reason: unused.
  • Removed service "App\Delivery\GiaoHangNhanh\GHNCreateOrder"; reason: unused.
  • Removed service "App\Delivery\GiaoHangNhanh\GHNEndPoint"; reason: unused.
  • Removed service "App\Delivery\GiaoHangNhanh\HttpClient"; reason: unused.
  • Removed service "App\Delivery\GiaoHangTietKiem\Authentication"; reason: unused.
  • Removed service "App\Delivery\GiaoHangTietKiem\GHTKActions"; reason: unused.
  • Removed service "App\Delivery\GiaoHangTietKiem\GHTKConfig"; reason: unused.
  • Removed service "App\Delivery\GiaoHangTietKiem\GHTKEndPoint"; reason: unused.
  • Removed service "App\Delivery\GiaoHangTietKiem\HttpClient"; reason: unused.
  • Removed service "App\Delivery\JT\HttpClient"; reason: unused.
  • Removed service "App\Delivery\JT\JTActions"; reason: unused.
  • Removed service "App\Delivery\JT\JTEndPoint"; reason: unused.
  • Removed service "App\Doctrine\ConvertToDecimalFunction"; reason: unused.
  • Removed service "App\Doctrine\ConvertToNVarcharFunction"; reason: unused.
  • Removed service "App\Doctrine\NowFunction"; reason: unused.
  • Removed service "App\Doctrine\RandFunction"; reason: unused.
  • Removed service "App\Doctrine\ReplaceAllSpaceToNoneFunction"; reason: unused.
  • Removed service "App\Doctrine\ReplaceMoneyTextWithoutFunction"; reason: unused.
  • Removed service "App\Doctrine\SubStringIndexByLineFunction"; reason: unused.
  • Removed service "App\Doctrine\TimeStampDiffFunction"; reason: unused.
  • Removed service "App\Doctrine\UuidBinaryType"; reason: unused.
  • Removed service "App\Enum\ActivityType"; reason: unused.
  • Removed service "App\Enum\AssignmentAction"; reason: unused.
  • Removed service "App\Enum\AssignmentEnum\AssignmentSortEnum"; reason: unused.
  • Removed service "App\Enum\AssignmentHistoryEnum"; reason: unused.
  • Removed service "App\Enum\AssignmentSortEnum"; reason: unused.
  • Removed service "App\Enum\AssignmentState"; reason: unused.
  • Removed service "App\Enum\AssignmentWork"; reason: unused.
  • Removed service "App\Enum\BlockPermissionEnum"; reason: unused.
  • Removed service "App\Enum\ColorEnum"; reason: unused.
  • Removed service "App\Enum\CustomerEnum\SortCustomerByWhereEnum"; reason: unused.
  • Removed service "App\Enum\CustomerReceptionEnum\SortCustomerReceptionEnum"; reason: unused.
  • Removed service "App\Enum\DeadlineType"; reason: unused.
  • Removed service "App\Enum\ErrorMessageEnum"; reason: unused.
  • Removed service "App\Enum\ExcelNameNumberEnum"; reason: unused.
  • Removed service "App\Enum\FacilitySpecificationTypeEnum"; reason: unused.
  • Removed service "App\Enum\GenderEnum"; reason: unused.
  • Removed service "App\Enum\InputTypeEnum"; reason: unused.
  • Removed service "App\Enum\LegacyEnum"; reason: unused.
  • Removed service "App\Enum\NotificationTopic"; reason: unused.
  • Removed service "App\Enum\OrderDeliveryStatusEnum"; reason: unused.
  • Removed service "App\Enum\OrderEnum"; reason: unused.
  • Removed service "App\Enum\OrderNowStatusEnum"; reason: unused.
  • Removed service "App\Enum\OrderRequestEnum\SortOrderRequestEnum"; reason: unused.
  • Removed service "App\Enum\OrderRequestEnum\StatusActionOrderRequestEnum"; reason: unused.
  • Removed service "App\Enum\OrderTypeEnum"; reason: unused.
  • Removed service "App\Enum\PaymentEnum"; reason: unused.
  • Removed service "App\Enum\PermissionEnum"; reason: unused.
  • Removed service "App\Enum\ProcedureEnum"; reason: unused.
  • Removed service "App\Enum\ProductEnum\ProductDataCustomEnum"; reason: unused.
  • Removed service "App\Enum\ProductStatusEnum"; reason: unused.
  • Removed service "App\Enum\ReportCustomerEnum\SortCustomerNoPlacingEnum"; reason: unused.
  • Removed service "App\Enum\RoleEnum"; reason: unused.
  • Removed service "App\Enum\TagEnum"; reason: unused.
  • Removed service "App\Enum\TaskEnum"; reason: unused.
  • Removed service "App\Enum\VoterEnum"; reason: unused.
  • Removed service "App\Enum\WorkflowEnum"; reason: unused.
  • Removed service "App\Event\AssignmentFinishedEvent"; reason: unused.
  • Removed service "App\Event\AssignmentFinishingEvent"; reason: unused.
  • Removed service "App\Event\CloneOrderEvent"; reason: unused.
  • Removed service "App\Event\OrderCreatingEvent"; reason: unused.
  • Removed service "App\Event\OrderEditEvent"; reason: unused.
  • Removed service "App\EventListener\AssignmentFinishingListener"; reason: unused.
  • Removed service "App\EventListener\OrderProductUpdateListener"; reason: unused.
  • Removed service "App\EventListener\ProductCreateListener"; reason: unused.
  • Removed service "App\Exception\AssignmentLogicException"; reason: unused.
  • Removed service "App\ExportCsv\ExportCSVCustomer"; reason: unused.
  • Removed service "App\ExportCsv\ExportCSVForCustomer"; reason: unused.
  • Removed service "App\ExportCsv\ExportCSVManufacture"; reason: unused.
  • Removed service "App\ExportCsv\ExportCsvService"; reason: unused.
  • Removed service "App\Form\Dto\Assignment"; reason: unused.
  • Removed service "App\Form\Model\PrintMultipleDeliveryNotesFromModel"; reason: unused.
  • Removed service "App\Form\Model\ZaloFollowEventModel"; reason: unused.
  • Removed service "App\Kiotviet\Authentication"; reason: unused.
  • Removed service "App\Kiotviet\HttpClient"; reason: unused.
  • Removed service "App\Kiotviet\Kiotviet"; reason: unused.
  • Removed service "App\Kiotviet\KiotvietConfig"; reason: unused.
  • Removed service "App\Kiotviet\KiotvietEndPoint"; reason: unused.
  • Removed service "App\Kiotviet\KiotvietSyncBranch"; reason: unused.
  • Removed service "App\Kiotviet\KiovietSyncCustomer"; reason: unused.
  • Removed service "App\Mercure\MyJwtProvider"; reason: unused.
  • Removed service "App\Message\AddProductInventoryHistoryMessage"; reason: unused.
  • Removed service "App\Message\CheckOrderManagerMessage"; reason: unused.
  • Removed service "App\Message\CreateDeliveryInventoryWithPOMessage"; reason: unused.
  • Removed service "App\Message\CreateOrderDeliveryWithPOMessage"; reason: unused.
  • Removed service "App\Message\FinishDesignSendTelegram"; reason: unused.
  • Removed service "App\Message\FinishOrderDeliveryWithPOMessage"; reason: unused.
  • Removed service "App\Message\FinishProductOnProductionMessage"; reason: unused.
  • Removed service "App\Message\FinishReceiveSendDocumentTelegram"; reason: unused.
  • Removed service "App\Message\FinishReceiveSendTelegram"; reason: unused.
  • Removed service "App\Message\MessageNotification"; reason: unused.
  • Removed service "App\Message\SendChannelNotification"; reason: unused.
  • Removed service "App\Message\SendFileTelegram"; reason: unused.
  • Removed service "App\Message\SendPhotoTelegram"; reason: unused.
  • Removed service "App\Message\SendTelegramBatchOrder"; reason: unused.
  • Removed service "App\Message\SendTelegramOrderManager"; reason: unused.
  • Removed service "App\Message\SendTelegramOrderRequestTypeRush"; reason: unused.
  • Removed service "App\Message\SyncOrderWithPOMessage"; reason: unused.
  • Removed service "App\Message\TelegramMessage"; reason: unused.
  • Removed service "App\Message\UpdateRelationOrderProductMessage"; reason: unused.
  • Removed service "App\Order\AssignmentDetail"; reason: unused.
  • Removed service "App\Order\ChangeStatusOrderDelivery"; reason: unused.
  • Removed service "App\Order\HandleOrderBranch"; reason: unused.
  • Removed service "App\Order\NameNumber"; reason: unused.
  • Removed service "App\Order\NoteOrderDetail"; reason: unused.
  • Removed service "App\Order\OrderService"; reason: unused.
  • Removed service "App\Procedure\OrderCreatedHandler"; reason: unused.
  • Removed service "App\Procedure\OrderFinishedMaketHandler"; reason: unused.
  • Removed service "App\Provinces\Districts"; reason: unused.
  • Removed service "App\Provinces\Provinces"; reason: unused.
  • Removed service "App\Provinces\Wards"; reason: unused.
  • Removed service "App\Service\LegacyNameNumber"; reason: unused.
  • Removed service "App\Service\NameNumberService"; reason: unused.
  • Removed service "App\Service\ResizeImage"; reason: unused.
  • Removed service "App\Service\SendNotification"; reason: unused.
  • Removed service "App\Service\UnicodeToNonUnicode"; reason: unused.
  • Removed service "App\Service\VnCharsetConversion"; reason: unused.
  • Removed service "App\Utils\ApiClient"; reason: unused.
  • Removed service "App\WareHouse\AutoCreateReceipt"; reason: unused.
  • Removed service "App\WareHouse\AutoInventoryDelivery"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "identity_translator"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~u8xbR.I"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~AN8BSci"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~AN8BSci"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~AN8BSci"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~AN8BSci"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.translation.extractor"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.nulladapter"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.zip"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.awss3v2"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.dropbox"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.googlecloudstorage"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.rackspace"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.webdav"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.gridfs"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.memory"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.fallback"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.gaufrette"; reason: unused.
  • Removed service "oneup_flysystem.adapter_factory.replicate"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.adapter"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.memory"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.noop"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.memcached"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.php_redis"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.predis"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.stash"; reason: unused.
  • Removed service "oneup_flysystem.cache_factory.psr6"; reason: unused.
  • Removed service "oneup_flysystem.plugin.empty_dir"; reason: unused.
  • Removed service "oneup_flysystem.plugin.get_with_metadata"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_files"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_paths"; reason: unused.
  • Removed service "oneup_flysystem.plugin.list_with"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
  • Removed service "fidry_alice_data_fixtures.persistence.purger_mode"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
  • Removed service "api_platform.symfony.iri_converter"; reason: unused.
  • Removed service "api_platform.api.identifiers_extractor"; reason: unused.
  • Removed service "api_platform.uri_variables.converter"; reason: unused.
  • Removed service "api_platform.uri_variables.transformer.integer"; reason: unused.
  • Removed service "api_platform.uri_variables.transformer.date_time"; reason: unused.
  • Removed service "api_platform.state_provider.locator"; reason: unused.
  • Removed service "api_platform.pagination.next"; reason: unused.
  • Removed service "api_platform.state_processor.locator"; reason: unused.
  • Removed service "api_platform.operation_method_resolver"; reason: unused.
  • Removed service "api_platform.formats_provider"; reason: unused.
  • Removed service "api_platform.serializer_locator"; reason: unused.
  • Removed service "api_platform.filter_collection_factory"; reason: unused.
  • Removed service "api_platform.filters"; reason: unused.
  • Removed service "api_platform.ramsey_uuid.uri_variables.transformer.uuid"; reason: unused.
  • Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
  • Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
  • Removed service "api_platform.doctrine.orm.state.remove_processor"; reason: unused.
  • Removed service "api_platform.doctrine.orm.state.persist_processor"; reason: unused.
  • Removed service "debug.var_dumper.cloner"; reason: unused.
  • Removed service "debug.var_dumper.cli_dumper"; reason: unused.
  • Removed service "ApiPlatform\Symfony\Messenger\Processor"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.I3K77mT"; reason: unused.
  • Removed service ".service_locator.ubX.fsn"; reason: unused.
264
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
  • Inlined service "App\CheckRequirement\CheckFacilitySpecification" to "App\CheckRequirement\CheckRequirement".
  • Inlined service "App\CheckRequirement\CheckOrderInitHasProcedure" to "App\CheckRequirement\CheckRequirement".
  • Inlined service "App\CheckRequirement\CheckQuantity" to "App\CheckRequirement\CheckRequirement".
  • Inlined service "App\CheckRequirement\CheckNote" to "App\CheckRequirement\CheckRequirement".
  • Inlined service "App\CheckRequirement\CheckManufacture" to "App\CheckRequirement\CheckRequirement".
  • Inlined service "App\CheckRequirement\CheckOrderNow" to "App\CheckRequirement\CheckRequirement".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ActivityController" to "App\Controller\ActivityController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AdditionalInvoiceController" to "App\Controller\AdditionalInvoiceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ActivityController" to "App\Controller\Ajax\ActivityController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\AddressBookController" to "App\Controller\Ajax\AddressBookController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\AmacAddressController" to "App\Controller\Ajax\AmacAddressController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\AmacRequestController" to "App\Controller\Ajax\AmacRequestController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\AssignmentController" to "App\Controller\Ajax\AssignmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\CustomerController" to "App\Controller\Ajax\CustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\CustomerExportController" to "App\Controller\Ajax\CustomerExportController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\CustomerSourceController" to "App\Controller\Ajax\CustomerSourceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\DocumentController" to "App\Controller\Ajax\DocumentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\EmployeeController" to "App\Controller\Ajax\EmployeeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\GetInformationController" to "App\Controller\Ajax\GetInformationController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\JTAddressController" to "App\Controller\Ajax\JTAddressController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderAssignmentController" to "App\Controller\Ajax\OrderAssignmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderController" to "App\Controller\Ajax\OrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderDeliveryController" to "App\Controller\Ajax\OrderDeliveryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderExportCsvController" to "App\Controller\Ajax\OrderExportCsvController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderExportCsvSalaryController" to "App\Controller\Ajax\OrderExportCsvSalaryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderLateController" to "App\Controller\Ajax\OrderLateController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderManagerController" to "App\Controller\Ajax\OrderManagerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\OrderRequestController" to "App\Controller\Ajax\OrderRequestController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\PaymentController" to "App\Controller\Ajax\PaymentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\PrintDeliveryNoteController" to "App\Controller\Ajax\PrintDeliveryNoteController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\PrintOrderImageController" to "App\Controller\Ajax\PrintOrderImageController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\PrintOrderPDFController" to "App\Controller\Ajax\PrintOrderPDFController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ProductAttachmentController" to "App\Controller\Ajax\ProductAttachmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ProductAttributeController" to "App\Controller\Ajax\ProductAttributeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ProductCategoryController" to "App\Controller\Ajax\ProductCategoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ProductController" to "App\Controller\Ajax\ProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ReportOrderEndOfDayController" to "App\Controller\Ajax\ReportOrderEndOfDayController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\ReportPaymentEndOfDayController" to "App\Controller\Ajax\ReportPaymentEndOfDayController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByBranchController" to "App\Controller\Ajax\SalesReportByBranchController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByCustomerController" to "App\Controller\Ajax\SalesReportByCustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByCustomerGroupController" to "App\Controller\Ajax\SalesReportByCustomerGroupController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByEmployeeController" to "App\Controller\Ajax\SalesReportByEmployeeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByProductController" to "App\Controller\Ajax\SalesReportByProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByRefundController" to "App\Controller\Ajax\SalesReportByRefundController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SalesReportByTimeline" to "App\Controller\Ajax\SalesReportByTimeline".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SellController" to "App\Controller\Ajax\SellController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SettingController" to "App\Controller\Ajax\SettingController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\StatisticsAssignmentController" to "App\Controller\Ajax\StatisticsAssignmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\SupplierController" to "App\Controller\Ajax\SupplierController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\TaskController" to "App\Controller\Ajax\TaskController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\TestJTController" to "App\Controller\Ajax\TestJTController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\UploadFileS3" to "App\Controller\Ajax\UploadFileS3".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Ajax\VoucherOrderController" to "App\Controller\Ajax\VoucherOrderController".
  • Inlined service "App\Enum\CustomerReceptionEnum\StatusCustomerReceptionEnum" to "App\Controller\Api\APIController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\APIController" to "App\Controller\Api\APIController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Assignment\AssignmentDesignController" to "App\Controller\Api\Assignment\AssignmentDesignController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Customer\CustomerController" to "App\Controller\Api\Customer\CustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Customer\CustomerTagController" to "App\Controller\Api\Customer\CustomerTagController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Delivery\PartnerDeliveryController" to "App\Controller\Api\Delivery\PartnerDeliveryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Invoice\InvoiceController" to "App\Controller\Api\Invoice\InvoiceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Invoice\InvoiceOrderController" to "App\Controller\Api\Invoice\InvoiceOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Invoice\InvoiceRefundController" to "App\Controller\Api\Invoice\InvoiceRefundController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Invoice\InvoiceRequestController" to "App\Controller\Api\Invoice\InvoiceRequestController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\InvoicePayment\InvoicePaymentController" to "App\Controller\Api\InvoicePayment\InvoicePaymentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Order\SearchOrderController" to "App\Controller\Api\Order\SearchOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\OrderError\OrderErrorController" to "App\Controller\Api\OrderError\OrderErrorController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\OrderProduct\OrderProductController" to "App\Controller\Api\OrderProduct\OrderProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\OrderTrait\OrderPDFController" to "App\Controller\Api\OrderTrait\OrderPDFController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Product\ProductController" to "App\Controller\Api\Product\ProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\ProductController" to "App\Controller\Api\ProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\PurchaseOrder\ConvertMaketController" to "App\Controller\Api\PurchaseOrder\ConvertMaketController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\PurchaseOrder\PurchaseOrderController" to "App\Controller\Api\PurchaseOrder\PurchaseOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\ReportProgressOrderController" to "App\Controller\Api\ReportProgressOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Sale\SaleController" to "App\Controller\Api\Sale\SaleController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Wallet\APITransactionCommentController" to "App\Controller\Api\Wallet\APITransactionCommentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Api\Wallet\APITransactionController" to "App\Controller\Api\Wallet\APITransactionController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AssignmentController" to "App\Controller\AssignmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AssignmentHistoryController" to "App\Controller\AssignmentHistoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AssignmentNewController" to "App\Controller\AssignmentNewController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AssignmentTagController" to "App\Controller\AssignmentTagController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AssignmentUpdateQrCodeController" to "App\Controller\AssignmentUpdateQrCodeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AttachmentAssignmentController" to "App\Controller\AttachmentAssignmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AttachmentController" to "App\Controller\AttachmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\AutoSpecificationController" to "App\Controller\AutoSpecificationController".
  • Inlined service ".service_locator.14cjsiv.App\Controller\BatchOrder\BatchOrderApiController" to "App\Controller\BatchOrder\BatchOrderApiController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\BatchOrder\BatchOrderController" to "App\Controller\BatchOrder\BatchOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CarrierController" to "App\Controller\CarrierController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CustomerController" to "App\Controller\CustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CustomerDebtController" to "App\Controller\CustomerDebtController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CustomerGroupController" to "App\Controller\CustomerGroupController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CustomerMiddleController" to "App\Controller\CustomerMiddleController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\CustomerReceptionController" to "App\Controller\CustomerReceptionController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Dashboard\ApiDashboardController" to "App\Controller\Dashboard\ApiDashboardController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Dashboard\DashboardEmployeeController" to "App\Controller\Dashboard\DashboardEmployeeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Dashboard\DashboardSaleController" to "App\Controller\Dashboard\DashboardSaleController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Dashboard\HomeController" to "App\Controller\Dashboard\HomeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\DeadLineGuideController" to "App\Controller\DeadLineGuideController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\CheckShipmentFeeController" to "App\Controller\Delivery\CheckShipmentFeeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\DeliveryAccountController" to "App\Controller\Delivery\DeliveryAccountController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\DeliveryAddressController" to "App\Controller\Delivery\DeliveryAddressController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\DeliveryConfigController" to "App\Controller\Delivery\DeliveryConfigController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\GetAddressController" to "App\Controller\Delivery\GetAddressController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\GetListOrderController" to "App\Controller\Delivery\GetListOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\OrderDeliveryController" to "App\Controller\Delivery\OrderDeliveryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\OrderDeliveryExportController" to "App\Controller\Delivery\OrderDeliveryExportController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\OrderDeliveryHistoryController" to "App\Controller\Delivery\OrderDeliveryHistoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\OrderDeliveryWebhookController" to "App\Controller\Delivery\OrderDeliveryWebhookController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\ParentDeliveryController" to "App\Controller\Delivery\ParentDeliveryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\PartnerDeliveryHistoryController" to "App\Controller\Delivery\PartnerDeliveryHistoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\ReportOrderDeliveryController" to "App\Controller\Delivery\ReportOrderDeliveryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Delivery\StoreController" to "App\Controller\Delivery\StoreController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\DistrictController" to "App\Controller\DistrictController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\DownloadFileController" to "App\Controller\DownloadFileController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\EmployeeController" to "App\Controller\EmployeeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\EndOfDayController" to "App\Controller\EndOfDayController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\EventController" to "App\Controller\EventController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Export\ExportCustomerWithCsvController" to "App\Controller\Export\ExportCustomerWithCsvController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Export\ExportOrderWithCsvController" to "App\Controller\Export\ExportOrderWithCsvController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ExportExcelOrderByFilterController" to "App\Controller\ExportExcelOrderByFilterController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\FacilityGroupController" to "App\Controller\FacilityGroupController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Help\CategoryController" to "App\Controller\Help\CategoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Help\DocumentController" to "App\Controller\Help\DocumentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Help\PostController" to "App\Controller\Help\PostController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\HistoryController" to "App\Controller\HistoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\InvoiceController" to "App\Controller\InvoiceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\InvoiceRequestController" to "App\Controller\InvoiceRequestController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Kiotviet\ImportDataCustomerController" to "App\Controller\Kiotviet\ImportDataCustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Kiotviet\KiotvietBranchController" to "App\Controller\Kiotviet\KiotvietBranchController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Kiotviet\KiotvietCustomerController" to "App\Controller\Kiotviet\KiotvietCustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Kiotviet\KiotvietSyncLogController" to "App\Controller\Kiotviet\KiotvietSyncLogController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Kiotviet\WebhookCreateCustomerController" to "App\Controller\Kiotviet\WebhookCreateCustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\NoteController" to "App\Controller\NoteController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\NotificationController" to "App\Controller\NotificationController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Order\OrderController" to "App\Controller\Order\OrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderCheckController" to "App\Controller\OrderCheckController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderController" to "App\Controller\OrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderExportCsvController" to "App\Controller\OrderExportCsvController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderExportExcelController" to "App\Controller\OrderExportExcelController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderExportSalaryController" to "App\Controller\OrderExportSalaryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderGenerateController" to "App\Controller\OrderGenerateController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderManagerController" to "App\Controller\OrderManagerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderNoteController" to "App\Controller\OrderNoteController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderNowController" to "App\Controller\OrderNowController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderReportManufactureController" to "App\Controller\OrderReportManufactureController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderRequestController" to "App\Controller\OrderRequestController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderSpecificationController" to "App\Controller\OrderSpecificationController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\OrderTagController" to "App\Controller\OrderTagController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\PaymentController" to "App\Controller\PaymentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\PositionController" to "App\Controller\PositionController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProcedureController" to "App\Controller\ProcedureController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProductController" to "App\Controller\ProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProductSpecficationController" to "App\Controller\ProductSpecficationController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProductTagController" to "App\Controller\ProductTagController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProfileController" to "App\Controller\ProfileController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ProvinceController" to "App\Controller\ProvinceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\PublicLinkController" to "App\Controller\PublicLinkController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\PurchaseOrderController" to "App\Controller\PurchaseOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\RefundInvoiceController" to "App\Controller\RefundInvoiceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportCustomerController" to "App\Controller\Report\ReportCustomerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportDepartmentController" to "App\Controller\Report\ReportDepartmentController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportOrderController" to "App\Controller\Report\ReportOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportProductActivityController" to "App\Controller\Report\ReportProductActivityController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportProductController" to "App\Controller\Report\ReportProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportProgressController" to "App\Controller\Report\ReportProgressController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\ReportRevenueController" to "App\Controller\Report\ReportRevenueController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Report\SalesReportController" to "App\Controller\Report\SalesReportController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\ReportOrderController" to "App\Controller\ReportOrderController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\RoleController" to "App\Controller\RoleController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\SendMailController" to "App\Controller\SendMailController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\SendTelegramStatusController" to "App\Controller\SendTelegramStatusController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\SettingController" to "App\Controller\SettingController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\SpecificationController" to "App\Controller\SpecificationController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\TagController" to "App\Controller\TagController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\TestMessageSNS" to "App\Controller\TestMessageSNS".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\TestService\TestOrderProductController" to "App\Controller\TestService\TestOrderProductController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\VoucherController" to "App\Controller\VoucherController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Wallet\WalletController" to "App\Controller\Wallet\WalletController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\AdditionalInvoiceController" to "App\Controller\WareHouse\AdditionalInvoiceController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\CensorController" to "App\Controller\WareHouse\CensorController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\DeliveryInventoryController" to "App\Controller\WareHouse\DeliveryInventoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\InventoryCheckController" to "App\Controller\WareHouse\InventoryCheckController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\InventoryTransferController" to "App\Controller\WareHouse\InventoryTransferController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\ProductInventoryController" to "App\Controller\WareHouse\ProductInventoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\ProductInventoryHistoryController" to "App\Controller\WareHouse\ProductInventoryHistoryController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\RecieptController" to "App\Controller\WareHouse\RecieptController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\WareHouseController" to "App\Controller\WareHouse\WareHouseController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\WareHouse\WareHouseControllerController" to "App\Controller\WareHouse\WareHouseControllerController".
  • Inlined service ".service_locator.mBOKSRM.App\Controller\Webhook\ZaloMiniAppWebhookController" to "App\Controller\Webhook\ZaloMiniAppWebhookController".
  • Inlined service "App\Notification\ZaloNotification" to "App\Controller\ZaloController".
  • Inlined service ".service_locator.kSKy4VW.App\Controller\ZaloController" to "App\Controller\ZaloController".
  • Inlined service "App\Procedure\AssignmentAssignedHandler" to "App\EventListener\AssignmentAssignListener".
  • Inlined service "App\Procedure\AssignmentFinishedHandler" to "App\EventListener\AssignmentUpdateListener".
  • Inlined service "App\Setting\SettingChangeLog" to "App\EventListener\SettingChangeListener".
  • Inlined service "App\Order\CheckRoleSale" to "App\Form\OrderEditType".
  • Inlined service "App\WareHouse\OrderService" to "App\MessageHandler\FinishProductOnProductionMessageHandler".
  • Inlined service "App\WareHouse\ReceiptService" to "App\MessageHandler\FinishProductOnProductionMessageHandler".
  • Inlined service "App\WareHouse\ProductInventoryService" to "App\MessageHandler\FinishProductOnProductionMessageHandler".
  • Inlined service "App\WareHouse\ProductInventoryHistoryService" to "App\MessageHandler\FinishProductOnProductionMessageHandler".
  • Inlined service "Zalo\Zalo" to "App\Notification\ZaloNotification".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~6ENSXJf" to "error_handler.error_renderer.html".
  • Inlined service ".2_~6ENSXJf" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~Hosson5" to "session.handler.native_file".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~Yb1l.Sz" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.rGTtWA_" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.CCTmIC0" to "messenger.routable_message_bus".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "mailer.transports" to "mailer.messenger.message_handler".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.customer_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "api_platform.data_collector.request" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.mercure" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~.h0FWuS".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.directory" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.controller" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.yaml_collection" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.xml_collection" to "routing.resolver".
  • Inlined service "api_platform.route_loader.legacy" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~.h0FWuS" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service ".2_ArrayAdapter~53ScKMt" to ".1_DoctrineProvider~53ScKMt".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_DoctrineProvider~53ScKMt" to "annotations.cached_reader".
  • Inlined service "annotations.cache_adapter" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "App\Serializer\Normalizer\AttachmentNormalizer" to "serializer".
  • Inlined service "api_platform.serializer.uuid_denormalizer" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.error" to "serializer".
  • Inlined service "api_platform.problem.normalizer.error" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
  • Inlined service "api_platform.serializer.normalizer.item" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "api_platform.jsonld.encoder" to "serializer".
  • Inlined service "api_platform.problem.encoder" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service ".1_~uZABrTf" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~uZABrTf" to "error_handler.error_renderer.serializer".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.2VVdVL." to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.logger.chain.customer" to "doctrine.dbal.customer_connection.configuration".
  • Inlined service ".service_locator.9HpSKS8" to "doctrine.dbal.customer_connection.event_manager".
  • Inlined service "doctrine.dbal.customer_connection.configuration" to "doctrine.dbal.customer_connection".
  • Inlined service "doctrine.dbal.customer_connection.event_manager" to "doctrine.dbal.customer_connection".
  • Inlined service ".service_locator.1iRG9g3" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.VDs3bY4" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.customer.metadata" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.customer.query" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.customer.result" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.customer_metadata_driver" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.customer_entity_listener_resolver" to "doctrine.orm.customer_configuration".
  • Inlined service "doctrine.orm.customer_annotation_metadata_driver" to "doctrine.orm.customer_metadata_driver".
  • Inlined service "cache.doctrine.orm.customer.metadata.recorder_inner" to "cache.doctrine.orm.customer.metadata".
  • Inlined service "cache.doctrine.orm.customer.result.recorder_inner" to "cache.doctrine.orm.customer.result".
  • Inlined service "cache.doctrine.orm.customer.query.recorder_inner" to "cache.doctrine.orm.customer.query".
  • Inlined service "doctrine.orm.customer_configuration" to "doctrine.orm.customer_entity_manager".
  • Inlined service "doctrine.orm.customer_manager_configurator" to "doctrine.orm.customer_entity_manager".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service ".service_locator.wCT4xp5" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.2eqqzhm" to "security.access_map".
  • Inlined service ".security.request_matcher.6yT6C5C" to "security.access_map".
  • Inlined service ".security.request_matcher.DTqC4qP" to "security.access_map".
  • Inlined service ".security.request_matcher.kQnTpbo" to "security.access_map".
  • Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
  • Inlined service ".security.request_matcher.pdBwUbw" to "security.access_map".
  • Inlined service ".security.request_matcher.2wmWh1h" to "security.access_map".
  • Inlined service ".security.request_matcher.qK4rhak" to "security.access_map".
  • Inlined service ".security.request_matcher.WaEwUpC" to "security.access_map".
  • Inlined service ".security.request_matcher.rNHeHe4" to "security.access_map".
  • Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service ".security.request_matcher.nArxytE" to "security.access_map".
  • Inlined service ".security.request_matcher.ZRIteCT" to "security.access_map".
  • Inlined service ".security.request_matcher.BOKnsW2" to "security.access_map".
  • Inlined service ".security.request_matcher.yKmzhR2" to "security.access_map".
  • Inlined service ".security.request_matcher.D2XdegB" to "security.access_map".
  • Inlined service ".security.request_matcher.7RLtSjC" to "security.access_map".
  • Inlined service ".security.request_matcher.L8C_unn" to "security.access_map".
  • Inlined service ".security.request_matcher.v1_AW9g" to "security.access_map".
  • Inlined service ".security.request_matcher.NhRHR5d" to "security.access_map".
  • Inlined service ".security.request_matcher.wCCGb77" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "lexik_jwt_authentication.handler.authentication_success" to "security.authentication.success_handler.login.json_login".
  • Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "security.authentication.failure_handler.login.json_login".
  • Inlined service "security.authentication.success_handler.login.json_login" to "security.authentication.listener.json.login".
  • Inlined service "security.authentication.failure_handler.login.json_login" to "security.authentication.listener.json.login".
  • Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.json.login".
  • Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
  • Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "App\Security\AccessDeniedHandler" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\ActivityExtension" to "twig".
  • Inlined service "App\Twig\AssignmentExtension" to "twig".
  • Inlined service "App\Twig\BaseExtension" to "twig".
  • Inlined service "App\Twig\DeadlineGuideExtension" to "twig".
  • Inlined service "App\Twig\OrderExtension" to "twig".
  • Inlined service "App\Twig\PaymentExtension" to "twig".
  • Inlined service "App\Twig\PostExtension" to "twig".
  • Inlined service "App\Twig\ProductExtension" to "twig".
  • Inlined service "App\Twig\SettingExtension" to "twig".
  • Inlined service "App\Twig\SpecificationExtension" to "twig".
  • Inlined service "App\Twig\UserExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.pagerfanta" to "twig".
  • Inlined service "twig.extension.intl" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "twig.extension.react" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~n2stgf3" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".1_NonceGenerator~3WjXkhP" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~3WjXkhP" to "twig.extension.webprofiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~ZFXSwp_" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~ZFXSwp_" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~ZFXSwp_" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~ZFXSwp_" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~ZFXSwp_" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~ZFXSwp_" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\ColorFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\CustomerGroupFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\DistrictFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\FacilitySpecificationFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\NoteFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\PositionFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\ProcedureFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\ProvinceFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\RoleFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\ShirtFormFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\SizeFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\SleeveTypeFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\SpecificationFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\TaskFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixture" to "doctrine.fixtures.loader".
  • Inlined service "oneup_flysystem.public_uploads_adapter_adapter" to "oneup_flysystem.public_uploads_filesystem_filesystem".
  • Inlined service "oneup_flysystem.private_uploads_adapter_adapter" to "oneup_flysystem.private_uploads_filesystem_filesystem".
  • Inlined service "oneup_flysystem.delivery_uploads_adapter_adapter" to "oneup_flysystem.delivery_uploads_filesystem_filesystem".
  • Inlined service "fos_rest.routing.loader.reader.controller" to "fos_rest.routing.loader.controller".
  • Inlined service "fos_rest.routing.loader.reader.action" to "fos_rest.routing.loader.reader.controller".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service "fos_rest.inflector.doctrine" to "fos_rest.routing.loader.reader.action".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.normalizer.camel_keys_with_leading_underscore" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "pagerfanta.view.default_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap4_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap3_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.twitter_bootstrap_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "pagerfanta.view.semantic_ui_translated" to "white_october_pagerfanta.view_factory".
  • Inlined service "white_october_pagerfanta.view_factory" to "twig.extension.pagerfanta".
  • Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
  • Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
  • Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
  • Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
  • Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
  • Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
  • Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
  • Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
  • Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
  • Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
  • Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
  • Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
  • Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
  • Inlined service "Sentry\Options" to "Sentry\ClientBuilderInterface".
  • Inlined service "Sentry\ClientBuilderInterface" to "Sentry\ClientInterface".
  • Inlined service "Sentry\ClientInterface" to "Sentry\State\HubInterface".
  • Inlined service "mercure.hub.default.publisher.traceable.inner" to "mercure.hub.default.publisher.traceable".
  • Inlined service ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~fVLwMs9" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service ".1_TokenStorage~c9_JNAO" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service "api_platform.openapi.factory.legacy" to "lexik_jwt_authentication.api_platform.openapi.factory".
  • Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
  • Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
  • Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
  • Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
  • Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
  • Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
  • Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
  • Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
  • Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
  • Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
  • Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
  • Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
  • Inlined service "api_platform.cache.metadata.resource.legacy.recorder_inner" to "api_platform.cache.metadata.resource.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
  • Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.validator.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
  • Inlined service "api_platform.cache.metadata.property.legacy.recorder_inner" to "api_platform.cache.metadata.property.legacy".
  • Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
  • Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
  • Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
  • Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
  • Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
  • Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
  • Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
  • Inlined service ".2_ObjectNormalizer~SMg7KqB" to ".1_Serializer~SMg7KqB".
  • Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
  • Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
  • Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.legacy".
  • Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
  • Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.jsonld.context_builder".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
  • Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
  • Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
  • Inlined service "api_platform.pagination.legacy" to "api_platform.doctrine.orm.query_extension.pagination".
  • Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.validator.legacy".
  • Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
  • Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
  • Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
  • Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
  • Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
  • Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
  • Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
  • Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
  • Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
  • Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
  • Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
  • Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "App\Handler\CheckOrderManagerHandler" to ".messenger.handler_descriptor.6k7.yF3".
  • Inlined service "App\Handler\FinishDesignSendTelegramHandler" to ".messenger.handler_descriptor.hAehGYE".
  • Inlined service "App\Handler\FinishReceiveSendDocumentTelegramHandler" to ".messenger.handler_descriptor.RbeBbnQ".
  • Inlined service "App\Handler\FinishReceiveSendTelegramHandler" to ".messenger.handler_descriptor.cs4IC_V".
  • Inlined service "App\Handler\NotificationHandler" to ".messenger.handler_descriptor.bpOEuqM".
  • Inlined service "App\Handler\SendChannelNotificationHandler" to ".messenger.handler_descriptor.JVrW8nq".
  • Inlined service "App\Handler\SendFileTelegramHandler" to ".messenger.handler_descriptor.NpR3UyH".
  • Inlined service "App\Handler\SendPhotoTelegramHandler" to ".messenger.handler_descriptor.5oiMDjk".
  • Inlined service "App\Handler\TelegramMessageHandler" to ".messenger.handler_descriptor..ludHgp".
  • Inlined service "App\MessageHandler\CreateDeliveryInventoryWithPOHandler" to ".messenger.handler_descriptor.rI3pZsE".
  • Inlined service "App\MessageHandler\CreateOrderDeliveryWithPOHandler" to ".messenger.handler_descriptor.S1X9zpS".
  • Inlined service "App\MessageHandler\FinishOrderDeliveryWithPOMessageHandler" to ".messenger.handler_descriptor.LVBrlKL".
  • Inlined service "App\MessageHandler\FinishProductOnProductionMessageHandler" to ".messenger.handler_descriptor.f.7vL8O".
  • Inlined service "App\MessageHandler\SendTelegramBatchOrderHandler" to ".messenger.handler_descriptor.291sBBr".
  • Inlined service "App\MessageHandler\SendTelegramOrderManagerHandler" to ".messenger.handler_descriptor.qTgK9yG".
  • Inlined service "App\MessageHandler\SendTelegramOrderRequestTypeRushHandler" to ".messenger.handler_descriptor.OhMw63C".
  • Inlined service "App\MessageHandler\SyncOrderWithPOMessageHandler" to ".messenger.handler_descriptor.IqZzVUr".
  • Inlined service "App\MessageHandler\UpdateRelationOrderProductMessageHandler" to ".messenger.handler_descriptor.IXM6f_6".
  • Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\Voter\AssignmentVoter" to "debug.security.voter.App\Security\Voter\AssignmentVoter".
  • Inlined service "App\Security\Voter\CarrierVoter" to "debug.security.voter.App\Security\Voter\CarrierVoter".
  • Inlined service "App\Security\Voter\CustomerVoter" to "debug.security.voter.App\Security\Voter\CustomerVoter".
  • Inlined service "App\Security\Voter\FacilitySpecificationVoter" to "debug.security.voter.App\Security\Voter\FacilitySpecificationVoter".
  • Inlined service "App\Security\Voter\NoteVoter" to "debug.security.voter.App\Security\Voter\NoteVoter".
  • Inlined service "App\Security\Voter\OrderDeliveryVoter" to "debug.security.voter.App\Security\Voter\OrderDeliveryVoter".
  • Inlined service "App\Security\Voter\OrderVoter" to "debug.security.voter.App\Security\Voter\OrderVoter".
  • Inlined service "App\Security\Voter\PaymentVoter" to "debug.security.voter.App\Security\Voter\PaymentVoter".
  • Inlined service "App\Security\Voter\PermissionVoter" to "debug.security.voter.App\Security\Voter\PermissionVoter".
  • Inlined service "App\Security\Voter\PositionVoter" to "debug.security.voter.App\Security\Voter\PositionVoter".
  • Inlined service "App\Security\Voter\ProductVoter" to "debug.security.voter.App\Security\Voter\ProductVoter".
  • Inlined service "App\Security\Voter\SpecificationVoter" to "debug.security.voter.App\Security\Voter\SpecificationVoter".
  • Inlined service "App\Security\Voter\TaskVoter" to "debug.security.voter.App\Security\Voter\TaskVoter".
  • Inlined service "App\Security\Voter\UserVoter" to "debug.security.voter.App\Security\Voter\UserVoter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.14cjsiv" to ".service_locator.14cjsiv.App\Controller\BatchOrder\BatchOrderApiController".
  • Inlined service ".service_locator.kSKy4VW" to ".service_locator.kSKy4VW.App\Controller\ZaloController".
  • Inlined service ".service_locator.vS7uFpr" to ".service_locator.vS7uFpr.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB" to ".service_locator.o9nGMXB.twig.template_cache_warmer".
  • Inlined service "mercure.hub.default.jwt_provider" to "mercure.hub.default.publisher.traceable.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
  • Inlined service ".service_locator.MLfjKs3" to "console.command_loader".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "message_bus".
  • Inlined service ".service_locator.vS7uFpr.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
  • Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service ".1_Serializer~SMg7KqB" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "pagerfanta.view.default" to "twig".
  • Inlined service "pagerfanta.view.default" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap3" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap4" to "twig".
  • Inlined service "pagerfanta.view.semantic_ui" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap4" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap3" to "twig".
  • Inlined service "pagerfanta.view.twitter_bootstrap" to "twig".
  • Inlined service "pagerfanta.view.semantic_ui" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
  • Inlined service "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
  • Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
834