https://zc-teninkarna.cloud4cmcf.com/

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"loading"
.
[
  "route" => "loading"
  "route_parameters" => [
    "_route" => "loading"
    "_controller" => "App\Controller\LoadingController::index"
  ]
  "request_uri" => "https://zc-teninkarna.cloud4cmcf.com/"
  "method" => "POST"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 0

Log messages generated by using features marked as deprecated.

There are no log messages about deprecated features.

Debug 37

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\UserAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\UserAuthenticator"
]
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
"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
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::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
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::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 {#145
    -attributes: [
      "ROLE_USER"
    ]
    -subject: Symfony\Component\HttpFoundation\Request {#7 …}
    #message: "Access Denied."
    #code: 403
    #file: "/var/www/zedcompta2022/teninkarna/vendor/symfony/security-http/Firewall/AccessListener.php"
    #line: 97
    trace: {
      /var/www/zedcompta2022/teninkarna/vendor/symfony/security-http/Firewall/AccessListener.php:97 {
        Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
        › if (!$granted) {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:48 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/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 {#400 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
        › foreach ($listeners as $listener) {    $listener($event);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › 
        ›     $listener($event);} else {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/security-http/Firewall.php:84 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
          $listeners: Generator {#229 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#473 …}
          }
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#473 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
          $eventName: "kernel.request"
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/HttpKernel.php:121 {
        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 {#400 …}
          $eventName: "kernel.request"
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/HttpKernel.php:67 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
          $type: 1
        }
      }
      /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/zedcompta2022/teninkarna/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#7 …}
        }
      }
    }
  }
]
{
  /var/www/zedcompta2022/teninkarna/vendor/symfony/security-http/Firewall/AccessListener.php:97 {
    Symfony\Component\Security\Http\Firewall\AccessListener->authenticate(RequestEvent $event) …
    › if (!$granted) {    $exception = new AccessDeniedException();    $exception->setAttributes($attributes);
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:48 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/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 {#400 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
    › foreach ($listeners as $listener) {    $listener($event);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:59 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › 
    ›     $listener($event);} else {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/security-http/Firewall.php:84 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
      $listeners: Generator {#229 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#473 …}
      }
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#473 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#400 …}
      $eventName: "kernel.request"
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/HttpKernel.php:121 {
    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 {#400 …}
      $eventName: "kernel.request"
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/HttpKernel.php:67 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#7 …}
      $type: 1
    }
  }
  /var/www/zedcompta2022/teninkarna/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#7 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/zedcompta2022/teninkarna/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#7 …}
    }
  }
}
security Calling Authentication entry point.
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\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\Component\HttpKernel\EventListener\RouterListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::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
"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
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::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
"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\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 2262

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • 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\CurlController" (parent: .abstract.instanceof.App\Controller\Api\CurlController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CurlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CurlController).
  • Resolving inheritance for "App\Controller\Api\CurlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CurlController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\BktPayController" (parent: .abstract.instanceof.App\Controller\CinetPay\BktPayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\BktPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\BktPayController).
  • Resolving inheritance for "App\Controller\CinetPay\BktPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\BktPayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\CinetPayController" (parent: .abstract.instanceof.App\Controller\CinetPay\CinetPayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\CinetPayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\CinetPayController).
  • Resolving inheritance for "App\Controller\CinetPay\CinetPayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\CinetPayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsController" (parent: .abstract.instanceof.App\Controller\DocsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsController).
  • Resolving inheritance for "App\Controller\DocsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseCategoryController" (parent: .abstract.instanceof.App\Controller\Expense\ExpenseCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseCategoryController).
  • Resolving inheritance for "App\Controller\Expense\ExpenseCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseController" (parent: .abstract.instanceof.App\Controller\Expense\ExpenseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseController).
  • Resolving inheritance for "App\Controller\Expense\ExpenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ged\GedController" (parent: .abstract.instanceof.App\Controller\Ged\GedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ged\GedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ged\GedController).
  • Resolving inheritance for "App\Controller\Ged\GedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ged\GedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\DashboardController" (parent: .abstract.instanceof.App\Controller\Home\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\DashboardController).
  • Resolving inheritance for "App\Controller\Home\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\InternalReportController" (parent: .abstract.instanceof.App\Controller\Home\InternalReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\InternalReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\InternalReportController).
  • Resolving inheritance for "App\Controller\Home\InternalReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\InternalReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\LegalVatController" (parent: .abstract.instanceof.App\Controller\Home\LegalVatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\LegalVatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\LegalVatController).
  • Resolving inheritance for "App\Controller\Home\LegalVatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\LegalVatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\MakeBackupController" (parent: .abstract.instanceof.App\Controller\Home\MakeBackupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\MakeBackupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\MakeBackupController).
  • Resolving inheritance for "App\Controller\Home\MakeBackupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\MakeBackupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\NotificationController" (parent: .abstract.instanceof.App\Controller\Home\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\NotificationController).
  • Resolving inheritance for "App\Controller\Home\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SettingController" (parent: .abstract.instanceof.App\Controller\Home\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SettingController).
  • Resolving inheritance for "App\Controller\Home\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SmsController" (parent: .abstract.instanceof.App\Controller\Home\SmsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SmsController).
  • Resolving inheritance for "App\Controller\Home\SmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SmsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaskController" (parent: .abstract.instanceof.App\Controller\Home\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaskController).
  • Resolving inheritance for "App\Controller\Home\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaxationRegimeController" (parent: .abstract.instanceof.App\Controller\Home\TaxationRegimeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaxationRegimeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaxationRegimeController).
  • Resolving inheritance for "App\Controller\Home\TaxationRegimeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaxationRegimeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoadingController" (parent: .abstract.instanceof.App\Controller\LoadingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoadingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoadingController).
  • Resolving inheritance for "App\Controller\LoadingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoadingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PointOfSaleController" (parent: .abstract.instanceof.App\Controller\Pos\PointOfSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PointOfSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PointOfSaleController).
  • Resolving inheritance for "App\Controller\Pos\PointOfSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PointOfSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionController" (parent: .abstract.instanceof.App\Controller\Pos\PosSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionController).
  • Resolving inheritance for "App\Controller\Pos\PosSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleController" (parent: .abstract.instanceof.App\Controller\Pos\PosSessionSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleController).
  • Resolving inheritance for "App\Controller\Pos\PosSessionSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleLineController" (parent: .abstract.instanceof.App\Controller\Pos\PosSessionSaleLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleLineController).
  • Resolving inheritance for "App\Controller\Pos\PosSessionSaleLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSettingController" (parent: .abstract.instanceof.App\Controller\Pos\PosSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSettingController).
  • Resolving inheritance for "App\Controller\Pos\PosSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductUnityController" (parent: .abstract.instanceof.App\Controller\ProductUnityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductUnityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductUnityController).
  • Resolving inheritance for "App\Controller\ProductUnityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductUnityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\FinalProductController" (parent: .abstract.instanceof.App\Controller\Production\FinalProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\FinalProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\FinalProductController).
  • Resolving inheritance for "App\Controller\Production\FinalProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\FinalProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\InputProductController" (parent: .abstract.instanceof.App\Controller\Production\InputProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\InputProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\InputProductController).
  • Resolving inheritance for "App\Controller\Production\InputProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\InputProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductUnityConvertibilityController" (parent: .abstract.instanceof.App\Controller\Production\ProductUnityConvertibilityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductUnityConvertibilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductUnityConvertibilityController).
  • Resolving inheritance for "App\Controller\Production\ProductUnityConvertibilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductUnityConvertibilityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionConditioningProductController" (parent: .abstract.instanceof.App\Controller\Production\ProductionConditioningProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionConditioningProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionConditioningProductController).
  • Resolving inheritance for "App\Controller\Production\ProductionConditioningProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionConditioningProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionController" (parent: .abstract.instanceof.App\Controller\Production\ProductionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionController).
  • Resolving inheritance for "App\Controller\Production\ProductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionLineController" (parent: .abstract.instanceof.App\Controller\Production\ProductionLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionLineController).
  • Resolving inheritance for "App\Controller\Production\ProductionLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSessionController" (parent: .abstract.instanceof.App\Controller\Production\ProductionSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSessionController).
  • Resolving inheritance for "App\Controller\Production\ProductionSessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSessionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSettingController" (parent: .abstract.instanceof.App\Controller\Production\ProductionSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSettingController).
  • Resolving inheritance for "App\Controller\Production\ProductionSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectController" (parent: .abstract.instanceof.App\Controller\Prospecting\ProspectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectController).
  • Resolving inheritance for "App\Controller\Prospecting\ProspectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectingAgentController" (parent: .abstract.instanceof.App\Controller\Prospecting\ProspectingAgentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectingAgentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectingAgentController).
  • Resolving inheritance for "App\Controller\Prospecting\ProspectingAgentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectingAgentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderController" (parent: .abstract.instanceof.App\Controller\Purchase\ProviderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderController).
  • Resolving inheritance for "App\Controller\Purchase\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderInvoiceController" (parent: .abstract.instanceof.App\Controller\Purchase\ProviderInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderInvoiceController).
  • Resolving inheritance for "App\Controller\Purchase\ProviderInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderInvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseController" (parent: .abstract.instanceof.App\Controller\Purchase\PurchaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseController).
  • Resolving inheritance for "App\Controller\Purchase\PurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderController" (parent: .abstract.instanceof.App\Controller\Purchase\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderController).
  • Resolving inheritance for "App\Controller\Purchase\PurchaseOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderLineController" (parent: .abstract.instanceof.App\Controller\Purchase\PurchaseOrderLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderLineController).
  • Resolving inheritance for "App\Controller\Purchase\PurchaseOrderLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderPaymentController" (parent: .abstract.instanceof.App\Controller\Purchase\PurchaseOrderPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderPaymentController).
  • Resolving inheritance for "App\Controller\Purchase\PurchaseOrderPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderController" (parent: .abstract.instanceof.App\Controller\RenderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderController).
  • Resolving inheritance for "App\Controller\RenderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\NonTaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\NonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\NonTaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\NonTaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\NonTaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\NonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipController" (parent: .abstract.instanceof.App\Controller\Rh\PaySlipController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipController).
  • Resolving inheritance for "App\Controller\Rh\PaySlipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipNonTaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\PaySlipNonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipNonTaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipNonTaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\PaySlipNonTaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipNonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipRetainedItemController" (parent: .abstract.instanceof.App\Controller\Rh\PaySlipRetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipRetainedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipRetainedItemController).
  • Resolving inheritance for "App\Controller\Rh\PaySlipRetainedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipRetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipTaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\PaySlipTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipTaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipTaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\PaySlipTaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RetainedItemController" (parent: .abstract.instanceof.App\Controller\Rh\RetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RetainedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RetainedItemController).
  • Resolving inheritance for "App\Controller\Rh\RetainedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhCategoryController" (parent: .abstract.instanceof.App\Controller\Rh\RhCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhCategoryController).
  • Resolving inheritance for "App\Controller\Rh\RhCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhDepartmentController" (parent: .abstract.instanceof.App\Controller\Rh\RhDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhDepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhDepartmentController).
  • Resolving inheritance for "App\Controller\Rh\RhDepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhDepartmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhJobController" (parent: .abstract.instanceof.App\Controller\Rh\RhJobController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhJobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhJobController).
  • Resolving inheritance for "App\Controller\Rh\RhJobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhJobController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhLocalityController" (parent: .abstract.instanceof.App\Controller\Rh\RhLocalityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhLocalityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhLocalityController).
  • Resolving inheritance for "App\Controller\Rh\RhLocalityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhLocalityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractArticleController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryContractArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractArticleController).
  • Resolving inheritance for "App\Controller\Rh\SalaryContractArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryContractController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractController).
  • Resolving inheritance for "App\Controller\Rh\SalaryContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractItemController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryContractItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractItemController).
  • Resolving inheritance for "App\Controller\Rh\SalaryContractItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryContractModelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelController).
  • Resolving inheritance for "App\Controller\Rh\SalaryContractModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelItemController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryContractModelItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelItemController).
  • Resolving inheritance for "App\Controller\Rh\SalaryContractModelItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryController).
  • Resolving inheritance for "App\Controller\Rh\SalaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNominativeStatementController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryNominativeStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNominativeStatementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNominativeStatementController).
  • Resolving inheritance for "App\Controller\Rh\SalaryNominativeStatementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNominativeStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNonTaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryNonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNonTaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNonTaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\SalaryNonTaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNonTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryPaySlipController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipController).
  • Resolving inheritance for "App\Controller\Rh\SalaryPaySlipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipPaymentController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryPaySlipPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipPaymentController).
  • Resolving inheritance for "App\Controller\Rh\SalaryPaySlipPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryRetainedItemController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryRetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryRetainedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryRetainedItemController).
  • Resolving inheritance for "App\Controller\Rh\SalaryRetainedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryRetainedItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryTaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\SalaryTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryTaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryTaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\SalaryTaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryTaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\TaxableItemController" (parent: .abstract.instanceof.App\Controller\Rh\TaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\TaxableItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\TaxableItemController).
  • Resolving inheritance for "App\Controller\Rh\TaxableItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\TaxableItemController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerController).
  • Resolving inheritance for "App\Controller\Sale\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerInvoiceDepreciatedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedController).
  • Resolving inheritance for "App\Controller\Sale\CustomerInvoiceDepreciatedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerInvoiceDepreciatedLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController).
  • Resolving inheritance for "App\Controller\Sale\CustomerInvoiceDepreciatedLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerInvoiceReturnController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnController).
  • Resolving inheritance for "App\Controller\Sale\CustomerInvoiceReturnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnLineController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerInvoiceReturnLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnLineController).
  • Resolving inheritance for "App\Controller\Sale\CustomerInvoiceReturnLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerPaymentController" (parent: .abstract.instanceof.App\Controller\Sale\CustomerPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerPaymentController).
  • Resolving inheritance for "App\Controller\Sale\CustomerPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\InvoiceController" (parent: .abstract.instanceof.App\Controller\Sale\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\InvoiceController).
  • Resolving inheritance for "App\Controller\Sale\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Sale\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductCategoryController).
  • Resolving inheritance for "App\Controller\Sale\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductController" (parent: .abstract.instanceof.App\Controller\Sale\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductController).
  • Resolving inheritance for "App\Controller\Sale\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleController" (parent: .abstract.instanceof.App\Controller\Sale\SaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleController).
  • Resolving inheritance for "App\Controller\Sale\SaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderController" (parent: .abstract.instanceof.App\Controller\Sale\SaleOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderController).
  • Resolving inheritance for "App\Controller\Sale\SaleOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderLineController" (parent: .abstract.instanceof.App\Controller\Sale\SaleOrderLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderLineController).
  • Resolving inheritance for "App\Controller\Sale\SaleOrderLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\UnsoldController" (parent: .abstract.instanceof.App\Controller\Sale\UnsoldController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\UnsoldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\UnsoldController).
  • Resolving inheritance for "App\Controller\Sale\UnsoldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\UnsoldController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController" (parent: .abstract.instanceof.App\Controller\Security\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController).
  • Resolving inheritance for "App\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController" (parent: .abstract.instanceof.App\Controller\Security\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController).
  • Resolving inheritance for "App\Controller\Security\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SeizureReportController" (parent: .abstract.instanceof.App\Controller\SeizureReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SeizureReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SeizureReportController).
  • Resolving inheritance for "App\Controller\SeizureReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SeizureReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Setting\SettingCategoryController" (parent: .abstract.instanceof.App\Controller\Setting\SettingCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Setting\SettingCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Setting\SettingCategoryController).
  • Resolving inheritance for "App\Controller\Setting\SettingCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Setting\SettingCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpController" (parent: .abstract.instanceof.App\Controller\Station\StationPumpController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpController).
  • Resolving inheritance for "App\Controller\Station\StationPumpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpStatementController" (parent: .abstract.instanceof.App\Controller\Station\StationPumpStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpStatementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpStatementController).
  • Resolving inheritance for "App\Controller\Station\StationPumpStatementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationTankController" (parent: .abstract.instanceof.App\Controller\Station\StationTankController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationTankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationTankController).
  • Resolving inheritance for "App\Controller\Station\StationTankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationTankController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertController" (parent: .abstract.instanceof.App\Controller\Stocks\StockTransfertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertController).
  • Resolving inheritance for "App\Controller\Stocks\StockTransfertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertLineController" (parent: .abstract.instanceof.App\Controller\Stocks\StockTransfertLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertLineController).
  • Resolving inheritance for "App\Controller\Stocks\StockTransfertLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksController).
  • Resolving inheritance for "App\Controller\Stocks\StocksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksInController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInController).
  • Resolving inheritance for "App\Controller\Stocks\StocksInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryController).
  • Resolving inheritance for "App\Controller\Stocks\StocksInventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryLineController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksInventoryLineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryLineController).
  • Resolving inheritance for "App\Controller\Stocks\StocksInventoryLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryLineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksOutController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksOutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksOutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksOutController).
  • Resolving inheritance for "App\Controller\Stocks\StocksOutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksOutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksWarehouseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseController).
  • Resolving inheritance for "App\Controller\Stocks\StocksWarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseLocationController" (parent: .abstract.instanceof.App\Controller\Stocks\StocksWarehouseLocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseLocationController).
  • Resolving inheritance for "App\Controller\Stocks\StocksWarehouseLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseLocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashControleController" (parent: .abstract.instanceof.App\Controller\Treasury\CashControleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashControleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashControleController).
  • Resolving inheritance for "App\Controller\Treasury\CashControleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashControleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashInController" (parent: .abstract.instanceof.App\Controller\Treasury\CashInController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashInController).
  • Resolving inheritance for "App\Controller\Treasury\CashInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashInController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashMovementController" (parent: .abstract.instanceof.App\Controller\Treasury\CashMovementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashMovementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashMovementController).
  • Resolving inheritance for "App\Controller\Treasury\CashMovementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashMovementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashRegisterController" (parent: .abstract.instanceof.App\Controller\Treasury\CashRegisterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashRegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashRegisterController).
  • Resolving inheritance for "App\Controller\Treasury\CashRegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashRegisterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashTransfertController" (parent: .abstract.instanceof.App\Controller\Treasury\CashTransfertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashTransfertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashTransfertController).
  • Resolving inheritance for "App\Controller\Treasury\CashTransfertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashTransfertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutCategoryController" (parent: .abstract.instanceof.App\Controller\Treasury\CheckoutCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutCategoryController).
  • Resolving inheritance for "App\Controller\Treasury\CheckoutCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutController" (parent: .abstract.instanceof.App\Controller\Treasury\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutController).
  • Resolving inheritance for "App\Controller\Treasury\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\TreasuryController" (parent: .abstract.instanceof.App\Controller\Treasury\TreasuryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\TreasuryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\TreasuryController).
  • Resolving inheritance for "App\Controller\Treasury\TreasuryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\TreasuryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XlsImportationController" (parent: .abstract.instanceof.App\Controller\XlsImportationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XlsImportationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XlsImportationController).
  • Resolving inheritance for "App\Controller\XlsImportationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XlsImportationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZedBaseController" (parent: .abstract.instanceof.App\Controller\ZedBaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZedBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZedBaseController).
  • Resolving inheritance for "App\Controller\ZedBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZedBaseController).
  • 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\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CalendarSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CalendarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType" (parent: .abstract.instanceof.App\Form\AgendaType).
  • Resolving inheritance for "App\Form\AgendaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashControleType" (parent: .abstract.instanceof.App\Form\CashControleType).
  • Resolving inheritance for "App\Form\CashControleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashControleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashInType" (parent: .abstract.instanceof.App\Form\CashInType).
  • Resolving inheritance for "App\Form\CashInType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashInType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashMovementType" (parent: .abstract.instanceof.App\Form\CashMovementType).
  • Resolving inheritance for "App\Form\CashMovementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashMovementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashRegisterType" (parent: .abstract.instanceof.App\Form\CashRegisterType).
  • Resolving inheritance for "App\Form\CashRegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashRegisterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashTransfertType" (parent: .abstract.instanceof.App\Form\CashTransfertType).
  • Resolving inheritance for "App\Form\CashTransfertType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashTransfertType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
  • Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutCategoryType" (parent: .abstract.instanceof.App\Form\CheckoutCategoryType).
  • Resolving inheritance for "App\Form\CheckoutCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutType" (parent: .abstract.instanceof.App\Form\CheckoutType).
  • Resolving inheritance for "App\Form\CheckoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerPaymentType" (parent: .abstract.instanceof.App\Form\CustomerPaymentType).
  • Resolving inheritance for "App\Form\CustomerPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
  • Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseCategoryType" (parent: .abstract.instanceof.App\Form\ExpenseCategoryType).
  • Resolving inheritance for "App\Form\ExpenseCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseType" (parent: .abstract.instanceof.App\Form\ExpenseType).
  • Resolving inheritance for "App\Form\ExpenseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ged\GedType" (parent: .abstract.instanceof.App\Form\Ged\GedType).
  • Resolving inheritance for "App\Form\Ged\GedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ged\GedType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LegalVatType" (parent: .abstract.instanceof.App\Form\LegalVatType).
  • Resolving inheritance for "App\Form\LegalVatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LegalVatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleLineType" (parent: .abstract.instanceof.App\Form\PosSessionSaleLineType).
  • Resolving inheritance for "App\Form\PosSessionSaleLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleType" (parent: .abstract.instanceof.App\Form\PosSessionSaleType).
  • Resolving inheritance for "App\Form\PosSessionSaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionType" (parent: .abstract.instanceof.App\Form\PosSessionType).
  • Resolving inheritance for "App\Form\PosSessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSettingType" (parent: .abstract.instanceof.App\Form\PosSettingType).
  • Resolving inheritance for "App\Form\PosSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductUnityType" (parent: .abstract.instanceof.App\Form\ProductUnityType).
  • Resolving inheritance for "App\Form\ProductUnityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductUnityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\FinalProductType" (parent: .abstract.instanceof.App\Form\Production\FinalProductType).
  • Resolving inheritance for "App\Form\Production\FinalProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\FinalProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\InputProductType" (parent: .abstract.instanceof.App\Form\Production\InputProductType).
  • Resolving inheritance for "App\Form\Production\InputProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\InputProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductUnityConvertibilityType" (parent: .abstract.instanceof.App\Form\Production\ProductUnityConvertibilityType).
  • Resolving inheritance for "App\Form\Production\ProductUnityConvertibilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductUnityConvertibilityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionConditioningProductType" (parent: .abstract.instanceof.App\Form\Production\ProductionConditioningProductType).
  • Resolving inheritance for "App\Form\Production\ProductionConditioningProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionConditioningProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionLineType" (parent: .abstract.instanceof.App\Form\Production\ProductionLineType).
  • Resolving inheritance for "App\Form\Production\ProductionLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionSessionType" (parent: .abstract.instanceof.App\Form\Production\ProductionSessionType).
  • Resolving inheritance for "App\Form\Production\ProductionSessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionSessionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionType" (parent: .abstract.instanceof.App\Form\Production\ProductionType).
  • Resolving inheritance for "App\Form\Production\ProductionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectType" (parent: .abstract.instanceof.App\Form\Prospecting\ProspectType).
  • Resolving inheritance for "App\Form\Prospecting\ProspectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectingAgentType" (parent: .abstract.instanceof.App\Form\Prospecting\ProspectingAgentType).
  • Resolving inheritance for "App\Form\Prospecting\ProspectingAgentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectingAgentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType" (parent: .abstract.instanceof.App\Form\ProviderType).
  • Resolving inheritance for "App\Form\ProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderLineType" (parent: .abstract.instanceof.App\Form\PurchaseOrderLineType).
  • Resolving inheritance for "App\Form\PurchaseOrderLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderPaymentType" (parent: .abstract.instanceof.App\Form\PurchaseOrderPaymentType).
  • Resolving inheritance for "App\Form\PurchaseOrderPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderType" (parent: .abstract.instanceof.App\Form\PurchaseOrderType).
  • Resolving inheritance for "App\Form\PurchaseOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\NonTaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\NonTaxableItemType).
  • Resolving inheritance for "App\Form\Rh\NonTaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\NonTaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipNonTaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\PaySlipNonTaxableItemType).
  • Resolving inheritance for "App\Form\Rh\PaySlipNonTaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipNonTaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipRetainedItemType" (parent: .abstract.instanceof.App\Form\Rh\PaySlipRetainedItemType).
  • Resolving inheritance for "App\Form\Rh\PaySlipRetainedItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipRetainedItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipTaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\PaySlipTaxableItemType).
  • Resolving inheritance for "App\Form\Rh\PaySlipTaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipTaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipType" (parent: .abstract.instanceof.App\Form\Rh\PaySlipType).
  • Resolving inheritance for "App\Form\Rh\PaySlipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RetainedItemType" (parent: .abstract.instanceof.App\Form\Rh\RetainedItemType).
  • Resolving inheritance for "App\Form\Rh\RetainedItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RetainedItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhCategoryType" (parent: .abstract.instanceof.App\Form\Rh\RhCategoryType).
  • Resolving inheritance for "App\Form\Rh\RhCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhDepartmentType" (parent: .abstract.instanceof.App\Form\Rh\RhDepartmentType).
  • Resolving inheritance for "App\Form\Rh\RhDepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhDepartmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhJobType" (parent: .abstract.instanceof.App\Form\Rh\RhJobType).
  • Resolving inheritance for "App\Form\Rh\RhJobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhJobType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhLocalityType" (parent: .abstract.instanceof.App\Form\Rh\RhLocalityType).
  • Resolving inheritance for "App\Form\Rh\RhLocalityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhLocalityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractArticleType" (parent: .abstract.instanceof.App\Form\Rh\SalaryContractArticleType).
  • Resolving inheritance for "App\Form\Rh\SalaryContractArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractArticleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractItemType" (parent: .abstract.instanceof.App\Form\Rh\SalaryContractItemType).
  • Resolving inheritance for "App\Form\Rh\SalaryContractItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelItemType" (parent: .abstract.instanceof.App\Form\Rh\SalaryContractModelItemType).
  • Resolving inheritance for "App\Form\Rh\SalaryContractModelItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelType" (parent: .abstract.instanceof.App\Form\Rh\SalaryContractModelType).
  • Resolving inheritance for "App\Form\Rh\SalaryContractModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractType" (parent: .abstract.instanceof.App\Form\Rh\SalaryContractType).
  • Resolving inheritance for "App\Form\Rh\SalaryContractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNominativeStatementType" (parent: .abstract.instanceof.App\Form\Rh\SalaryNominativeStatementType).
  • Resolving inheritance for "App\Form\Rh\SalaryNominativeStatementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNominativeStatementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNonTaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\SalaryNonTaxableItemType).
  • Resolving inheritance for "App\Form\Rh\SalaryNonTaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNonTaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipPaymentType" (parent: .abstract.instanceof.App\Form\Rh\SalaryPaySlipPaymentType).
  • Resolving inheritance for "App\Form\Rh\SalaryPaySlipPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipType" (parent: .abstract.instanceof.App\Form\Rh\SalaryPaySlipType).
  • Resolving inheritance for "App\Form\Rh\SalaryPaySlipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryRetainedItemType" (parent: .abstract.instanceof.App\Form\Rh\SalaryRetainedItemType).
  • Resolving inheritance for "App\Form\Rh\SalaryRetainedItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryRetainedItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryTaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\SalaryTaxableItemType).
  • Resolving inheritance for "App\Form\Rh\SalaryTaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryTaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryType" (parent: .abstract.instanceof.App\Form\Rh\SalaryType).
  • Resolving inheritance for "App\Form\Rh\SalaryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\TaxableItemType" (parent: .abstract.instanceof.App\Form\Rh\TaxableItemType).
  • Resolving inheritance for "App\Form\Rh\TaxableItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\TaxableItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedLineType" (parent: .abstract.instanceof.App\Form\Sale\CustomerInvoiceDepreciatedLineType).
  • Resolving inheritance for "App\Form\Sale\CustomerInvoiceDepreciatedLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedType" (parent: .abstract.instanceof.App\Form\Sale\CustomerInvoiceDepreciatedType).
  • Resolving inheritance for "App\Form\Sale\CustomerInvoiceDepreciatedType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnLineType" (parent: .abstract.instanceof.App\Form\Sale\CustomerInvoiceReturnLineType).
  • Resolving inheritance for "App\Form\Sale\CustomerInvoiceReturnLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnType" (parent: .abstract.instanceof.App\Form\Sale\CustomerInvoiceReturnType).
  • Resolving inheritance for "App\Form\Sale\CustomerInvoiceReturnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceLineType" (parent: .abstract.instanceof.App\Form\Sale\InvoiceLineType).
  • Resolving inheritance for "App\Form\Sale\InvoiceLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceType" (parent: .abstract.instanceof.App\Form\Sale\InvoiceType).
  • Resolving inheritance for "App\Form\Sale\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductCategoryType" (parent: .abstract.instanceof.App\Form\Sale\ProductCategoryType).
  • Resolving inheritance for "App\Form\Sale\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductType" (parent: .abstract.instanceof.App\Form\Sale\ProductType).
  • Resolving inheritance for "App\Form\Sale\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\UserAccessControlListType" (parent: .abstract.instanceof.App\Form\Security\UserAccessControlListType).
  • Resolving inheritance for "App\Form\Security\UserAccessControlListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\UserAccessControlListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Setting\SettingCategoryType" (parent: .abstract.instanceof.App\Form\Setting\SettingCategoryType).
  • Resolving inheritance for "App\Form\Setting\SettingCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Setting\SettingCategoryType).
  • 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\SmsType" (parent: .abstract.instanceof.App\Form\SmsType).
  • Resolving inheritance for "App\Form\SmsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SmsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpStatementType" (parent: .abstract.instanceof.App\Form\Station\StationPumpStatementType).
  • Resolving inheritance for "App\Form\Station\StationPumpStatementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpStatementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpType" (parent: .abstract.instanceof.App\Form\Station\StationPumpType).
  • Resolving inheritance for "App\Form\Station\StationPumpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationTankType" (parent: .abstract.instanceof.App\Form\Station\StationTankType).
  • Resolving inheritance for "App\Form\Station\StationTankType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationTankType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertLineType" (parent: .abstract.instanceof.App\Form\Stocks\StockTransfertLineType).
  • Resolving inheritance for "App\Form\Stocks\StockTransfertLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertType" (parent: .abstract.instanceof.App\Form\Stocks\StockTransfertType).
  • Resolving inheritance for "App\Form\Stocks\StockTransfertType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInType" (parent: .abstract.instanceof.App\Form\Stocks\StocksInType).
  • Resolving inheritance for "App\Form\Stocks\StocksInType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryLineType" (parent: .abstract.instanceof.App\Form\Stocks\StocksInventoryLineType).
  • Resolving inheritance for "App\Form\Stocks\StocksInventoryLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryLineType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryType" (parent: .abstract.instanceof.App\Form\Stocks\StocksInventoryType).
  • Resolving inheritance for "App\Form\Stocks\StocksInventoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksOutType" (parent: .abstract.instanceof.App\Form\Stocks\StocksOutType).
  • Resolving inheritance for "App\Form\Stocks\StocksOutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksOutType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseLocationType" (parent: .abstract.instanceof.App\Form\Stocks\StocksWarehouseLocationType).
  • Resolving inheritance for "App\Form\Stocks\StocksWarehouseLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseLocationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseType" (parent: .abstract.instanceof.App\Form\Stocks\StocksWarehouseType).
  • Resolving inheritance for "App\Form\Stocks\StocksWarehouseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType" (parent: .abstract.instanceof.App\Form\TaskType).
  • Resolving inheritance for "App\Form\TaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxationRegimeType" (parent: .abstract.instanceof.App\Form\TaxationRegimeType).
  • Resolving inheritance for "App\Form\TaxationRegimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxationRegimeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactType" (parent: .abstract.instanceof.App\Form\Type\ContactType).
  • Resolving inheritance for "App\Form\Type\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchStockMovmentType" (parent: .abstract.instanceof.App\Form\Type\SearchStockMovmentType).
  • Resolving inheritance for "App\Form\Type\SearchStockMovmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchStockMovmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
  • Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\XlsImportationType" (parent: .abstract.instanceof.App\Form\XlsImportationType).
  • Resolving inheritance for "App\Form\XlsImportationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\XlsImportationType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashControleRepository" (parent: .abstract.instanceof.App\Repository\CashControleRepository).
  • Resolving inheritance for "App\Repository\CashControleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashControleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashInRepository" (parent: .abstract.instanceof.App\Repository\CashInRepository).
  • Resolving inheritance for "App\Repository\CashInRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashInRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashMovementRepository" (parent: .abstract.instanceof.App\Repository\CashMovementRepository).
  • Resolving inheritance for "App\Repository\CashMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashMovementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashRegisterRepository" (parent: .abstract.instanceof.App\Repository\CashRegisterRepository).
  • Resolving inheritance for "App\Repository\CashRegisterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashRegisterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashTransfertRepository" (parent: .abstract.instanceof.App\Repository\CashTransfertRepository).
  • Resolving inheritance for "App\Repository\CashTransfertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashTransfertRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutCategoryRepository" (parent: .abstract.instanceof.App\Repository\CheckoutCategoryRepository).
  • Resolving inheritance for "App\Repository\CheckoutCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutRepository" (parent: .abstract.instanceof.App\Repository\CheckoutRepository).
  • Resolving inheritance for "App\Repository\CheckoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCreditRepository" (parent: .abstract.instanceof.App\Repository\CustomerCreditRepository).
  • Resolving inheritance for "App\Repository\CustomerCreditRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCreditRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedLineRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceDepreciatedLineRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceDepreciatedLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceDepreciatedRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceDepreciatedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceLineRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceLineRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnLineRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceReturnLineRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceReturnLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnRepository" (parent: .abstract.instanceof.App\Repository\CustomerInvoiceReturnRepository).
  • Resolving inheritance for "App\Repository\CustomerInvoiceReturnRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPaymentRepository" (parent: .abstract.instanceof.App\Repository\CustomerPaymentRepository).
  • Resolving inheritance for "App\Repository\CustomerPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUnsoldRepository" (parent: .abstract.instanceof.App\Repository\CustomerUnsoldRepository).
  • Resolving inheritance for "App\Repository\CustomerUnsoldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUnsoldRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeItemRepository" (parent: .abstract.instanceof.App\Repository\EtatChequeItemRepository).
  • Resolving inheritance for "App\Repository\EtatChequeItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeRepository" (parent: .abstract.instanceof.App\Repository\EtatChequeRepository).
  • Resolving inheritance for "App\Repository\EtatChequeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseCategoryRepository" (parent: .abstract.instanceof.App\Repository\ExpenseCategoryRepository).
  • Resolving inheritance for "App\Repository\ExpenseCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseRepository" (parent: .abstract.instanceof.App\Repository\ExpenseRepository).
  • Resolving inheritance for "App\Repository\ExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalProductRepository" (parent: .abstract.instanceof.App\Repository\FinalProductRepository).
  • Resolving inheritance for "App\Repository\FinalProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GedRepository" (parent: .abstract.instanceof.App\Repository\GedRepository).
  • Resolving inheritance for "App\Repository\GedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductRepository" (parent: .abstract.instanceof.App\Repository\InputProductRepository).
  • Resolving inheritance for "App\Repository\InputProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductionRepository" (parent: .abstract.instanceof.App\Repository\InputProductionRepository).
  • Resolving inheritance for "App\Repository\InputProductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLineRepository" (parent: .abstract.instanceof.App\Repository\InvoiceLineRepository).
  • Resolving inheritance for "App\Repository\InvoiceLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalVatRepository" (parent: .abstract.instanceof.App\Repository\LegalVatRepository).
  • Resolving inheritance for "App\Repository\LegalVatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalVatRepository).
  • 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\PosSessionRepository" (parent: .abstract.instanceof.App\Repository\PosSessionRepository).
  • Resolving inheritance for "App\Repository\PosSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleLineRepository" (parent: .abstract.instanceof.App\Repository\PosSessionSaleLineRepository).
  • Resolving inheritance for "App\Repository\PosSessionSaleLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleRepository" (parent: .abstract.instanceof.App\Repository\PosSessionSaleRepository).
  • Resolving inheritance for "App\Repository\PosSessionSaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSettingRepository" (parent: .abstract.instanceof.App\Repository\PosSettingRepository).
  • Resolving inheritance for "App\Repository\PosSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSettingRepository).
  • 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\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\ProductUnityConvertibilityRepository" (parent: .abstract.instanceof.App\Repository\ProductUnityConvertibilityRepository).
  • Resolving inheritance for "App\Repository\ProductUnityConvertibilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductUnityConvertibilityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductUnityRepository" (parent: .abstract.instanceof.App\Repository\ProductUnityRepository).
  • Resolving inheritance for "App\Repository\ProductUnityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductUnityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionConditioningProductRepository" (parent: .abstract.instanceof.App\Repository\ProductionConditioningProductRepository).
  • Resolving inheritance for "App\Repository\ProductionConditioningProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionConditioningProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLineRepository" (parent: .abstract.instanceof.App\Repository\ProductionLineRepository).
  • Resolving inheritance for "App\Repository\ProductionLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository" (parent: .abstract.instanceof.App\Repository\ProductionRepository).
  • Resolving inheritance for "App\Repository\ProductionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionSessionRepository" (parent: .abstract.instanceof.App\Repository\ProductionSessionRepository).
  • Resolving inheritance for "App\Repository\ProductionSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionSessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository" (parent: .abstract.instanceof.App\Repository\ProspectRepository).
  • Resolving inheritance for "App\Repository\ProspectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectingAgentRepository" (parent: .abstract.instanceof.App\Repository\ProspectingAgentRepository).
  • Resolving inheritance for "App\Repository\ProspectingAgentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectingAgentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository" (parent: .abstract.instanceof.App\Repository\ProviderRepository).
  • Resolving inheritance for "App\Repository\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderLineRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderLineRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderPaymentRepository" (parent: .abstract.instanceof.App\Repository\PurchaseOrderPaymentRepository).
  • Resolving inheritance for "App\Repository\PurchaseOrderPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderPaymentRepository).
  • 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\Rh\NonTaxableItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\NonTaxableItemRepository).
  • Resolving inheritance for "App\Repository\Rh\NonTaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\NonTaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipNonTaxableItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\PaySlipNonTaxableItemRepository).
  • Resolving inheritance for "App\Repository\Rh\PaySlipNonTaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipNonTaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRepository" (parent: .abstract.instanceof.App\Repository\Rh\PaySlipRepository).
  • Resolving inheritance for "App\Repository\Rh\PaySlipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRetainedItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\PaySlipRetainedItemRepository).
  • Resolving inheritance for "App\Repository\Rh\PaySlipRetainedItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRetainedItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipTaxableItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\PaySlipTaxableItemRepository).
  • Resolving inheritance for "App\Repository\Rh\PaySlipTaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipTaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RetainedItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\RetainedItemRepository).
  • Resolving inheritance for "App\Repository\Rh\RetainedItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RetainedItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhDepartmentRepository" (parent: .abstract.instanceof.App\Repository\Rh\RhDepartmentRepository).
  • Resolving inheritance for "App\Repository\Rh\RhDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhJobRepository" (parent: .abstract.instanceof.App\Repository\Rh\RhJobRepository).
  • Resolving inheritance for "App\Repository\Rh\RhJobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhJobRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryPaySlipRepository" (parent: .abstract.instanceof.App\Repository\Rh\SalaryPaySlipRepository).
  • Resolving inheritance for "App\Repository\Rh\SalaryPaySlipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryPaySlipRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryRepository" (parent: .abstract.instanceof.App\Repository\Rh\SalaryRepository).
  • Resolving inheritance for "App\Repository\Rh\SalaryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\TaxableItemRepository" (parent: .abstract.instanceof.App\Repository\Rh\TaxableItemRepository).
  • Resolving inheritance for "App\Repository\Rh\TaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\TaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhCategoryRepository" (parent: .abstract.instanceof.App\Repository\RhCategoryRepository).
  • Resolving inheritance for "App\Repository\RhCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhLocalityRepository" (parent: .abstract.instanceof.App\Repository\RhLocalityRepository).
  • Resolving inheritance for "App\Repository\RhLocalityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhLocalityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractArticleRepository" (parent: .abstract.instanceof.App\Repository\SalaryContractArticleRepository).
  • Resolving inheritance for "App\Repository\SalaryContractArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractArticleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractItemRepository" (parent: .abstract.instanceof.App\Repository\SalaryContractItemRepository).
  • Resolving inheritance for "App\Repository\SalaryContractItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelItemRepository" (parent: .abstract.instanceof.App\Repository\SalaryContractModelItemRepository).
  • Resolving inheritance for "App\Repository\SalaryContractModelItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelRepository" (parent: .abstract.instanceof.App\Repository\SalaryContractModelRepository).
  • Resolving inheritance for "App\Repository\SalaryContractModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractRepository" (parent: .abstract.instanceof.App\Repository\SalaryContractRepository).
  • Resolving inheritance for "App\Repository\SalaryContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNominativeStatementRepository" (parent: .abstract.instanceof.App\Repository\SalaryNominativeStatementRepository).
  • Resolving inheritance for "App\Repository\SalaryNominativeStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNominativeStatementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNonTaxableItemRepository" (parent: .abstract.instanceof.App\Repository\SalaryNonTaxableItemRepository).
  • Resolving inheritance for "App\Repository\SalaryNonTaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNonTaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryPaySlipPaymentRepository" (parent: .abstract.instanceof.App\Repository\SalaryPaySlipPaymentRepository).
  • Resolving inheritance for "App\Repository\SalaryPaySlipPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryPaySlipPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryRetainedItemRepository" (parent: .abstract.instanceof.App\Repository\SalaryRetainedItemRepository).
  • Resolving inheritance for "App\Repository\SalaryRetainedItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryRetainedItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryTaxableItemRepository" (parent: .abstract.instanceof.App\Repository\SalaryTaxableItemRepository).
  • Resolving inheritance for "App\Repository\SalaryTaxableItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryTaxableItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchStockMovmentRepository" (parent: .abstract.instanceof.App\Repository\SearchStockMovmentRepository).
  • Resolving inheritance for "App\Repository\SearchStockMovmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchStockMovmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingCategoryRepository" (parent: .abstract.instanceof.App\Repository\SettingCategoryRepository).
  • Resolving inheritance for "App\Repository\SettingCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingCategoryRepository).
  • 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\SmsRepository" (parent: .abstract.instanceof.App\Repository\SmsRepository).
  • Resolving inheritance for "App\Repository\SmsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SmsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpRepository" (parent: .abstract.instanceof.App\Repository\StationPumpRepository).
  • Resolving inheritance for "App\Repository\StationPumpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpStatementRepository" (parent: .abstract.instanceof.App\Repository\StationPumpStatementRepository).
  • Resolving inheritance for "App\Repository\StationPumpStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpStatementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationTankRepository" (parent: .abstract.instanceof.App\Repository\StationTankRepository).
  • Resolving inheritance for "App\Repository\StationTankRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationTankRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertLineRepository" (parent: .abstract.instanceof.App\Repository\StockTransfertLineRepository).
  • Resolving inheritance for "App\Repository\StockTransfertLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertRepository" (parent: .abstract.instanceof.App\Repository\StockTransfertRepository).
  • Resolving inheritance for "App\Repository\StockTransfertRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInRepository" (parent: .abstract.instanceof.App\Repository\StocksInRepository).
  • Resolving inheritance for "App\Repository\StocksInRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryLineRepository" (parent: .abstract.instanceof.App\Repository\StocksInventoryLineRepository).
  • Resolving inheritance for "App\Repository\StocksInventoryLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryLineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryRepository" (parent: .abstract.instanceof.App\Repository\StocksInventoryRepository).
  • Resolving inheritance for "App\Repository\StocksInventoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksOutRepository" (parent: .abstract.instanceof.App\Repository\StocksOutRepository).
  • Resolving inheritance for "App\Repository\StocksOutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksOutRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseLocationRepository" (parent: .abstract.instanceof.App\Repository\StocksWarehouseLocationRepository).
  • Resolving inheritance for "App\Repository\StocksWarehouseLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseRepository" (parent: .abstract.instanceof.App\Repository\StocksWarehouseRepository).
  • Resolving inheritance for "App\Repository\StocksWarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseRepository).
  • 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\TaxationRegimeRepository" (parent: .abstract.instanceof.App\Repository\TaxationRegimeRepository).
  • Resolving inheritance for "App\Repository\TaxationRegimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxationRegimeRepository).
  • 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\XlsImportationRepository" (parent: .abstract.instanceof.App\Repository\XlsImportationRepository).
  • Resolving inheritance for "App\Repository\XlsImportationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XlsImportationRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.tags" (parent: .abstract.instanceof.app.form.type.tags).
  • Resolving inheritance for "app.form.type.tags" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.tags).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\BackupCommand" (parent: .abstract.instanceof.BM\BackupManagerBundle\Command\BackupCommand).
  • Resolving inheritance for "BM\BackupManagerBundle\Command\BackupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\BackupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\RestoreCommand" (parent: .abstract.instanceof.BM\BackupManagerBundle\Command\RestoreCommand).
  • Resolving inheritance for "BM\BackupManagerBundle\Command\RestoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\RestoreCommand).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.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.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.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.file_settings" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.geds" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.logo_settings" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.products" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.xls_importation" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.file_settings" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.file_settings" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.file_settings" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.geds" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.geds" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.geds" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.logo_settings" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.logo_settings" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.logo_settings" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.logo_settings" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.products" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.products" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.products" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.xls_importation" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.xls_importation" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.xls_importation" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.xls_importation" (parent: vich_uploader.listener.upload.orm).
  • 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_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_functional_test" (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_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_unit_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 "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
773
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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 "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "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 "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\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\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 "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 "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 "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.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 "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Templating\Helper\UploaderHelper"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Twig\Extension\UploaderExtension"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; 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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.access.decision_manager"; 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 "http_client"; reason: private alias.
158
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EventSubscriber\CalendarSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\UserAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\UserAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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 "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.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendgrid" 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 "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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.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.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 "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 "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "CalendarBundle\Controller\CalendarController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.BqaRjk7" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.Fm3ecvq" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.8Z_jHRB" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.0ArAn5F" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.VL.K2eC" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.pNNo5z3" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JFjjyG5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.3TLJ8AE" previously pointing to "router.default" to "router".
72
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 "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.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 "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.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.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.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 "maker.auto_command.abstract"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; 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\CurlController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CurlController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CurlController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\BktPayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\BktPayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CinetPay\BktPayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CinetPay\CinetPayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CinetPay\CinetPayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CinetPay\CinetPayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DocsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Expense\ExpenseCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Expense\ExpenseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Expense\ExpenseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Expense\ExpenseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ged\GedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ged\GedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ged\GedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\InternalReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\InternalReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\InternalReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\LegalVatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\LegalVatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\LegalVatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\MakeBackupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\MakeBackupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\MakeBackupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\SmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\SmsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\SmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Home\TaxationRegimeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Home\TaxationRegimeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Home\TaxationRegimeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoadingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoadingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LoadingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PointOfSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PointOfSaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Pos\PointOfSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Pos\PosSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Pos\PosSessionSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSessionSaleLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSessionSaleLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Pos\PosSessionSaleLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pos\PosSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pos\PosSettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Pos\PosSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductUnityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductUnityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductUnityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\FinalProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\FinalProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\FinalProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\InputProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\InputProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\InputProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductUnityConvertibilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductUnityConvertibilityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductUnityConvertibilityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionConditioningProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionConditioningProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductionConditioningProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductionLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSessionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductionSessionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Production\ProductionSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Production\ProductionSettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Production\ProductionSettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Prospecting\ProspectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prospecting\ProspectingAgentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prospecting\ProspectingAgentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Prospecting\ProspectingAgentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\ProviderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\ProviderInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\ProviderInvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\ProviderInvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\PurchaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\PurchaseOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\PurchaseOrderLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Purchase\PurchaseOrderPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Purchase\PurchaseOrderPaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Purchase\PurchaseOrderPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RenderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\NonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\NonTaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\NonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\PaySlipController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipNonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipNonTaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\PaySlipNonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipRetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipRetainedItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\PaySlipRetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\PaySlipTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\PaySlipTaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\PaySlipTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RetainedItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\RetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\RhCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhDepartmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\RhDepartmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhJobController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhJobController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\RhJobController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\RhLocalityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\RhLocalityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\RhLocalityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryContractArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryContractController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryContractItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryContractModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryContractModelItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryContractModelItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryContractModelItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNominativeStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNominativeStatementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryNominativeStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryNonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryNonTaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryNonTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryPaySlipController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryPaySlipPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryPaySlipPaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryPaySlipPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryRetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryRetainedItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryRetainedItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\SalaryTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\SalaryTaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\SalaryTaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Rh\TaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Rh\TaxableItemController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Rh\TaxableItemController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerInvoiceDepreciatedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceDepreciatedLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerInvoiceDepreciatedLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerInvoiceReturnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerInvoiceReturnLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerInvoiceReturnLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerInvoiceReturnLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\CustomerPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\CustomerPaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\CustomerPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\SaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\SaleOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\SaleOrderLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\SaleOrderLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\SaleOrderLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sale\UnsoldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sale\UnsoldController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Sale\UnsoldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Security\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Security\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SeizureReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SeizureReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SeizureReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Setting\SettingCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Setting\SettingCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Setting\SettingCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Station\StationPumpController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationPumpStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationPumpStatementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Station\StationPumpStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Station\StationTankController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Station\StationTankController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Station\StationTankController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StockTransfertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StockTransfertLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StockTransfertLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StockTransfertLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksInventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksInventoryLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksInventoryLineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksInventoryLineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksOutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksOutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksOutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksWarehouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Stocks\StocksWarehouseLocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Stocks\StocksWarehouseLocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Stocks\StocksWarehouseLocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashControleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashControleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CashControleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashInController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CashInController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashMovementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashMovementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CashMovementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashRegisterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashRegisterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CashRegisterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CashTransfertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CashTransfertController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CashTransfertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CheckoutCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\CheckoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\CheckoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Treasury\TreasuryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Treasury\TreasuryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Treasury\TreasuryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\XlsImportationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\XlsImportationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\XlsImportationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ZedBaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ZedBaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ZedBaseController"; 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\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CalendarSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AgendaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AgendaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashControleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashControleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashInType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashInType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashMovementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashMovementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashRegisterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashRegisterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashTransfertType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashTransfertType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CheckoutCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CheckoutType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CheckoutType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ExpenseCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpenseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ExpenseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ged\GedType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ged\GedType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LegalVatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LegalVatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PosSessionSaleLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionSaleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PosSessionSaleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSessionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PosSessionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosSettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PosSettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductUnityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductUnityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\FinalProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\FinalProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\InputProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\InputProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductUnityConvertibilityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\ProductUnityConvertibilityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionConditioningProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\ProductionConditioningProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\ProductionLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionSessionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\ProductionSessionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Production\ProductionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Production\ProductionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Prospecting\ProspectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prospecting\ProspectingAgentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Prospecting\ProspectingAgentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProviderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PurchaseOrderLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PurchaseOrderPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PurchaseOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PurchaseOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\NonTaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\NonTaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipNonTaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\PaySlipNonTaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipRetainedItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\PaySlipRetainedItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipTaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\PaySlipTaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\PaySlipType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\PaySlipType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RetainedItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\RetainedItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\RhCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhDepartmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\RhDepartmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhJobType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\RhJobType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\RhLocalityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\RhLocalityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractArticleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryContractArticleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryContractItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryContractModelItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractModelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryContractModelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryContractType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryContractType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNominativeStatementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryNominativeStatementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryNonTaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryNonTaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryPaySlipPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryPaySlipType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryPaySlipType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryRetainedItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryRetainedItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryTaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryTaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\SalaryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\SalaryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Rh\TaxableItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Rh\TaxableItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\CustomerInvoiceDepreciatedLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceDepreciatedType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\CustomerInvoiceDepreciatedType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\CustomerInvoiceReturnLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\CustomerInvoiceReturnType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\CustomerInvoiceReturnType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\InvoiceLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\InvoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\InvoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\ProductCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sale\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Sale\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\UserAccessControlListType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Security\UserAccessControlListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Setting\SettingCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Setting\SettingCategoryType"; 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\SmsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SmsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpStatementType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Station\StationPumpStatementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationPumpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Station\StationPumpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Station\StationTankType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Station\StationTankType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StockTransfertLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StockTransfertType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StockTransfertType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksInType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryLineType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksInventoryLineType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksInventoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksInventoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksOutType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksOutType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseLocationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksWarehouseLocationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Stocks\StocksWarehouseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Stocks\StocksWarehouseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TaskType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxationRegimeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TaxationRegimeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchStockMovmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SearchStockMovmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\XlsImportationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\XlsImportationType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashControleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashControleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashInRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashInRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashMovementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashMovementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashRegisterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashRegisterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashTransfertRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashTransfertRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CheckoutCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CheckoutRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CheckoutRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCreditRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerCreditRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceDepreciatedLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceDepreciatedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceDepreciatedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceReturnLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerInvoiceReturnRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerInvoiceReturnRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUnsoldRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerUnsoldRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EtatChequeItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatChequeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EtatChequeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ExpenseCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpenseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ExpenseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FinalProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InputProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InputProductionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InputProductionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalVatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LegalVatRepository"; 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\PosSessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PosSessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PosSessionSaleLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSessionSaleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PosSessionSaleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosSettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PosSettingRepository"; 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\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductUnityConvertibilityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductUnityConvertibilityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductUnityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductUnityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionConditioningProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductionConditioningProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductionLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductionSessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductionSessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProspectRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProspectingAgentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProspectingAgentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProviderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PurchaseOrderPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PurchaseOrderPaymentRepository"; 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\Rh\NonTaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\NonTaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipNonTaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\PaySlipNonTaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\PaySlipRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipRetainedItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\PaySlipRetainedItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\PaySlipTaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\PaySlipTaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RetainedItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\RetainedItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\RhDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\RhJobRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\RhJobRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryPaySlipRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\SalaryPaySlipRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\SalaryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\SalaryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Rh\TaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Rh\TaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RhCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RhLocalityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RhLocalityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractArticleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryContractArticleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryContractItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryContractModelItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractModelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryContractModelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryContractRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryContractRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNominativeStatementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryNominativeStatementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryNonTaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryNonTaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryPaySlipPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryPaySlipPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryRetainedItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryRetainedItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SalaryTaxableItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SalaryTaxableItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SearchStockMovmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SearchStockMovmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SettingCategoryRepository"; 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\SmsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SmsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StationPumpRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationPumpStatementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StationPumpStatementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationTankRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StationTankRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StockTransfertLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockTransfertRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StockTransfertRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksInRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryLineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksInventoryLineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksInventoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksInventoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksOutRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksOutRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksWarehouseLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StocksWarehouseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StocksWarehouseRepository"; 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\TaxationRegimeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaxationRegimeRepository"; 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\XlsImportationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\XlsImportationRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.tags"; reason: abstract.
  • Removed service ".abstract.instanceof.app.form.type.tags"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\BackupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.BM\BackupManagerBundle\Command\BackupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.BM\BackupManagerBundle\Command\RestoreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.BM\BackupManagerBundle\Command\RestoreCommand"; reason: abstract.
732
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Form\Type\ContactType"; reason: unused.
  • Removed service "App\Form\Type\ContactsTransformer"; reason: unused.
  • Removed service "App\Models\CustomerInvoice"; reason: unused.
  • Removed service "App\Models\Prospect"; reason: unused.
  • Removed service "App\Models\ProspectingAgent"; reason: unused.
  • Removed service "App\Models\ZedResponse"; reason: unused.
  • Removed service "App\Service\SalaryManage"; reason: unused.
  • Removed service "BackupManager\Filesystems\Awss3Filesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\BackblazeFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\DropboxFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\DropboxV2Filesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\FtpFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\LocalFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\RackspaceFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\SftpFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\GcsFilesystem"; reason: unused.
  • Removed service "BackupManager\Filesystems\FilesystemProvider"; reason: unused.
  • Removed service "BackupManager\Config\Config"; reason: unused.
  • Removed service "BackupManager\Databases\MysqlDatabase"; reason: unused.
  • Removed service "BackupManager\Databases\PostgresqlDatabase"; reason: unused.
  • Removed service "BackupManager\Databases\DatabaseProvider"; reason: unused.
  • Removed service "BackupManager\Compressors\GzipCompressor"; reason: unused.
  • Removed service "BackupManager\Compressors\NullCompressor"; reason: unused.
  • Removed service "BackupManager\Compressors\CompressorProvider"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~96XZVAF"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; 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 "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~HaM.dvi"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; 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 "maker.entity_class_generator"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "backup_manager.filesystems.awss3_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.b2_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.dropbox_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.dropbox_v2_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.rackspace_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.sftp_filesystem"; reason: unused.
  • Removed service "backup_manager.filesystems.gcs_filesystem"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
92
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Api\ApiController" to "App\Controller\Api\ApiController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Api\CurlController" to "App\Controller\Api\CurlController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CinetPay\BktPayController" to "App\Controller\CinetPay\BktPayController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CinetPay\CinetPayController" to "App\Controller\CinetPay\CinetPayController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\DocsController" to "App\Controller\DocsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Expense\ExpenseCategoryController" to "App\Controller\Expense\ExpenseCategoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Expense\ExpenseController" to "App\Controller\Expense\ExpenseController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Ged\GedController" to "App\Controller\Ged\GedController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\DashboardController" to "App\Controller\Home\DashboardController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\InternalReportController" to "App\Controller\Home\InternalReportController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\LegalVatController" to "App\Controller\Home\LegalVatController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\MakeBackupController" to "App\Controller\Home\MakeBackupController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\NotificationController" to "App\Controller\Home\NotificationController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\SettingController" to "App\Controller\Home\SettingController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\SmsController" to "App\Controller\Home\SmsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\TaskController" to "App\Controller\Home\TaskController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Home\TaxationRegimeController" to "App\Controller\Home\TaxationRegimeController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\LoadingController" to "App\Controller\LoadingController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Pos\PointOfSaleController" to "App\Controller\Pos\PointOfSaleController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Pos\PosSessionController" to "App\Controller\Pos\PosSessionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Pos\PosSessionSaleController" to "App\Controller\Pos\PosSessionSaleController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Pos\PosSessionSaleLineController" to "App\Controller\Pos\PosSessionSaleLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Pos\PosSettingController" to "App\Controller\Pos\PosSettingController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ProductUnityController" to "App\Controller\ProductUnityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\FinalProductController" to "App\Controller\Production\FinalProductController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\InputProductController" to "App\Controller\Production\InputProductController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductUnityConvertibilityController" to "App\Controller\Production\ProductUnityConvertibilityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductionConditioningProductController" to "App\Controller\Production\ProductionConditioningProductController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductionController" to "App\Controller\Production\ProductionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductionLineController" to "App\Controller\Production\ProductionLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductionSessionController" to "App\Controller\Production\ProductionSessionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Production\ProductionSettingController" to "App\Controller\Production\ProductionSettingController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Prospecting\ProspectController" to "App\Controller\Prospecting\ProspectController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Prospecting\ProspectingAgentController" to "App\Controller\Prospecting\ProspectingAgentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\ProviderController" to "App\Controller\Purchase\ProviderController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\ProviderInvoiceController" to "App\Controller\Purchase\ProviderInvoiceController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\PurchaseController" to "App\Controller\Purchase\PurchaseController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\PurchaseOrderController" to "App\Controller\Purchase\PurchaseOrderController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\PurchaseOrderLineController" to "App\Controller\Purchase\PurchaseOrderLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Purchase\PurchaseOrderPaymentController" to "App\Controller\Purchase\PurchaseOrderPaymentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\RenderController" to "App\Controller\RenderController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\NonTaxableItemController" to "App\Controller\Rh\NonTaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\PaySlipController" to "App\Controller\Rh\PaySlipController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\PaySlipNonTaxableItemController" to "App\Controller\Rh\PaySlipNonTaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\PaySlipRetainedItemController" to "App\Controller\Rh\PaySlipRetainedItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\PaySlipTaxableItemController" to "App\Controller\Rh\PaySlipTaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\RetainedItemController" to "App\Controller\Rh\RetainedItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\RhCategoryController" to "App\Controller\Rh\RhCategoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\RhDepartmentController" to "App\Controller\Rh\RhDepartmentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\RhJobController" to "App\Controller\Rh\RhJobController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\RhLocalityController" to "App\Controller\Rh\RhLocalityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryContractArticleController" to "App\Controller\Rh\SalaryContractArticleController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryContractController" to "App\Controller\Rh\SalaryContractController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryContractItemController" to "App\Controller\Rh\SalaryContractItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryContractModelController" to "App\Controller\Rh\SalaryContractModelController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryContractModelItemController" to "App\Controller\Rh\SalaryContractModelItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryController" to "App\Controller\Rh\SalaryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryNominativeStatementController" to "App\Controller\Rh\SalaryNominativeStatementController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryNonTaxableItemController" to "App\Controller\Rh\SalaryNonTaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryPaySlipController" to "App\Controller\Rh\SalaryPaySlipController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryPaySlipPaymentController" to "App\Controller\Rh\SalaryPaySlipPaymentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryRetainedItemController" to "App\Controller\Rh\SalaryRetainedItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\SalaryTaxableItemController" to "App\Controller\Rh\SalaryTaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Rh\TaxableItemController" to "App\Controller\Rh\TaxableItemController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerController" to "App\Controller\Sale\CustomerController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerInvoiceDepreciatedController" to "App\Controller\Sale\CustomerInvoiceDepreciatedController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerInvoiceDepreciatedLineController" to "App\Controller\Sale\CustomerInvoiceDepreciatedLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerInvoiceReturnController" to "App\Controller\Sale\CustomerInvoiceReturnController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerInvoiceReturnLineController" to "App\Controller\Sale\CustomerInvoiceReturnLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\CustomerPaymentController" to "App\Controller\Sale\CustomerPaymentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\InvoiceController" to "App\Controller\Sale\InvoiceController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\ProductCategoryController" to "App\Controller\Sale\ProductCategoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\ProductController" to "App\Controller\Sale\ProductController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\SaleController" to "App\Controller\Sale\SaleController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\SaleOrderController" to "App\Controller\Sale\SaleOrderController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\SaleOrderLineController" to "App\Controller\Sale\SaleOrderLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Sale\UnsoldController" to "App\Controller\Sale\UnsoldController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Security\SecurityController" to "App\Controller\Security\SecurityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Security\UserController" to "App\Controller\Security\UserController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\SeizureReportController" to "App\Controller\SeizureReportController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Setting\SettingCategoryController" to "App\Controller\Setting\SettingCategoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Station\StationPumpController" to "App\Controller\Station\StationPumpController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Station\StationPumpStatementController" to "App\Controller\Station\StationPumpStatementController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Station\StationTankController" to "App\Controller\Station\StationTankController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StockTransfertController" to "App\Controller\Stocks\StockTransfertController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StockTransfertLineController" to "App\Controller\Stocks\StockTransfertLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksController" to "App\Controller\Stocks\StocksController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksInController" to "App\Controller\Stocks\StocksInController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksInventoryController" to "App\Controller\Stocks\StocksInventoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksInventoryLineController" to "App\Controller\Stocks\StocksInventoryLineController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksOutController" to "App\Controller\Stocks\StocksOutController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksWarehouseController" to "App\Controller\Stocks\StocksWarehouseController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Stocks\StocksWarehouseLocationController" to "App\Controller\Stocks\StocksWarehouseLocationController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CashControleController" to "App\Controller\Treasury\CashControleController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CashInController" to "App\Controller\Treasury\CashInController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CashMovementController" to "App\Controller\Treasury\CashMovementController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CashRegisterController" to "App\Controller\Treasury\CashRegisterController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CashTransfertController" to "App\Controller\Treasury\CashTransfertController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CheckoutCategoryController" to "App\Controller\Treasury\CheckoutCategoryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\CheckoutController" to "App\Controller\Treasury\CheckoutController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Treasury\TreasuryController" to "App\Controller\Treasury\TreasuryController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\XlsImportationController" to "App\Controller\XlsImportationController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ZedBaseController" to "App\Controller\ZedBaseController".
  • 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_~EWUncph" to "error_handler.error_renderer.html".
  • Inlined service ".2_~EWUncph" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • 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 "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~paHq8p5" 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.TgSk_Zy" 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.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.JFjjyG5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" 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 "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.mshSVvX" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.3TLJ8AE.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~C.D0amG" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~C.D0amG" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" 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.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~Kc_Fwi4" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~Kc_Fwi4" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "twig.extension.cssinliner" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "vich_uploader.twig.extension.uploader" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.lSARbri.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~nV8AS00" 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 "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service ".1_NonceGenerator~I0XEo_a" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~I0XEo_a" to "twig.extension.webprofiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~cgzZ5ut" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~cgzZ5ut" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~cgzZ5ut" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~cgzZ5ut" 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~cgzZ5ut" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~cgzZ5ut" to "var_dumper.command.server_dump".
  • 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 "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bpvU51K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.file_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.geds" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.logo_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.products" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.xls_importation" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\EventSubscriber\DatabaseActivitySubscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.file_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.file_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.geds" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.geds" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.inject.logo_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.logo_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.logo_settings" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.products" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.products" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.inject.xls_importation" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.xls_importation" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.xls_importation" 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.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.ZFJ2noA" 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_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • 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 "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 ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" 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.eKXDm4f" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service ".security.request_matcher.usHcSaz" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.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.user_checker" to "security.authentication.provider.guard.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.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 "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "CalendarBundle\Serializer\Serializer" to "CalendarBundle\Controller\CalendarController".
  • Inlined service "backup_manager.config_storage" to "backup_manager.filesystems".
  • Inlined service "backup_manager.filesystems.local_filesystem" to "backup_manager.filesystems".
  • Inlined service "backup_manager.filesystems.ftp_filesystem" to "backup_manager.filesystems".
  • Inlined service "backup_manager.config_database" to "backup_manager.databases".
  • Inlined service "backup_manager.databases.mysql_database" to "backup_manager.databases".
  • Inlined service "backup_manager.databases.postgresql_database" to "backup_manager.databases".
  • Inlined service "backup_manager.compressors.gzip_compressor" to "backup_manager.compressors".
  • Inlined service "backup_manager.compressors.null_compressor" to "backup_manager.compressors".
  • 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_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_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • 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_unit_test" to "maker.auto_command.make_unit_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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "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 ".service_locator.JFjjyG5" to ".service_locator.JFjjyG5.translation.warmer".
  • Inlined service ".service_locator.LoApRHL" to ".service_locator.LoApRHL.router.default".
  • Inlined service ".service_locator.3TLJ8AE" to ".service_locator.3TLJ8AE.router.cache_warmer".
  • Inlined service ".service_locator.lSARbri" to ".service_locator.lSARbri.twig.template_cache_warmer".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.onD16Rl" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.LoApRHL.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "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 "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
434
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "templating.helper" was defined on service(s) "vich_uploader.templating.helper.uploader_helper", but was never used.
1