https://api.dev.pocket.doctorvida.com/me

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"app_frontend_customer_customers_me"
.
[
  "route" => "app_frontend_customer_customers_me"
  "route_parameters" => [
    "_route" => "app_frontend_customer_customers_me"
    "_controller" => "App\Controller\Frontend\Customer\CustomersController::meAction"
    "_format" => "json"
  ]
  "request_uri" => "https://api.dev.pocket.doctorvida.com/me"
  "method" => "GET"
]
INFO security Guard authentication successful!
[
  "token" => Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#817
    -providerKey: "main"
    -user: Proxies\__CG__\App\Entity\User\User {#846 …}
    -roleNames: [
      "ROLE_USER"
    ]
    -authenticated: true
    -attributes: []
  }
  "authenticator" => "App\Security\TokenAuthenticator"
]

Deprecations 0

Log messages generated by using features marked as deprecated.

There are no log messages about deprecated features.

Debug 48

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\TokenAuthenticator"
]
security Calling getCredentials() on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\TokenAuthenticator"
]
security Passing guard token information to the GuardAuthenticationProvider
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\TokenAuthenticator"
]
doctrine SELECT t0.access_token AS access_token_1, t0.refresh_token AS refresh_token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.refresh_token_expires_at AS refresh_token_expires_at_5, t0.user_id AS user_id_6 FROM access_tokens t0 WHERE t0.access_token = ?
[
  "75204f6b50a44c87c809585a27 [...]"
]
doctrine SELECT t0.user_id AS user_id_1, t0.email AS email_2, t0.password AS password_3, t0.reset_password_token AS reset_password_token_4, t0.reset_password_expires_at AS reset_password_expires_at_5 FROM users t0 WHERE t0.user_id = ?
[
  14
]
security Guard authenticator set no success response: request continues.
[
  "authenticator" => "App\Security\TokenAuthenticator"
]
security Remember me skipped: it is not configured for the firewall.
[
  "authenticator" => "App\Security\TokenAuthenticator"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\LocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\LocaleSubscriber::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"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT t0.customer_id AS customer_id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.country_code AS country_code_5, t0.logo_filename AS logo_filename_6, t0.enable_portal_access AS enable_portal_access_7, t0.enable_protocol_management AS enable_protocol_management_8, t0.protocol_prefix AS protocol_prefix_9, t0.user_id AS user_id_10 FROM customers t0 WHERE t0.user_id = ? LIMIT 1
[
  14
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\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\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
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 1448

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlgorithmTestCommand" (parent: .abstract.instanceof.App\Command\AlgorithmTestCommand).
  • Resolving inheritance for "App\Command\AlgorithmTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlgorithmTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteExpiredTokensCommand" (parent: .abstract.instanceof.App\Command\DeleteExpiredTokensCommand).
  • Resolving inheritance for "App\Command\DeleteExpiredTokensCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteExpiredTokensCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AnalysisMethodsController" (parent: .abstract.instanceof.App\Controller\BackOffice\AnalysisMethodsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AnalysisMethodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AnalysisMethodsController).
  • Resolving inheritance for "App\Controller\BackOffice\AnalysisMethodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AnalysisMethodsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ApiVersionController" (parent: .abstract.instanceof.App\Controller\BackOffice\ApiVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ApiVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ApiVersionController).
  • Resolving inheritance for "App\Controller\BackOffice\ApiVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ApiVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AppVersionController" (parent: .abstract.instanceof.App\Controller\BackOffice\AppVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AppVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AppVersionController).
  • Resolving inheritance for "App\Controller\BackOffice\AppVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AppVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDataController" (parent: .abstract.instanceof.App\Controller\BackOffice\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDataController).
  • Resolving inheritance for "App\Controller\BackOffice\AssayDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDownloadController" (parent: .abstract.instanceof.App\Controller\BackOffice\AssayDownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDownloadController).
  • Resolving inheritance for "App\Controller\BackOffice\AssayDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayResultsController" (parent: .abstract.instanceof.App\Controller\BackOffice\AssayResultsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayResultsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayResultsController).
  • Resolving inheritance for "App\Controller\BackOffice\AssayResultsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayResultsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssaysController" (parent: .abstract.instanceof.App\Controller\BackOffice\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssaysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssaysController).
  • Resolving inheritance for "App\Controller\BackOffice\AssaysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\CustomersController" (parent: .abstract.instanceof.App\Controller\BackOffice\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\CustomersController).
  • Resolving inheritance for "App\Controller\BackOffice\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\DeviceConfigurationsController" (parent: .abstract.instanceof.App\Controller\BackOffice\DeviceConfigurationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\DeviceConfigurationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\DeviceConfigurationsController).
  • Resolving inheritance for "App\Controller\BackOffice\DeviceConfigurationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\DeviceConfigurationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\FirmwareVersionController" (parent: .abstract.instanceof.App\Controller\BackOffice\FirmwareVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\FirmwareVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\FirmwareVersionController).
  • Resolving inheritance for "App\Controller\BackOffice\FirmwareVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\FirmwareVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\LanguageController" (parent: .abstract.instanceof.App\Controller\BackOffice\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\LanguageController).
  • Resolving inheritance for "App\Controller\BackOffice\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ProtocolsController" (parent: .abstract.instanceof.App\Controller\BackOffice\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ProtocolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ProtocolsController).
  • Resolving inheritance for "App\Controller\BackOffice\ProtocolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\QRDataController" (parent: .abstract.instanceof.App\Controller\BackOffice\QRDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\QRDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\QRDataController).
  • Resolving inheritance for "App\Controller\BackOffice\QRDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\QRDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SampleTypesController" (parent: .abstract.instanceof.App\Controller\BackOffice\SampleTypesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SampleTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SampleTypesController).
  • Resolving inheritance for "App\Controller\BackOffice\SampleTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SampleTypesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SecurityController" (parent: .abstract.instanceof.App\Controller\BackOffice\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SecurityController).
  • Resolving inheritance for "App\Controller\BackOffice\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TestsController" (parent: .abstract.instanceof.App\Controller\BackOffice\TestsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TestsController).
  • Resolving inheritance for "App\Controller\BackOffice\TestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TestsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TubeTagsController" (parent: .abstract.instanceof.App\Controller\BackOffice\TubeTagsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TubeTagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TubeTagsController).
  • Resolving inheritance for "App\Controller\BackOffice\TubeTagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TubeTagsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssayDataController" (parent: .abstract.instanceof.App\Controller\CustomerArea\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssayDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssayDataController).
  • Resolving inheritance for "App\Controller\CustomerArea\AssayDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssaysController" (parent: .abstract.instanceof.App\Controller\CustomerArea\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssaysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssaysController).
  • Resolving inheritance for "App\Controller\CustomerArea\AssaysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\CustomerAreaController" (parent: .abstract.instanceof.App\Controller\CustomerArea\CustomerAreaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\CustomerAreaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\CustomerAreaController).
  • Resolving inheritance for "App\Controller\CustomerArea\CustomerAreaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\CustomerAreaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\ProtocolsController" (parent: .abstract.instanceof.App\Controller\CustomerArea\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\ProtocolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\ProtocolsController).
  • Resolving inheritance for "App\Controller\CustomerArea\ProtocolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\SecurityController" (parent: .abstract.instanceof.App\Controller\CustomerArea\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\SecurityController).
  • Resolving inheritance for "App\Controller\CustomerArea\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssayDataController" (parent: .abstract.instanceof.App\Controller\Frontend\Assay\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssayDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssayDataController).
  • Resolving inheritance for "App\Controller\Frontend\Assay\AssayDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssayDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssaysController" (parent: .abstract.instanceof.App\Controller\Frontend\Assay\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssaysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssaysController).
  • Resolving inheritance for "App\Controller\Frontend\Assay\AssaysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssaysController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\ProtocolsController" (parent: .abstract.instanceof.App\Controller\Frontend\Assay\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\ProtocolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\ProtocolsController).
  • Resolving inheritance for "App\Controller\Frontend\Assay\ProtocolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\ProtocolsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\TestsController" (parent: .abstract.instanceof.App\Controller\Frontend\Assay\TestsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\TestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\TestsController).
  • Resolving inheritance for "App\Controller\Frontend\Assay\TestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\TestsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\CustomersController" (parent: .abstract.instanceof.App\Controller\Frontend\Customer\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\CustomersController).
  • Resolving inheritance for "App\Controller\Frontend\Customer\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\CustomersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\PasswordsController" (parent: .abstract.instanceof.App\Controller\Frontend\Customer\PasswordsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\PasswordsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\PasswordsController).
  • Resolving inheritance for "App\Controller\Frontend\Customer\PasswordsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\PasswordsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\RegistrationsController" (parent: .abstract.instanceof.App\Controller\Frontend\Customer\RegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\RegistrationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\RegistrationsController).
  • Resolving inheritance for "App\Controller\Frontend\Customer\RegistrationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\RegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenAPIController" (parent: .abstract.instanceof.App\Controller\Frontend\OpenAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenAPIController).
  • Resolving inheritance for "App\Controller\Frontend\OpenAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QrCode\QrDataController" (parent: .abstract.instanceof.App\Controller\Frontend\QrCode\QrDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QrCode\QrDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QrCode\QrDataController).
  • Resolving inheritance for "App\Controller\Frontend\QrCode\QrDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QrCode\QrDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController" (parent: .abstract.instanceof.App\Controller\Frontend\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController).
  • Resolving inheritance for "App\Controller\Frontend\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Versions\FirmwareVersionController" (parent: .abstract.instanceof.App\Controller\Frontend\Versions\FirmwareVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Versions\FirmwareVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Versions\FirmwareVersionController).
  • Resolving inheritance for "App\Controller\Frontend\Versions\FirmwareVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Versions\FirmwareVersionController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\StandardType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\StandardType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethod\StandardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\StandardType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\UTMType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\UTMType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethod\UTMType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\UTMType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\VPMType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\VPMType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethod\VPMType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\VPMType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodSimulationType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethodSimulationType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethodSimulationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodSimulationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethodType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AnalysisMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssayResultType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AssayResultType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AssayResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssayResultType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssaySearchFiltersType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\AssaySearchFiltersType).
  • Resolving inheritance for "App\Form\Type\BackOffice\AssaySearchFiltersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssaySearchFiltersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\CustomerType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\CustomerType).
  • Resolving inheritance for "App\Form\Type\BackOffice\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\DeviceConfigurationType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\DeviceConfigurationType).
  • Resolving inheritance for "App\Form\Type\BackOffice\DeviceConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\DeviceConfigurationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\HoldType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\HoldType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstruction\HoldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\HoldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\RampType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\RampType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstruction\RampType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\RampType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstructionType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstructionType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolInstructionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstructionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolSampleTypeType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolSampleTypeType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolSampleTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolSampleTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\ProtocolType).
  • Resolving inheritance for "App\Form\Type\BackOffice\ProtocolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\SampleTypeType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\SampleTypeType).
  • Resolving inheritance for "App\Form\Type\BackOffice\SampleTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\SampleTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TestType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\TestType).
  • Resolving inheritance for "App\Form\Type\BackOffice\TestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TubeTagGeneratorType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\TubeTagGeneratorType).
  • Resolving inheritance for "App\Form\Type\BackOffice\TubeTagGeneratorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TubeTagGeneratorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\ApiVersionsType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\Version\ApiVersionsType).
  • Resolving inheritance for "App\Form\Type\BackOffice\Version\ApiVersionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\ApiVersionsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\AppVersionType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\Version\AppVersionType).
  • Resolving inheritance for "App\Form\Type\BackOffice\Version\AppVersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\AppVersionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\FirmwareVersionType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\Version\FirmwareVersionType).
  • Resolving inheritance for "App\Form\Type\BackOffice\Version\FirmwareVersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\FirmwareVersionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\VersionType" (parent: .abstract.instanceof.App\Form\Type\BackOffice\Version\VersionType).
  • Resolving inheritance for "App\Form\Type\BackOffice\Version\VersionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\VersionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\HoldType" (parent: .abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstruction\HoldType).
  • Resolving inheritance for "App\Form\Type\CustomerArea\ProtocolInstruction\HoldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\HoldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\RampType" (parent: .abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstruction\RampType).
  • Resolving inheritance for "App\Form\Type\CustomerArea\ProtocolInstruction\RampType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\RampType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstructionType" (parent: .abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstructionType).
  • Resolving inheritance for "App\Form\Type\CustomerArea\ProtocolInstructionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstructionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolType" (parent: .abstract.instanceof.App\Form\Type\CustomerArea\ProtocolType).
  • Resolving inheritance for "App\Form\Type\CustomerArea\ProtocolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayDataType" (parent: .abstract.instanceof.App\Form\Type\Frontend\AssayDataType).
  • Resolving inheritance for "App\Form\Type\Frontend\AssayDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResult\IntermediateResultType" (parent: .abstract.instanceof.App\Form\Type\Frontend\AssayResult\IntermediateResultType).
  • Resolving inheritance for "App\Form\Type\Frontend\AssayResult\IntermediateResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResult\IntermediateResultType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResultType" (parent: .abstract.instanceof.App\Form\Type\Frontend\AssayResultType).
  • Resolving inheritance for "App\Form\Type\Frontend\AssayResultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResultType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayType" (parent: .abstract.instanceof.App\Form\Type\Frontend\AssayType).
  • Resolving inheritance for "App\Form\Type\Frontend\AssayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\Base64UploadedFileType" (parent: .abstract.instanceof.App\Form\Type\Frontend\Base64UploadedFileType).
  • Resolving inheritance for "App\Form\Type\Frontend\Base64UploadedFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\Base64UploadedFileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerAreaType" (parent: .abstract.instanceof.App\Form\Type\Frontend\CustomerAreaType).
  • Resolving inheritance for "App\Form\Type\Frontend\CustomerAreaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerAreaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerType" (parent: .abstract.instanceof.App\Form\Type\Frontend\CustomerType).
  • Resolving inheritance for "App\Form\Type\Frontend\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\DeleteAccountType" (parent: .abstract.instanceof.App\Form\Type\Frontend\DeleteAccountType).
  • Resolving inheritance for "App\Form\Type\Frontend\DeleteAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\DeleteAccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\FirmwareRequestType" (parent: .abstract.instanceof.App\Form\Type\Frontend\FirmwareRequestType).
  • Resolving inheritance for "App\Form\Type\Frontend\FirmwareRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\FirmwareRequestType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QRDataType" (parent: .abstract.instanceof.App\Form\Type\Frontend\QRDataType).
  • Resolving inheritance for "App\Form\Type\Frontend\QRDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QRDataType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QrAssayRelationType" (parent: .abstract.instanceof.App\Form\Type\Frontend\QrAssayRelationType).
  • Resolving inheritance for "App\Form\Type\Frontend\QrAssayRelationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QrAssayRelationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RecoverPasswordType" (parent: .abstract.instanceof.App\Form\Type\Frontend\RecoverPasswordType).
  • Resolving inheritance for "App\Form\Type\Frontend\RecoverPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RecoverPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RegistrationType" (parent: .abstract.instanceof.App\Form\Type\Frontend\RegistrationType).
  • Resolving inheritance for "App\Form\Type\Frontend\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RegistrationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\ResetPasswordType" (parent: .abstract.instanceof.App\Form\Type\Frontend\ResetPasswordType).
  • Resolving inheritance for "App\Form\Type\Frontend\ResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\ResetPasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\UpdatePasswordType" (parent: .abstract.instanceof.App\Form\Type\Frontend\UpdatePasswordType).
  • Resolving inheritance for "App\Form\Type\Frontend\UpdatePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\UpdatePasswordType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Assay\SampleTypeRepository" (parent: .abstract.instanceof.App\Repository\Assay\SampleTypeRepository).
  • Resolving inheritance for "App\Repository\Assay\SampleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Assay\SampleTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository" (parent: .abstract.instanceof.App\Repository\User\UserRepository).
  • Resolving inheritance for "App\Repository\User\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerPortalVoter" (parent: .abstract.instanceof.App\Security\Voter\CustomerPortalVoter).
  • Resolving inheritance for "App\Security\Voter\CustomerPortalVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerPortalVoter).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AnalysisMethodExtension" (parent: .abstract.instanceof.App\Twig\AnalysisMethodExtension).
  • Resolving inheritance for "App\Twig\AnalysisMethodExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AnalysisMethodExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayReporterExtension" (parent: .abstract.instanceof.App\Twig\AssayReporterExtension).
  • Resolving inheritance for "App\Twig\AssayReporterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayReporterExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayResultExtension" (parent: .abstract.instanceof.App\Twig\AssayResultExtension).
  • Resolving inheritance for "App\Twig\AssayResultExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayResultExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaginationExtension" (parent: .abstract.instanceof.App\Twig\PaginationExtension).
  • Resolving inheritance for "App\Twig\PaginationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaginationExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestShowInAppToExtension" (parent: .abstract.instanceof.App\Twig\TestShowInAppToExtension).
  • Resolving inheritance for "App\Twig\TestShowInAppToExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestShowInAppToExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestTypeExtension" (parent: .abstract.instanceof.App\Twig\TestTypeExtension).
  • Resolving inheritance for "App\Twig\TestTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestTypeExtension).
  • 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._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.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.user.provider.concrete.admin_user_provider" (parent: security.user.provider.in_memory).
  • 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.auth" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.auth" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.listener.json.auth" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.auth" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.auth" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.auth" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.auth" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.authOpenAPI" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.authOpenAPI" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.listener.json.authOpenAPI" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.authOpenAPI" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.authOpenAPI" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.authOpenAPI" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.authOpenAPI" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • 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.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.admin" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.admin" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.admin" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "security.firewall.map.config.customer" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.customer" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.customer" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.customer" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.customer.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.customer.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.customer" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.customer" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.customer" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.customer" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.customer" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.customer" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\BinaryWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\DebugWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\DebugWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\EpsWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\EpsWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\PngWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\PngWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter).
  • Resolving inheritance for ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter" (parent: .abstract.instanceof.Endroid\QrCode\Writer\SvgWriter).
  • Resolving inheritance for "Endroid\QrCode\Writer\SvgWriter" (parent: .instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
  • Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
  • Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.test_images" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
  • 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.test_images" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.test_images" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.test_images" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
  • Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
  • Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
  • Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
  • Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.csn" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.sinave" (parent: monolog.logger_prototype).
  • 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.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
378
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\AssayReporter\AssayReporterInterface"; 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 "session.handler"; 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 "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\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "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 "security.authentication.session_strategy.auth"; reason: private alias.
  • Removed service "security.user_checker.auth"; reason: private alias.
  • Removed service "security.authentication.session_strategy.authOpenAPI"; reason: private alias.
  • Removed service "security.user_checker.authOpenAPI"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.authentication.session_strategy.admin"; reason: private alias.
  • Removed service "security.user_checker.admin"; reason: private alias.
  • Removed service "security.authentication.session_strategy.customer"; reason: private alias.
  • Removed service "security.user_checker.customer"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\WriterRegistryInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Factory\QrCodeFactoryInterface"; reason: private alias.
  • Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
  • Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
  • Removed service "a2lix_auto_form.manipulator.default"; 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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $csnLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $sinaveLogger"; 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 $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.lCn1Mwt"; 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 "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; 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.
173
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\Frontend\Customer\CustomersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Frontend\Customer\PasswordsController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Frontend\Customer\RegistrationsController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\AssayResultService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "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 "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "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 "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.authentication.listener.json.auth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.authOpenAPI" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.customer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "Artgris\Bundle\FileManagerBundle\Service\FileTypeService" previously pointing to "router.default" to "router".
  • Changed reference of service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\Voter\CustomerPortalVoter" 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".
76
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 "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 "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 "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlgorithmTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AlgorithmTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteExpiredTokensCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteExpiredTokensCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AnalysisMethodsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AnalysisMethodsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AnalysisMethodsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ApiVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ApiVersionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\ApiVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AppVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AppVersionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AppVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayDownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayDownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AssayDownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssayResultsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssayResultsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AssayResultsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\AssaysController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\CustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\DeviceConfigurationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\DeviceConfigurationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\DeviceConfigurationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\FirmwareVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\FirmwareVersionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\FirmwareVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\LanguageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\ProtocolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\QRDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\QRDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\QRDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SampleTypesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SampleTypesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\SampleTypesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TestsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\TestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BackOffice\TubeTagsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BackOffice\TubeTagsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BackOffice\TubeTagsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssayDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerArea\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\AssaysController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerArea\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\CustomerAreaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\CustomerAreaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerArea\CustomerAreaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\ProtocolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerArea\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerArea\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerArea\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerArea\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssayDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Assay\AssayDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\AssaysController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Assay\AssaysController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\ProtocolsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Assay\ProtocolsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Assay\TestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Assay\TestsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Assay\TestsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\CustomersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Customer\CustomersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\PasswordsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\PasswordsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Customer\PasswordsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Customer\RegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Customer\RegistrationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Customer\RegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\OpenAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\OpenAPIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\OpenAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\QrCode\QrDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\QrCode\QrDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\QrCode\QrDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Frontend\Versions\FirmwareVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Frontend\Versions\FirmwareVersionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Frontend\Versions\FirmwareVersionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\DerivativeOscillationStandardType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\StandardType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\StandardType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\UTMType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\UTMType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethod\VPMType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethod\VPMType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodSimulationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethodSimulationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AnalysisMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AnalysisMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssayResultType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AssayResultType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\AssaySearchFiltersType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\AssaySearchFiltersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\DeviceConfigurationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\DeviceConfigurationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\HoldAnalysisType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Analysis\RampAnalysisType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\HoldType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\HoldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\RampType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\RampType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstruction\Sensor\SensorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolInstructionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolInstructionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolSampleTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolSampleTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\ProtocolType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\ProtocolType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\SampleTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\SampleTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\TestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\TubeTagGeneratorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\TubeTagGeneratorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\ApiVersionsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\Version\ApiVersionsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\AppVersionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\Version\AppVersionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\FirmwareVersionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\Version\FirmwareVersionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BackOffice\Version\VersionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\BackOffice\Version\VersionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\HoldType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstruction\HoldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstruction\RampType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstruction\RampType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolInstructionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerArea\ProtocolInstructionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CustomerArea\ProtocolType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\CustomerArea\ProtocolType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\AssayDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResult\IntermediateResultType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\AssayResult\IntermediateResultType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayResultType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\AssayResultType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\AssayType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\AssayType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\Base64UploadedFileType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\Base64UploadedFileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerAreaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\CustomerAreaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\DeleteAccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\DeleteAccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\FirmwareRequestType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\FirmwareRequestType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QRDataType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\QRDataType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\QrAssayRelationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\QrAssayRelationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RecoverPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\RecoverPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\RegistrationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\RegistrationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\ResetPasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\ResetPasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Frontend\UpdatePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Frontend\UpdatePasswordType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Assay\SampleTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Assay\SampleTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\User\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CustomerPortalVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\Voter\CustomerPortalVoter"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AnalysisMethodExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AnalysisMethodExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayReporterExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AssayReporterExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssayResultExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AssayResultExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PaginationExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\PaginationExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestShowInAppToExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\TestShowInAppToExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TestTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\TestTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\BinaryWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\DebugWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\EpsWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\PngWriter"; reason: abstract.
  • Removed service ".instanceof.Endroid\QrCode\Writer\WriterInterface.0.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCode\Writer\SvgWriter"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
312
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\AssayReporter\Csn\Result"; reason: unused.
  • Removed service "App\AssayReporter\Csn\Status"; reason: unused.
  • Removed service "App\Enum\AnalysisChannel"; reason: unused.
  • Removed service "App\Enum\AppOs"; reason: unused.
  • Removed service "App\Enum\AssayResult"; reason: unused.
  • Removed service "App\Enum\AssayStatus"; reason: unused.
  • Removed service "App\Enum\DeviceLedColorOptions"; reason: unused.
  • Removed service "App\Enum\IdDocument"; reason: unused.
  • Removed service "App\Enum\InternalControl"; reason: unused.
  • Removed service "App\Enum\IssueCertificate"; reason: unused.
  • Removed service "App\Enum\LedColor"; reason: unused.
  • Removed service "App\Enum\MeltResult"; reason: unused.
  • Removed service "App\Enum\Payments\PaymentMethod"; reason: unused.
  • Removed service "App\Enum\Payments\PaymentStatus"; reason: unused.
  • Removed service "App\Enum\ProtocolInstruction"; reason: unused.
  • Removed service "App\Enum\SendResultsOptions"; reason: unused.
  • Removed service "App\Enum\TestShowInAppToOptions"; reason: unused.
  • Removed service "App\Enum\TestTypeOptions"; reason: unused.
  • Removed service "App\Exception\EmailAlreadyRegisteredException"; reason: unused.
  • Removed service "App\Exception\RefreshTokenExpiredException"; reason: unused.
  • Removed service "App\Form\Transformer\Base64UploadedFileTransformer"; reason: unused.
  • Removed service "App\Form\Transformer\CustomerArea\ProtocolSkuTransformer"; reason: unused.
  • Removed service "App\Form\Transformer\StringToIntegerTransformer"; reason: unused.
  • Removed service "App\OpenApi\YamlSchemaLoader"; reason: unused.
  • Removed service "App\Repository\Assay\AnalysisMethodRepository"; reason: unused.
  • Removed service "App\Repository\Assay\AssayDataRepository"; reason: unused.
  • Removed service "App\Repository\Assay\AssayRepository"; reason: unused.
  • Removed service "App\Repository\Assay\ProtocolControlRelationsRepository"; reason: unused.
  • Removed service "App\Repository\Assay\ProtocolRepository"; reason: unused.
  • Removed service "App\Repository\Assay\TestRepository"; reason: unused.
  • Removed service "App\Repository\Customer\CustomerAreaRepository"; reason: unused.
  • Removed service "App\Repository\Customer\CustomerRepository"; reason: unused.
  • Removed service "App\Repository\DeleteAccounts\DeleteAccountsRepository"; reason: unused.
  • Removed service "App\Repository\Device\DeviceConfigurationRepository"; reason: unused.
  • Removed service "App\Repository\QrCode\QrDataRepository"; reason: unused.
  • Removed service "App\Repository\QrCode\QrRelationsRepository"; reason: unused.
  • Removed service "App\Repository\QrCode\TubeTagRepository"; reason: unused.
  • Removed service "App\Repository\User\AccessTokenRepository"; reason: unused.
  • Removed service "App\Repository\User\StabVidaTokenRepository"; reason: unused.
  • Removed service "App\Repository\Version\APIVersionRepository"; reason: unused.
  • Removed service "App\Repository\Version\APPVersionRepository"; reason: unused.
  • Removed service "App\Repository\Version\AppApiRelationRepository"; reason: unused.
  • Removed service "App\Repository\Version\AppFirmwareRelationRepository"; reason: unused.
  • Removed service "App\Repository\Version\FirmwareVersionRepository"; reason: unused.
  • Removed service "App\Service\AnalysisMethod\AbstractWindowAlgorithm"; reason: unused.
  • Removed service "App\ViewModel\BackOffice\AssayDataPoints"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AccessTokenViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AnalysisMethodViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AssayDataViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AssayResultDetailsViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AssayResultViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\AssayViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\CustomerAreaViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\CustomerViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\PaginatedResourceViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\ProtocolSampleTypeViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\ProtocolViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\SampleTypeViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\StabVidaTokenViewModel"; reason: unused.
  • Removed service "App\ViewModel\Frontend\TestViewModel"; 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~lgzyUk_"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; 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 "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~bccGHAt"; 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.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.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "webpack_encore.cache"; 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 "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
128
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "monolog.logger.csn" to "App\AssayReporter\Csn\CsnAssayReporter".
  • Inlined service "App\Service\AnalysisMethodService" to "App\Controller\BackOffice\AnalysisMethodsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AnalysisMethodsController" to "App\Controller\BackOffice\AnalysisMethodsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\ApiVersionController" to "App\Controller\BackOffice\ApiVersionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AppVersionController" to "App\Controller\BackOffice\AppVersionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AssayDataController" to "App\Controller\BackOffice\AssayDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AssayDownloadController" to "App\Controller\BackOffice\AssayDownloadController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AssayResultsController" to "App\Controller\BackOffice\AssayResultsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\AssaysController" to "App\Controller\BackOffice\AssaysController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\CustomersController" to "App\Controller\BackOffice\CustomersController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\DeviceConfigurationsController" to "App\Controller\BackOffice\DeviceConfigurationsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\FirmwareVersionController" to "App\Controller\BackOffice\FirmwareVersionController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\LanguageController" to "App\Controller\BackOffice\LanguageController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\ProtocolsController" to "App\Controller\BackOffice\ProtocolsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\QRDataController" to "App\Controller\BackOffice\QRDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\SampleTypesController" to "App\Controller\BackOffice\SampleTypesController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\SecurityController" to "App\Controller\BackOffice\SecurityController".
  • Inlined service "App\Service\TestsService" to "App\Controller\BackOffice\TestsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\TestsController" to "App\Controller\BackOffice\TestsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BackOffice\TubeTagsController" to "App\Controller\BackOffice\TubeTagsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CustomerArea\AssayDataController" to "App\Controller\CustomerArea\AssayDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CustomerArea\AssaysController" to "App\Controller\CustomerArea\AssaysController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CustomerArea\CustomerAreaController" to "App\Controller\CustomerArea\CustomerAreaController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CustomerArea\ProtocolsController" to "App\Controller\CustomerArea\ProtocolsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CustomerArea\SecurityController" to "App\Controller\CustomerArea\SecurityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Assay\AssayDataController" to "App\Controller\Frontend\Assay\AssayDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Assay\AssaysController" to "App\Controller\Frontend\Assay\AssaysController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Assay\ProtocolsController" to "App\Controller\Frontend\Assay\ProtocolsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Assay\TestsController" to "App\Controller\Frontend\Assay\TestsController".
  • Inlined service "App\Service\StabVidaTokenService" to "App\Controller\Frontend\Customer\CustomersController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Customer\CustomersController" to "App\Controller\Frontend\Customer\CustomersController".
  • Inlined service "App\Service\PasswordsService" to "App\Controller\Frontend\Customer\PasswordsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Customer\PasswordsController" to "App\Controller\Frontend\Customer\PasswordsController".
  • Inlined service "App\Service\RegistrationService" to "App\Controller\Frontend\Customer\RegistrationsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Customer\RegistrationsController" to "App\Controller\Frontend\Customer\RegistrationsController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\OpenAPIController" to "App\Controller\Frontend\OpenAPIController".
  • Inlined service "App\Service\QrCodeService" to "App\Controller\Frontend\QrCode\QrDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\QrCode\QrDataController" to "App\Controller\Frontend\QrCode\QrDataController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\SecurityController" to "App\Controller\Frontend\SecurityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\Frontend\Versions\FirmwareVersionController" to "App\Controller\Frontend\Versions\FirmwareVersionController".
  • Inlined service "monolog.logger.sinave" to "App\Service\SinaveService".
  • 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_~SbJ7JKc" to "error_handler.error_renderer.html".
  • Inlined service ".2_~SbJ7JKc" 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.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service ".1_ResolvedFormTypeFactory~f0SalzM" 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.i6ss3df" 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 "form.server_params" to "form.type_extension.form.request_handler".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "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~ogEeHXE" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~ogEeHXE" 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_~VO60mmV" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~VO60mmV" to "error_handler.error_renderer.serializer".
  • 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.sAsnPdd" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.test_images" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.test_images" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.test_images" 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.xQXM586" 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.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.w4ou7QP" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".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.KQpVQ_p" 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.irjsbh." to "security.access_map".
  • Inlined service ".security.request_matcher.esqMwaF" to "security.access_map".
  • Inlined service ".security.request_matcher.QKhWnHR" to "security.access_map".
  • Inlined service ".security.request_matcher.8ZPAVdQ" to "security.access_map".
  • Inlined service ".security.request_matcher.9U3paG8" to "security.access_map".
  • Inlined service ".security.request_matcher.Qs8.znp" to "security.access_map".
  • Inlined service ".security.request_matcher.SHUhgmW" to "security.access_map".
  • Inlined service ".security.request_matcher.qb.5kbR" to "security.access_map".
  • Inlined service ".security.request_matcher.L4bzQ2m" to "security.access_map".
  • Inlined service ".security.request_matcher.JrPq6PB" to "security.access_map".
  • Inlined service ".security.request_matcher.GvMUC3V" to "security.access_map".
  • Inlined service ".security.request_matcher.ULvruPU" to "security.access_map".
  • Inlined service ".security.request_matcher..4BhCng" to "security.access_map".
  • Inlined service ".security.request_matcher.cPTX3TR" to "security.access_map".
  • Inlined service ".security.request_matcher.9czg417" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.r.NNNOa" to "security.access_map".
  • Inlined service ".security.request_matcher.Mb9X5Ro" to "security.access_map".
  • 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.exception_listener.auth" to "security.firewall.map.context.auth".
  • Inlined service "security.firewall.map.config.auth" to "security.firewall.map.context.auth".
  • Inlined service "security.exception_listener.authOpenAPI" to "security.firewall.map.context.authOpenAPI".
  • Inlined service "security.firewall.map.config.authOpenAPI" to "security.firewall.map.context.authOpenAPI".
  • 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.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.authentication.success_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authentication.listener.form.admin".
  • Inlined service "security.authentication.form_entry_point.admin" to "security.exception_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout.success_handler.customer" to "security.logout_listener.customer".
  • Inlined service "App\Security\UserChecker\CustomerPortalChecker" to "security.authentication.provider.dao.customer".
  • Inlined service "security.authentication.success_handler.customer.form_login" to "security.authentication.listener.form.customer".
  • Inlined service "security.authentication.failure_handler.customer.form_login" to "security.authentication.listener.form.customer".
  • Inlined service "security.authentication.form_entry_point.customer" to "security.exception_listener.customer".
  • Inlined service "security.exception_listener.customer" to "security.firewall.map.context.customer".
  • Inlined service "security.logout_listener.customer" to "security.firewall.map.context.customer".
  • Inlined service "security.firewall.map.config.customer" to "security.firewall.map.context.customer".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.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.form" to "twig".
  • Inlined service "App\Twig\AnalysisMethodExtension" to "twig".
  • Inlined service "App\Twig\AssayReporterExtension" to "twig".
  • Inlined service "App\Twig\AssayResultExtension" to "twig".
  • Inlined service "App\Twig\PaginationExtension" to "twig".
  • Inlined service "App\Twig\TestShowInAppToExtension" to "twig".
  • Inlined service "App\Twig\TestTypeExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
  • Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" to "twig".
  • Inlined service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" to "twig".
  • Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.lSARbri.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.bxaInuQ" to "twig.runtime_loader".
  • Inlined service ".1_~F01H3lo" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".1_NonceGenerator~034QxHo" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~034QxHo" to "twig.extension.webprofiler".
  • Inlined service ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~kMiJdju" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "Endroid\QrCode\WriterRegistry" to "Endroid\QrCode\Factory\QrCodeFactory".
  • Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
  • Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
  • Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
  • Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
  • Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
  • Inlined service "security.helper" to "Knp\DoctrineBehaviors\Provider\UserProvider".
  • Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
  • Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
  • Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
  • Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata.reader" 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.yml" 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 "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.o78Purd.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "Artgris\Bundle\FileManagerBundle\Service\FilemanagerService" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
  • Inlined service ".service_locator.pNNo5z3.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "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 "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\Voter\CustomerPortalVoter" to "debug.security.voter.App\Security\Voter\CustomerPortalVoter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.JFjjyG5" to ".service_locator.JFjjyG5.translation.warmer".
  • Inlined service ".service_locator.EiJQjmu" to ".service_locator.EiJQjmu.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 ".service_locator.o78Purd" to ".service_locator.o78Purd.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.FPaSVD9" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EiJQjmu.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 "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 "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
380
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1